From: "stephane.pierrot" Newsgroups: comp.os.msdos.djgpp Subject: Problem to create C++ program Date: Thu, 28 Oct 1999 21:01:28 +0200 Lines: 39 Message-ID: <7va6cs$2tso$1@news6.isdnet.net> NNTP-Posting-Host: ppp178-reims.libertysurf.fr X-Trace: news6.isdnet.net 941137116 96152 213.36.54.178 (28 Oct 1999 18:58:36 GMT) X-Complaints-To: abuse AT isdnet DOT net NNTP-Posting-Date: 28 Oct 1999 18:58:36 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT Delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am French. Sorry for my english. I've douwloaded the following files to install DJGPP : bnu281b.zip csdpmi4b.zip djdev202.zip gcc281b.zip gpp281b.zip lgp2811b.zip mak377b.zip rhide14b.zip I've unzipped those files in a directory DJGPP. I've the following directories : bin contrib doc gnu include info lang lib manifest share tmp I've Windows 98 and I've added to the autoexec.bat the following lines : set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% I use Rhide but when I want to create a .exe with a src C++, I have the message : ERROR:/djgpp/bin/ld.exe : cannot open -lstdcx : no such file or directory (ENOENT). I've not problem with C programs. Thanks you for your help.