From: Sean Malseed Newsgroups: comp.os.msdos.djgpp Subject: Re: New to djgpp: linker errors Date: Sun, 23 Aug 1998 11:22:02 -0400 Organization: SM Productions Lines: 32 Message-ID: <35E03399.F56D6F1F@nni.com> References: <6rp04j$j52 AT sjx-ixn6 DOT ix DOT netcom DOT com> Reply-To: seanm AT nni DOT com NNTP-Posting-Host: hatboro-dialup-030.nni.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have the same exact problem, and in fact thats why i came to this group just a few minutes ago! I am running djgpp for DOS under Windows 95. I know that the -lstdcx that it can't find is probably actually variables added on to ld.exe, and it thinks that it is another file because there is an extra space. That's only my theory. I can't figure out how to fix it either, though. Maybe someone can elignten us know-nothing newbies to DJGPP (which, I might add, looks to be a thousand times better that Borland was...). -The Master of Madness John "The Mayor" Curley wrote: > Running Djgpp for Dos under Windows 98: > > ran the following linker line: > > gxx -o Saturn.exe Saturn.o > > got the following error: > > c:/djgpp/bin/ld.exe: cannot open -lstdcxx: No such file or directory > (ENOENT) > > Any help would be awesome! > > Thanks, > John Curley > themayor AT ix DOT netcom DOT com