From: "Daniel Silva" Newsgroups: comp.os.msdos.djgpp Subject: gxx -o file.exe file.o -lstdcx: error Date: Sun, 26 Dec 1999 21:13:34 -0000 Lines: 35 Message-ID: <8460jt$6t5$1@duke.telepac.pt> NNTP-Posting-Host: 194.65.171.30 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I create a simple "Hello World" program in C++ (or any other C++ program - this does not happen with C). There are no errors except when he starts creating the .exe file, then the error: Compiling error.cpp no errors Creating hello.exe Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) There were some errors I can't find any info about the problem (bin\ld.exe exists). It must be a RHIDE's configuration problem... After the error message, when I have the hello.o file, I compile the file with gxx (by gxx -o hello.exe hello.o) and the .exe file is created without problem. So I can go around this problems but I don't know why it happens. I don't even know what <