X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 23 Aug 1999 10:20:09 +0300 (WET) From: Andris Pavenis To: sam cc: djgpp AT delorie DOT com Subject: Re: ld / Gcc and make Problem In-Reply-To: <37BF4BDD.BA6E2CC0@connection.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 21 Aug 1999, sam wrote: > Al Morgan wrote: > > > I'm not sure about the library, but I noticed this: you have commands to > > link your object code, but no commands to compile the object code. > > > > > I have a problem with ld reporting cannot open -lstdcx: no such file.... > > I have originally installed DJGPP for C only with the gcc281 under win 95. Now > I would like to use C++ so I have downloaded the following files. > > v2gnu/gcc295b.zip Basic GCC compiler 1.7 mb > v2gnu/gpp295b.zip C++ compiler 1.6 mb > v2gnu/lgp2811b.zip C++ libraries 583 kb > > After unzipping and attempting to compile simple C++ example I got a complaint > > about cc1plus.exe not found. So I found it under 'lib\this\that\\\ and copied > it into bin. Remove old compiler completely before installing gcc-2.95. Make sure You have djdev202.zip installed (NOT djdev201.zip) > Now I get the ' cannot open -lstdcx: no such file....' Read related topics in DJGPP FAQ > I can't find it manually either. > Anyone have any ideas? how to get it and let rhide or ld know where to find > it? > The closest file name I have is 'libstdcxx.a' > >