This is the mail archive of the gcc-bugs@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]

Re: gcc-20010108 IRIX 5.3 installation



Our configuration is:

CC=/usr/local/gcc-2.95.2.no-gas/bin/gcc ../gcc-20010108/configure --prefix=/usr/local/gcc-2.97 --with-gnu-as --enable-languages=c++

but the same error occurs when using the native IRIX 5.3 compiler
instead of /usr/local/gcc-2.95.2.no-gas

the make command is:

make CFLAGS='-O2' LIBCFLAGS='-O2' LIBCXXFLAGS='-O2 -fno-implicit-templates' bootstrap


On Jan 11, 2001, aoliva@guarana.lsd.ic.unicamp.br (Alexandre Oliva) wrote:

> > /usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/../../gcc/g++ -B/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/../../gcc/  -I/usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/include     -o /usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3/src/gen-num-limits /usr/people/wem/gcc-20010108/libstdc++-v3/src/gen-num-limits.cc      -nodefaultlibs -lgcc -lc
> > /usr/bin/ld:
> > Unresolved:
> > predicate<bool>::is_signed 
> > predicate<bool>::is_integer  
> > ...
> > ...
> > ...
> > predicate<long double>::has_denorm_loss
> > predicate<long double>::is_iec559
> 
> Hmm...  One possible difference is that I've configured GCC
> --with-gnu-as.  Is that your case?

-- 
Werner Mausshardt		E-mail: werner.mausshardt@bruker.de
Software Department		Tel: +49 721 5161 448
Bruker Analytik GmbH		Fax: +49 721 5161 480


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