Mail Archives: djgpp/1999/01/26/05:32:56
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.
- Raw text -