build under redhat 8.0

Dan Clark dclark@aracnet.com
Sat Nov 2 16:53:00 GMT 2002


Hi,
I attempted a build of gcc under redhat 8.0 (kernel-2.4.18-14).

The build failed on many c++ libraries with errors such as:

c++locale.cc:51: `__strtol_l' undeclared (first use this function)
c++locale.cc:69: `__strtoul_l' undeclared (first use this function)
c++locale.cc:87: `__strtoll_l' undeclared (first use this function)

Perhaps something simple that I did not specify on the configuration?

Attached is a more complete list of the failures.

dan
Dan Clark       dclark@aracnet.com   503/280-9846

-------------- next part --------------
c++locale.cc:51: `__strtol_l' undeclared (first use this function)
c++locale.cc:51: (Each undeclared identifier is reported only once for each 
c++locale.cc:69: `__strtoul_l' undeclared (first use this function)
c++locale.cc:87: `__strtoll_l' undeclared (first use this function)
c++locale.cc:106: `__strtoull_l' undeclared (first use this function)
c++locale.cc:124: `__strtof_l' undeclared (first use this function)
c++locale.cc:141: `__strtod_l' undeclared (first use this function)
c++locale.cc:158: `__strtold_l' undeclared (first use this function)
c++locale.cc:170: `__newlocale' undeclared (first use this function)
c++locale.cc:180: `__freelocale' undeclared (first use this function)
c++locale.cc:184: `__duplocale' undeclared (first use this function)
c++locale.cc:51: `__strtol_l' undeclared (first use this function)
c++locale.cc:51: (Each undeclared identifier is reported only once for each 
c++locale.cc:69: `__strtoul_l' undeclared (first use this function)
c++locale.cc:87: `__strtoll_l' undeclared (first use this function)
c++locale.cc:106: `__strtoull_l' undeclared (first use this function)
c++locale.cc:124: `__strtof_l' undeclared (first use this function)
c++locale.cc:141: `__strtod_l' undeclared (first use this function)
c++locale.cc:158: `__strtold_l' undeclared (first use this function)
c++locale.cc:170: `__newlocale' undeclared (first use this function)
c++locale.cc:180: `__freelocale' undeclared (first use this function)
c++locale.cc:184: `__duplocale' undeclared (first use this function)
c++locale.cc:51: `__strtol_l' undeclared (first use this function)
c++locale.cc:51: (Each undeclared identifier is reported only once for each 
c++locale.cc:69: `__strtoul_l' undeclared (first use this function)
c++locale.cc:87: `__strtoll_l' undeclared (first use this function)
c++locale.cc:106: `__strtoull_l' undeclared (first use this function)
c++locale.cc:124: `__strtof_l' undeclared (first use this function)
c++locale.cc:141: `__strtod_l' undeclared (first use this function)
c++locale.cc:158: `__strtold_l' undeclared (first use this function)
c++locale.cc:170: `__newlocale' undeclared (first use this function)
c++locale.cc:180: `__freelocale' undeclared (first use this function)
c++locale.cc:184: `__duplocale' undeclared (first use this function)
   __ctype_b' undeclared (first use this function)
   undeclared identifier is reported only once for each function it appears 
   __ctype_toupper' undeclared (first use this function)
   __ctype_tolower' undeclared (first use this function)
collate.cc:46: `__strcoll_l' undeclared (first use this function)
collate.cc:46: (Each undeclared identifier is reported only once for each 
collate.cc:54: `__strxfrm_l' undeclared (first use this function)
collate.cc:62: `__wcscoll_l' undeclared (first use this function)
collate.cc:70: `__wcsxfrm_l' undeclared (first use this function)
ctype.cc:62: `__wctype_l' undeclared (first use this function)
ctype.cc:62: (Each undeclared identifier is reported only once for each 
ctype.cc:102: `__towupper_l' undeclared (first use this function)
ctype.cc:117: `__towlower_l' undeclared (first use this function)
ctype.cc:135: `__iswctype_l' undeclared (first use this function)
messages.cc:46: `__uselocale' undeclared (first use this function)
messages.cc:46: (Each undeclared identifier is reported only once for each 
monetary.cc:238: `__nl_langinfo_l' undeclared (first use this function)
monetary.cc:238: (Each undeclared identifier is reported only once for each 
numeric.cc:54: `__nl_langinfo_l' undeclared (first use this function)
numeric.cc:54: (Each undeclared identifier is reported only once for each 
time.cc:55: `__strftime_l' undeclared (first use this function)
time.cc:55: (Each undeclared identifier is reported only once for each function 
time.cc:132: `__nl_langinfo_l' undeclared (first use this function)
time.cc:205: `__wcsftime_l' undeclared (first use this function)
   __uselocale' undeclared (first use this function)
   undeclared identifier is reported only once for each function it appears 


More information about the Gcc-help mailing list