From: "Ben" Newsgroups: comp.os.msdos.djgpp Subject: another compiling problem Date: 15 Jun 1998 18:21:58 GMT Organization: BrightNet Ohio Lines: 11 Message-ID: <01bd988a$7e373ce0$c70f8fd1@gcsyqfqj> NNTP-Posting-Host: ash-asc2-cs-28.dial.bright.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When I first tried to complie, it gave me this error: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) So i added RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx to the rhide.env file. And now I get this error: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory (ENOENT) What do I do now?