Mail Archives: djgpp/1999/06/29/12:32:48
On Sun, 27 Jun 1999, Xenos wrote:
> Hi. I'm having a problem with RHide. It keep wanting to link my C++
> files with gcc and not gxx. So I'm getting a lot of errors.
That's not your problem. C++ programs *can* be linked with gcc, it just
requires to explicitly add the C++ libraries to the link command line,
and RHIDE already does that. So please look at the error messages
carefully and try to figure out what causes the linking to fail.
gxx is recommended for manual linking, where many people forget to
mention the C++ libraries, or don't know how they are called in the first
place.
- Raw text -