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


wem@bruker.de (Werner Mausshardt) writes:

| My srcdir is /usr/people/wem/gcc-20010108
| My objdir is /usr/people/wem/gccobj
| 
| So I run in the directory
| /usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3
| the command:
| 
| /usr/people/wem/gcc-20010108/libstdc++-v3/mknumeric_limits /usr/people/wem/gccobj/mips-sgi-irix5.3/libstdc++-v3 /usr/people/wem/gcc-20010108/libstdc++-v3 0
| and obtain as output:
| 
| 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 

The instantiation of these objects is at the discretion of the
compiler.  If they are missing then it appears you'd find a bug in the
compiler...

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com

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