From: juergen AT peak-Service DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ & RHIDE Date: Mon, 09 Aug 1999 10:41:09 GMT Message-ID: <37aeaf00.12038247@NotesXnt> References: <T5wr3.478$xnk DOT 186682368 AT newsa DOT telia DOT net> X-Newsreader: Forte Free Agent 1.11/32.235 NNTP-Posting-Host: board-81.darmstadt.netsurf.de X-Original-NNTP-Posting-Host: board-81.darmstadt.netsurf.de X-Trace: 9 Aug 1999 12:42:50 +0200, board-81.darmstadt.netsurf.de Organization: OMNILINK -- your link to the Net Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 09 Aug 1999 08:14:43 GMT, "Christian von Schultz" LD can't find the file 'libstdcx.a' Look where this file is located on your hard disk and and add this directory to the search path for the Linker Commandline: gcc -l<directory> .. <christian DOT v DOT s AT telia DOT com> wrote: >When I chose the menu-option RUN I get this: > >Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory >(ENOENT) > >What is this? I can compile from RHIDE. But to link I have to use the >DOS-prompt. >Please help! > > > >