View previous topic :: View next topic |
Author |
Message |
huliganaz Tux's lil' helper
Joined: 14 Aug 2004 Posts: 80
|
Posted: Mon Mar 27, 2006 8:15 pm Post subject: exim installation [SOLVED] |
|
|
Tonight when i was trying to compile exim onto my system i found out that imho the ebuild is broken.
I was trying to build it with flags:
Quote: |
[ebuild N ] mail-mta/exim-4.54 -X -dnsdb -exiscan +exiscan-acl -gnutls -ipv6 -ldap -lmtp -mailwrapper -mbox -mysql -nis +pam +perl -postgres -sasl -spf -srs +ssl -syslog +tcpd 1,511 kB
|
my gcc is:
Quote: |
[ebuild R ] sys-devel/gcc-3.4.5 (-altivec) -bootstrap -boundschecking -build -doc +fortran -gcj -gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64) +nls -nocxx -nopie -nossp -objc -vanilla 0 kB
|
make.conf
Quote: |
CFLAGS="-O2 -mtune=i686 -pipe -fomit-frame-pointer"
MAKEOPTS="-j2"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -mtune=i686 -pipe"
USE="-opengl -gtk -svga -X -mp3 -arts -alsa -cups -kde -gnome -cdr -gpm -qt ntpl exiscan-acl -ipv6 gd -gd-external apache2 cgi dba ftp imap xml xml2 pic session sockets"
|
Quote: |
make[2]: Leaving directory `/var/tmp/portage/exim-4.54/work/exim-4.54/build-exim-gentoo/auths'
gcc acl.c
gcc child.c
gcc crypt16.c
gcc daemon.c
gcc dbfn.c
gcc debug.c
gcc deliver.c
gcc directory.c
gcc dns.c
gcc drtables.c
gcc enq.c
gcc exim.c
gcc expand.c
gcc filter.c
gcc filtertest.c
gcc globals.c
gcc header.c
gcc host.c
gcc ip.c
gcc log.c
gcc lss.c
gcc match.c
gcc moan.c
gcc os.c
gcc parse.c
gcc queue.c
gcc rda.c
gcc readconf.c
gcc receive.c
gcc retry.c
gcc rewrite.c
gcc rfc2047.c
gcc route.c
gcc search.c
gcc sieve.c
gcc smtp_in.c
gcc smtp_out.c
gcc spool_in.c
gcc spool_out.c
gcc store.c
gcc string.c
gcc tls.c
gcc tod.c
gcc transport.c
gcc tree.c
gcc verify.c
gcc local_scan.c
i386-pc-linux-gnu-gcc perl.c
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
make[1]: *** [perl.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/exim-4.54/work/exim-4.54/build-exim-gentoo'
make: *** [go] Error 2
|
any ideas?
[EDIT]: just had to setup glib after update _________________ 1337 newb!
Last edited by huliganaz on Wed Apr 12, 2006 6:59 am; edited 1 time in total |
|
Back to top |
|
|
PMcCauley Apprentice
Joined: 14 Mar 2006 Posts: 283 Location: Alberta, Canada
|
Posted: Thu Apr 06, 2006 12:37 am Post subject: |
|
|
You are missing i386-pc-linux-gnu-gcc. Maybe your path is set incorrectly. On my system it is /usr/bin/i386-pc-linux-gnu-gcc.
Patrick |
|
Back to top |
|
|
|