This is the mail archive of the libstdc++@gcc.gnu.org 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]

Problems compiling STLport-4.1b6 (gcc 3.0)


gcc version 3.0 20010610 does no longer compile STLport-4.1b6 on
i686-pc-linux-gnu. It worked when I last tried about two weeks ago. 

Please fix this problem.
Thanks in advance,

Peter Schmid

******************
mkdir -p ../lib/obj/GCC-LINUX/ReleaseD
c++  -pthread  -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -D_STLP_USE_GLIBC  -O2 -fPIC dll_main.cpp -c -o ../lib/obj/GCC-LINUX/ReleaseD/dll_main.o
In file included from ../stlport/stl/debug/_debug.c:237,
                 from ../stlport/stl/debug/_debug.h:418,
                 from ../stlport/utility:36,
                 from dll_main.cpp:36:
../stlport/cstdio:111: `vsnprintf' not declared
In file included from ../stlport/cwchar:24,
                 from ../stlport/iosfwd:30,
                 from ../stlport/stl/_string_fwd.h:23,
                 from ../stlport/stdexcept:45,
                 from ../stlport/stl/_range_errors.h:30,
                 from ../stlport/stl/_vector.h:52,
                 from ../stlport/vector:36,
                 from dll_main.cpp:39:
../stlport/stl/_cwchar.h:167: `fgetws' not declared
make: *** [../lib/obj/GCC-LINUX/ReleaseD/dll_main.o] Error 1


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