Mail Archives: djgpp/1998/05/28/19:32:15
At 06:35 5/28/1998 +0200, Flavio Poletti wrote:
>Hi to all,
>
>I read in the info files that I may invoke the C++ compiler with the
>command gcc itself, but I find it is not so, because:
>
>calling "gcc name.cc -o name.exe" tells me it can not reckognize cout
>calling "gcc name.cc -o name.exe -lstdcx" gives me
>calling "gpp name.cc -o name.exe" works fine.
>
>It's a real problem, because I've seen that RHIDE always invokes gcc and
>I really can't use it to develop C++ applications (in particular, I have
>no access to debugging, because I have to compile on the command line).
>Is info file bad?
If you have long file names (Windows 95), the file is libstdcxx, with two
x's. For RHIDE, add this to c:/djgpp/share/rhide/rhide.env:
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
Nate Eldredge
nate AT cartsys DOT com
- Raw text -