This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building GCC 4.1.1 on RHEL4


Hi John,

Thanks for the tip.  Unfortunately, that did not help.  I ran 'make
distclean' in the gcc src directory, then:

# cd ..
# mkdir gcc-bld
# cd gcc-bld
../gcc-4.1.1/configure --prefix=/usr/local/bin/gcc411 --quiet
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit 
--enable-languages=c,c++
# make --quiet

Same error as before.

Cheers!
Jon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]