[Stlport-devel] GNU make build system bug ?
Brought to you by:
complement
|
From: <fra...@fr...> - 2008-01-16 20:35:20
|
I try to build STLport using the GNU make build system and DMC so I did: ./configure --prefix ~/STLport/trunk make -fdmc.mak install-dbg-shared And I am very surprise to see: c++ -Wall -Wsign-promo -Wcast-qual -fexceptions -fident -g -D_REENTRANT -I../../stlport -I../../stlport -c -o obj/gcc/so_g/dll_main.o ../../src/dll_ main.cpp which is the command line to build STLport with gcc. What am I doing wrong ? |