From: "MB" Newsgroups: comp.os.msdos.djgpp Subject: Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) Date: Wed, 21 Apr 1999 18:08:15 +0200 Organization: World Access / Planet Internet Lines: 12 Message-ID: <7fkt4v$ecdl$1@reader2.wxs.nl> NNTP-Posting-Host: 195.121.188.221 X-Trace: reader2.wxs.nl 924710879 471477 195.121.188.221 (21 Apr 1999 16:07:59 GMT) X-Complaints-To: abuse AT wxs DOT nl NNTP-Posting-Date: 21 Apr 1999 16:07:59 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 I use Rhide (newest version) This is when I name my files .cpp. If I rename to .c and set the compiler to cpp then is works corretly. I checked the diffrence: gcc blablabla -lalleg -lstdcx (when i use .cpp) gcc blablabal -lalleg (when i use .c) what is stdcx for and do i need this. If I don't need it how can I disable the -lstdcx ? I now I can just type it in dos. But I would like to use Rhide.