Mail Archives: djgpp/1998/06/25/07:03:33
On Wed, 24 Jun 1998, Mark R. Clay wrote:
> If you saw my last post (by the way, sorry that it was posted twice...
> accident...), I finally got DJGPP working (sort of). It didn't like my
> Windows 95 directory name "Programming". I fed it "PROGRA~2" and it
> worked.
Looks like you need to set LFN=y in the environment. Then the long file
names will also work for you.
> Now, I can compile C files just fine. But when I try to compile
> a C++ file (I'm doing this through rhide), it says "Error:
> c:/progra~2/djgpp/bin/ld.exe: cannot open -lstdcx: No such file or
> directory (ENOENT)".
If "set LFN=y" doesn't correct this (it might), make sure you have
libstdcx.a file in the c:/progra~2/djgpp/lib directory.
> I got LD.EXE (as well as AS.EXE) from my FPK pascal
> compiler because DJGPP said it couldn't find them.
Not a good idea. You need to download v2gnu/bnuNNNb.zip from the same
place you get DJGPP. This archive includes as.exe and ld.exe, among
other programs.
- Raw text -