X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Newsgroups: comp.os.msdos.djgpp Subject: [OT]Compiling STL lib Lines: 30 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 12:17:52 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: news4.tin.it 1125317872 82.54.144.40 (Mon, 29 Aug 2005 14:17:52 MET DST) NNTP-Posting-Date: Mon, 29 Aug 2005 14:17:52 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 Hi all , I am trying to compile the last STLport with VC++6 .The compiling does it create some intermediary files, does thing mean? They appear some errors as: 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! C:\STLPOR~1.2\src>copy c:\stlport\src\djgpp.mak c:\stlport\src\makefile C:\STLPOR~1.2\src>make clean all make.exe: *** No rule to make target `clean'. Stop. C:\STLPOR~1.2\src>make install make.exe: `install' is up to date. C:\STLPOR~1.2\src>pause Best regards Rob