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


On Jan 11, 2001, wem@bruker.de (Werner Mausshardt) wrote:

> /usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3

> running mknumeric_limits
> /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<bool>::is_exact 
> value<bool>::radix 
> ...
> ...
> ...
> predicate<long double>::has_signaling_nan
> predicate<long double>::has_denorm_loss
> predicate<long double>::is_iec559
> collect2: ld returned 1 exit status
> gen-num-limits failed to build, exiting.

Guess what?  Same error here.  It must be a new one, because I know
for sure it would link successfully as of 3 weeks ago or so (but take
that with a grain of salt given how much I trust my memories of 3
weeks ago, since I don't even know for sure what I had in my latest
meal :-)

OTOH, I do know I used to encounter similar failures in implicit
instantiations of static data members of template classes with older
releases of GCC on IRIX 5.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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