Message-ID: <366C767B.9D25D776@datek.com.my> Date: Tue, 08 Dec 1998 08:44:43 +0800 From: Jason Lam Organization: Datek Sdn Bhd - 1st MSC Status Software Company X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Please Help: can't use Rhide References: <364687f9 DOT 37182612 AT news DOT 3web DOT net> <3645E555 DOT 480EA113 AT cableol DOT co DOT uk> <366C758D DOT DD0456BD AT sprint DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I do everything with RHIDE. Try specifying the directory of your sources and objects in the pull down menu, Directories, Includes and Directories, Sources. Youssef Latrous wrote: > Hi, > > Total DJGPP newbie here. I just installed it and tried (as usual) the simple > hello program hereafter (stored in 'test.c' file): > > #include > int main() > { > printf( "Hello World!\n" ); > exit( 0 ); > } > > If I use gcc from a dos shell, then everything is ok. But if I try to use > the RHIDE environment then I'm able to compile, but not to link. I have the > following error: > > Error: c:/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or directory > (ENOENT) > > It's also the same if I tried the C++ version of this program (test.cc), > using output stream and iostream header. Gxx works fine in a dos shell, but > I get the same error with the linker under Rhide. > > What does this error stand for? > > Thank you very much for any help, > > Y. Latrous. > latrous AT sprint DOT ca