On Monday 28 March 2005 10:50 am, Shaw Vrana wrote: > On Sunday 27 March 2005 10:53 pm, Alexander Puchmayr wrote: > > When emerging something, you get a log file > > in /var/tmp/portage/<package>/work/<package>/configure.log. Have a look > > at it and look for the compiler's errormessage. > > Found it. > > configure:1655: i686-pc-linux-gnu-gcc -O2 -march=pentium4 -pipe -DLINUX > -D_XOPEN i686-pc-linux-gnu-gcc: installation problem, cannot exec `as': No > such file or directory > cc1: Broken pipe: error closing - > > Found `as' in the binutls directory, so I linked it over to put in my path. > ln -s /usr/i686-pc-linux-gnu/binutils-bin/2.15.92.0.2/ /usr/bin/binutils
configure must be using the full path, because after symlinking the contents of the binutils-bin directly directly into /usr/bin, configure is able to find `as' and friends. This has left with a not so fresh feeling..should I reemerge binutils to clean up? Shaw -- [email protected] mailing list
