Mail Archives: djgpp/1998/12/19/20:59:29
> dainbramage wrote:
>
> I'm using djgpp at home for a college C++ class, and when I try to
> compile a source file, I get this error when it tries to make the
> .exe:
>
> c:/gpp/bin/ld.exe: cannot open -lgpp: No such file or directory
> (ENOENT)
What command are you using to compile/link? It seems to be using
libgpp, which is now obsolete. If it's some variant of `gxx', `gpp', or
`g++', post its size and datestamp, because they are duplicated in
several packages (the executables are in /gpp/bin).
In the short term, try using `gcc' and adding `-lstdcxx' to the end of
the command line. Like:
gcc -o foo.exe foo.cc -lstdcxx
And please don't post in HTML.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -