From: "Thomas Gielfeldt" Newsgroups: comp.os.msdos.djgpp Subject: Annoying Error Message Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <19Qo4.787$am.7479@news0.mobilixnet.dk> Date: Fri, 11 Feb 2000 09:56:27 +0100 NNTP-Posting-Host: 194.234.53.10 X-Complaints-To: abuse AT mobilixnet DOT dk X-Trace: news0.mobilixnet.dk 950259389 194.234.53.10 (Fri, 11 Feb 2000 09:56:29 MET) NNTP-Posting-Date: Fri, 11 Feb 2000 09:56:29 MET Organization: Mobilix Internet -- http://www.mobilixnet.dk/ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi All When I use DJGPP, then, on some computers, I get an error message everytime I try to create the .exe file, from within RHIDE "Error: c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory (ENOENT)" The command line option "-lstdcxx" works fine on some computers, but doesn't on others. I don't wanna exit RHIDE everytime I need to compile to write ld .... or gcc.... myself, so..... Does anybody know how to remove the command line option that RHIDE sends to ld.exe, or is there a way to make it work with the command line option. Thomas