| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| From: | <MisterNO AT x DOT x> |
| Newsgroups: | comp.os.msdos.djgpp |
| References: | <Q1DQe.114724$fm DOT 7579575 AT news4 DOT tin DOT it> <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: | <vaGQe.92847$2U1.4618048@news3.tin.it> |
| 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 <this makefile>
all."
"To install STLport in a designated directory, please do : make -f <this
makefil
e> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |