Mail Archives: djgpp/2000/10/25/03:38:14
--- demibee <demibee AT post DOT com> wrote:
> I've been using DJGPP as a backup C/C++ compiler for a year or so.
> Last night I downloaded the most recent ZIPs for use in DOS. I'm
> finding that I have no trouble with C programs. C++ is a different
> story. Using...
>
> C:\> gcc hello.cpp -o hello.exe
Try:
gcc hello.cpp -o hello.exe -lstdcxx
or,
gxx hello.cpp -o hello.exe
=====
_nimrod_a_abing_
+------------------------------------------------------------+
| Homepage: http://www.geocities.yahoo.com/n_abing/index.htm |
+------------------------------------------------------------+
__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE.
http://im.yahoo.com/
- Raw text -