[Kroupware] gcc compiling errors

Tassilo Erlewein kroupware@mail.kde.org
Fri, 24 Jan 2003 11:10:44 +0100


uff=20
how about trying a binary openpkg bootstrap (?)
please also try the openpkg mailing lists available
under http://www.openpkg.org=20

we did not see this error on our Debian development machine
but I checked and we have gcc 2.95 installed

Am Dienstag, 21. Januar 2003 13:17 schrieb Tobias Hadem:
> Hello,
>
> after nearly 35 minutes compiling gcc i get the following errors:
>
>
> <----snip---->
> /bin/sh ../libtool --tag CXX --mode=3Dcompile
> /kolab/RPM/TMP/gcc-3.2/obj/gcc/xgcc -shared-libgcc
> -B/kolab/RPM/TMP/gcc-3.2/obj/gcc/ -nostdinc++
> -L/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/src
> -L/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs
> -B/kolab/i686-pc-linux-gnu/bin/ -B/kolab/i686-pc-linux-gnu/lib/ -isyste=
m
> /kolab/i686-pc-linux-gnu/include -nostdinc++
> -I/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/include/i68=
6-pc
>-linux-gnu
> -I/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/include
> -I../../../../libstdc++-v3/libsupc++  -I../../../../libstdc++-v3/libmat=
h -g
> -O2 -D_GNU_SOURCE -fno-implicit-templates  -Wall -Wno-format -W
> -Wwrite-strings -Winline  -fdiagnostics-show-location=3Donce
> -ffunction-sections -fdata-sections -g    -c c++locale.cc
> /kolab/RPM/TMP/gcc-3.2/obj/gcc/xgcc -shared-libgcc
> -B/kolab/RPM/TMP/gcc-3.2/obj/gcc/ -nostdinc++
> -L/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/src
> -L/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs
> -B/kolab/i686-pc-linux-gnu/bin/ -B/kolab/i686-pc-linux-gnu/lib/ -isyste=
m
> /kolab/i686-pc-linux-gnu/include -nostdinc++
> -I/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/include/i68=
6-pc
>-linux-gnu
> -I/kolab/RPM/TMP/gcc-3.2/obj/i686-pc-linux-gnu/libstdc++-v3/include
> -I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/libmath=
 -g
> -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W
> -Wwrite-strings -Winline -fdiagnostics-show-location=3Donce
> -ffunction-sections -fdata-sections -g -c c++locale.cc -o c++locale.o
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D lon=
g
> int]':
> c++locale.cc:51: `__strtol_l' undeclared (first use this function)
> c++locale.cc:51: (Each undeclared identifier is reported only once for =
each
>     function it appears in.)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D lon=
g
> unsigned
>     int]':
> c++locale.cc:69: `__strtoul_l' undeclared (first use this function)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D lon=
g long
>     int]':
> c++locale.cc:87: `__strtoll_l' undeclared (first use this function)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D lon=
g long
>     unsigned int]':
> c++locale.cc:106: `__strtoull_l' undeclared (first use this function)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D flo=
at]':
> c++locale.cc:124: `__strtof_l' undeclared (first use this function)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D dou=
ble]':
> c++locale.cc:141: `__strtod_l' undeclared (first use this function)
> c++locale.cc: In function `void std::__convert_to_v(const char*, _Tv&,
>     std::_Ios_Iostate&, __locale_struct* const&, int) [with _Tv =3D lon=
g
> double]':
> c++locale.cc:158: `__strtold_l' undeclared (first use this function)
> c++locale.cc: In static member function `static void
>     std::locale::facet::_S_create_c_locale(__locale_struct*&, const cha=
r*,
>     __locale_struct*)':
> c++locale.cc:170: `__newlocale' undeclared (first use this function)
> c++locale.cc: In static member function `static void
>     std::locale::facet::_S_destroy_c_locale(__locale_struct*&)':
> c++locale.cc:180: `__freelocale' undeclared (first use this function)
> c++locale.cc: In static member function `static __locale_struct*
>     std::locale::facet::_S_clone_c_locale(__locale_struct*&)':
> c++locale.cc:184: `__duplocale' undeclared (first use this function)
> make[4]: *** [c++locale.lo] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive-am] Error 2
> make[1]: *** [all-target-libstdc++-v3] Error 2
> make: *** [bootstrap-lean] Error 2
> error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.74649 (%build)
>
>
> RPM build errors:
>      Bad exit status from /kolab/RPM/TMP/rpm-tmp.74649 (%build)
> kolab@kolab$
> <----snap---->
>
>
> Before compiling gcc i have installed binutils, my Debian 3.0 runs gcc
> 3.2.1.
>
> Everything else from the whole Kolab-Package is no problem, except gcc.
>
> Do i have to modify my Debian, like installing an older version of gcc
> or installing any other software?
>
>
> Thanks for helping,
>
>
> Regards

--=20
Dipl.-Ing. Tassilo Erlewein

e r f r a k o n
Erlewein, Frank, Konold & Partner - Beratende Ingenieure und Physiker
Nobelstra=DFe 15, 70569 Stuttgart, Germany
mobil: 0160 4442541
fax: 0711 7357730
email: tassilo.erlewein@erfrakon.de