This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Building libstdc++-2.90.6 under AIX 4.2.1.0


I'm trying to build libstdc++-2.90.6 under AIX 4.2.1.0 using egcs
2.95.2.  I get the following errors:

/bin/sh ../../libstdc++-2.90.6/mknumeric_limits `pwd`/..
../../libstdc++-2.90.6
running mknumeric_limits
ld: 0711-317 ERROR: Undefined symbol: value<bool>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<bool>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<char>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<char>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<signed char>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<signed char>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<unsigned char>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<unsigned char>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<short>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<short>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<unsigned short>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<unsigned short>::round_error

ld: 0711-317 ERROR: Undefined symbol: value<int>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<int>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<unsigned int>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<unsigned int>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<long>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<long>::round_error
ld: 0711-317 ERROR: Undefined symbol: value<unsigned long>::epsilon
ld: 0711-317 ERROR: Undefined symbol: value<unsigned long>::round_error
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
gen-num-limits failed to build, exiting.



Is there a fix for this?

Thanks in advance,

J. Rodriguez.



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