Date: Tue, 29 Jun 1999 17:44:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Please help with RHide In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.