This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Problems compiling STLport-4.1b6 (gcc 3.0)
- To: libstdc++ at gcc dot gnu dot org
- Subject: Problems compiling STLport-4.1b6 (gcc 3.0)
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Date: Sun, 10 Jun 2001 22:21:10 +0200 (CEST)
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