On 10/05/2010 10:51:39 PM, François Bissey wrote: >> François, >> >> Both of the above fail in my 32bit chroot. maxima will not build with >> the same "binary-ecls/maxima" error and ecls will not pass the >> configure step. > > Could you share the log for ecls? And the useflags as well. > > Francois > 32bit chroot: [ebuild R ] dev-lisp/ecls-10.4.1 USE="-X -debug -gengc -precisegc -threads -unicode" [ebuild R ] sci-mathematics/maxima-5.20.1-r3 USE="ecl nls unicode -X -clisp -cmucl -emacs (-gcl) -latex -openmcl -sbcl -tk -xemacs" LINGUAS="-es -pt -pt_BR" In config.log under /var/tmp/portage/dev-lisp/ecls-10.4.1/work/ecl-10.4.1/build there is configure:2859: checking for C compiler default output file name configure:2881: i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -msse2 -pipe -fomit-frame-pointer - Wl,-01 -Wl,--sort-common -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld: unrecognized option '-01' ---------------------- amd64: [ebuild R ] dev-lisp/ecls-10.4.1 USE="X threads -debug -gengc -precisegc -unicode" [ebuild R ] sci-mathematics/maxima-5.20.1-r3 USE="X clisp ecl emacs nls sbcl tk unicode (-cmucl) (-gcl) -latex -openmcl -xemacs" LINGUAS="-es -pt -pt_BR" In the config.log there is configure:2859: checking for C compiler default output file name configure:2881: x86_64-pc-linux-gnu-gcc -march=opteron -O2 -pipe -Wl,-01 -Wl,--sort-com mon -Wl,--as-needed conftest.c >&5 /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: unrecogni zed option '-01' Steve