X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Newsgroups: comp.os.msdos.djgpp References: <3nghfcF1dl5mU1 AT news DOT dfncis DOT de> Subject: Re: [OT]Compiling STL lib Lines: 68 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Message-ID: Date: Mon, 29 Aug 2005 15:51:55 GMT NNTP-Posting-Host: 82.54.144.40 X-Complaints-To: "Please send abuse reports to abuse AT tin DOT it and technical notifications to newsmaster AT tin DOT it" X-Trace: news3.tin.it 1125330715 82.54.144.40 (Mon, 29 Aug 2005 17:51:55 MET DST) NNTP-Posting-Date: Mon, 29 Aug 2005 17:51:55 MET DST Organization: TIN To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com [...] > > Apparently not. Which is a good thing, because it means you may not > even be completely off-topic. > > > C:\STLport-4.6.2\src>make --makefile c:\stlport\src\djgpp.mak prepare > > make.exe: c:\stlport\src\djgpp.mak: No such file or directory (ENOENT) > > make.exe: *** No rule to make target `c:\stlport\src\djgpp.mak'. Stop. > > > ...this exist! > > Doesn't really look like it. Notice the difference between the > directory your prompt says you're in (c:\stlport-4.6.2\src) and the > one you're claiming to be finding files (c:\stlport\src)? adjust :-) : C:\STLport-4.6.2\src>C:\Mydir\Djgpp\bin\make --file C:\STLport-4.6.2\src\djgpp .mak prepare "STLport installation is prepared for use in-place. No iostreams are built yet ! " "To build and use STLport iostreams, please do : make -f all." "To install STLport in a designated directory, please do : make -f install." C:\STLPOR~1.2\src>copy C:\STLport-4.6.2\src\djgpp.mak c:\STLport-4.6.2\src\makef ile 1 file copiati. C:\STLPOR~1.2\src>C:\Djgpp\bin\make clean all rm -fr ../lib/obj/DJGPP/Release ../lib/obj/DJGPP/Debug ../lib/obj/DJGPP/DebugSTL \ ../lib/obj/DJGPP/Releasex ../lib/obj/DJGPP/Debugx ../lib/obj/DJGPP/Debug STLx \ ../lib/obj/DJGPP/ReleaseD ../lib/obj/DJGPP/DebugD ../lib/obj/DJGPP/Debug STLD \ ../lib/SunWS_cache SunWS_cache ../lib/Templates.DB Templates.DB tempinc mkdir -p ../lib/obj/DJGPP/Release gcc -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftempl ate- depth-32 -mbnu210 -O2 dll_main.cpp -c -o ../lib/obj/DJGPP/Release/dll_main.o cc1plus.exe: error: invalid option 'bnu210' make.exe: *** [../lib/obj/DJGPP/Release/dll_main.o] Error 1 C:\STLPOR~1.2\src>C:\Djgpp\bin\make install gcc -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftempl ate- depth-32 -mbnu210 -O2 dll_main.cpp -c -o ../lib/obj/DJGPP/Release/dll_main.o cc1plus.exe: error: invalid option 'bnu210' make.exe: *** [../lib/obj/DJGPP/Release/dll_main.o] Error 1 C:\STLPOR~1.2\src>pause any idea? :-) Thanks