X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Tue, 26 Jan 1999 12:28:08 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Newbie question - gxx returns ld cant find lgpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 26 Jan 1999, Eli Zaretskii wrote: > > On Mon, 25 Jan 1999, Ian Warren wrote: > > > I removed everything then > > reinstalled. Gcc works but gxx returns ..ld.exe cannot open -lgpp: No > > such file or directory. > > Either download and install lgp2811b.zip, or use gxx.exe from > gpp281b.zip. > Even more I think that gxx.exe from djdev202.zip is BROKEN: it links libraries in following order -lstdcxx -lgpp -lm but libgpp.a really contains references to libstdcxx.a (iostream and derived clases). As result one can get unresolved references unless this order is changed (it should be -lgpp -lstdcxx -lm) However I still think that best would be to remove gxx.exe from djdev at all.