------- Comment #19 from dschlic1 at gmail dot com 2010-08-08 19:19 ------- Subject: Re: Make fails in zlib
Hello; I am afraid I messed up my system. I was playing around trying to install the latest versions of binutils and gcc on my linux system (native, not cross compile), and now I am getting a different error. In zlib's config.log: ne=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configure:3234: $? = 0 configure:3223: gcc -m64 -V >&5 gcc: '-V' must come at the start of the command line configure:3234: $? = 1 configure:3223: gcc -m64 -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3234: $? = 1 configure:3250: gcc -m64 -o conftest -g -O2 conftest.c >&5 Assembler messages: Fatal error: No compiled in support for x86_64 configure:3253: $? = 1 configure:3441: checking for suffix of object files configure:3463: gcc -m64 -c -g -O2 conftest.c >&5 Assembler messages: Fatal error: No compiled in support for x86_64 configure:3467: $? = 1 It looks like configure is trying to compile sources to 64 bit. I am running a 32 bit system. Any ideas on how to tell configure to compile for a 32 bit linux box? Thank You, Donald Schlicht -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45174