Mail Archives: djgpp/1997/09/15/06:16:46
F. Hayashi (hayashi AT u DOT washington DOT edu) wrote:
: This sucker does not compile correctly, either with command line
: (gcc concom.cpp -o concom.exe) or under RHIDE.
:
: I get a big list of error messages, having something to do with cout and
: such.
:
: I thought I had all the c++ specific library stuff properly installed, but
: is that the problem?
Hi, there.
Actually, the solution is in the file README.1ST: to compile C++ programs,
you should use the command 'gxx' in place of 'gcc' -- this links the
libraries that you need for C++ automatically.
: The INFO files mention a g++, which does not appear anywhere on the
: distributions I have.
In DOS, rather than g++, the command is gxx.
Hope this solves your problem.
Most respectfully,
Margo Schulter
mschulter AT value DOT net
(To reply, please remove the extra . in my default address)
- Raw text -