From: mdruiter AT cs DOT vu DOT nl Newsgroups: comp.os.msdos.djgpp Subject: Re: -lstdcxx directory not found?? Date: Tue, 17 Aug 1999 12:16:36 GMT Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Lines: 24 Message-ID: <7pbjr4$1oq@cs.vu.nl> References: <7pa71s$u46$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: sloep102.cs.vu.nl X-Sender: mdruiter AT cs DOT vu DOT nl User-Agent: tin/pre-1.4-19990413 ("Endemoniada") (UNIX) (SunOS/5.5.1 (sun4u)) X-Poster-Key: sha1:TXvP6T/aq3etBhGsi2ZEInlcSyU= Cancel-Lock: sha1:4EJbtkDPjEPiuHDx2wMQW3dg5tU= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com zidharta AT yahoo DOT com wrote: > I ve been to this similar problem before ... > I think I remember it was -lstdcx not found ... > so I changed lstdcxx into lstdcx and it worked till now ... This is just a workaround, not a solution. > but now ... Im installing DJGPP into window98 at school's comp > and I couldnt even find lstdcxx ... what I found is libstdcxx ... > and no matter I renamed it ... it still didnt work ... When you specify -lstdcxx (or it is specified automatically if you use gpp or gxx), the compiler looks for the file `libstdcxx.a'. The `-l' says "link in this library" and the compiler translates that to the appropriate file. > please tell me whats wrong with it ... > are there any documentation I missed about installing DJGPP on win98 I bet there is a section about the is the FAQ, so before I start giving you bad advice, please look there. It can be found where you got DJGPP. Groente, Michel.