Date: Tue, 9 Feb 1999 09:02:12 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: djgpp AT delorie DOT com Subject: Re: Cant find -1stdcx: In-Reply-To: <#KZjSj6U#GA.213@upnetnews02.moswest.msn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com it is not 1d.exe it is ld.exe . This is the linker used by your c/c++ compiler to create an executible. similary ur error message must be -lstdcx and not -1stdcx. check in ur c:/djgpp/lib for a file named libstdcxx.a or libstdcx.a . If such a file does not exist then u have not downloaded the c++ compiler. so go and get it from ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gpp281b.zip unzip it in your djgpp directory and then try to compile ur program. On Mon, 8 Feb 1999, Wazeltoff wrote: > When I go to compile a program, I get and error message saying... > > Error: c:/djgpp/bin/1d.exe: cannot open -1stdcx: No suck file or directory > (ENOENT) > > I found that file in my c:/djgpp/bin but I am not sure if it starts with a 1 > or an L... Can someone please tell me what is wrong? > > >