From: krugman AT reality-bytes DOT demon DOT co DOT uk (Kev) Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ isn't working for me... Date: Mon, 01 Jun 1998 21:18:05 GMT Message-ID: <35731a66.13395396@news.demon.co.uk> References: <6kuspj$bef$1 AT nntp3 DOT interaccess DOT com> NNTP-Posting-Host: reality-bytes.demon.co.uk Lines: 43 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 1 Jun 1998 13:36:12 -0500, "Johnny P." wrote: >Hi guys, > >I have been away from djgpp for a little while and have recently downloaded >all the files again. I have installed all of the files and set everything >up right as far as I know, but I seem to be missing 'libiostream.a' and I'm >having some problems linking c++ compiled code. I am linking -liostream and >it can't find the file. I am using Rhide 1.4 and It wants to link -lstdcx >as well. What is this library? I also don't seem to have it either. What >file did I forget to download? > >Thanks in advance, > >Johnny P. > > Regarding the error message : Trying to compile C++ files gives: c:/djgpp/bin/ld.exe: cannot open -1stdcx: No such file or directory I have noticed a lot of posts in this group about this and must admit it kept me amused for a day and a half trying to figure this out Though it took a long time to find it, the answer is documented in this file:- D:\DJGPP\gnu\gcc-2.81\problems.txt (I shall not reproduce it here, bandwidth etc) Two options are suggested, the first didn't work for me, but the second did. I thik this may be a good item to see in the FAQ list Happy Coding Kevin