From: "Florian Janoschek" Newsgroups: comp.os.msdos.djgpp Subject: Problem with LD.EXE Date: Fri, 3 Jul 1998 18:13:26 +0200 Lines: 33 NNTP-Posting-Host: 195.189.160.157 Message-ID: <359d03cd.0@news.zeitung-online.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello people, I've just downloaded djgpp and everything seems to work well, except a little problem with LD: I've written a simple program like that: int main(void) { return 0; } And while linking I always get the following message: Error: c:/progra~2/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory (ENOENT) I read the docs to LD and found out that this error probably occured because ld couldn't find the file libstdcx.a . So I looked in my directories for this file and I found libstdcxx.a . (one "x" more!) So I renamed this file to libstdcx.a, which caused only other errors. I really don't know what is wrong with my program or my configurations. Please help me, I'm nearly entering "deltree c:\djgpp" ... :-) Lots of thanx for your work... -- Greetings, Florian Janoschek FJanoschek AT donau DOT de