From: Martin Steuer Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler not working Date: 4 Jul 2002 08:24:47 GMT Organization: No Organisation Lines: 10 Message-ID: References: <059501c22306$61d17c90$0a02010a AT mail2world DOT com> NNTP-Posting-Host: dsdn-d9327d2a.pool.mediaways.net (217.50.125.42) X-Trace: fu-berlin.de 1025771087 18954108 217.50.125.42 (16 [142788]) User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Evan Hefner" wrote in news:059501c22306$61d17c90$0a02010a AT mail2world DOT com: > The first error I get is something about a function > __convert_to_v in locale.o and the second is something about an > undefined reference to _finite. I'm not sure about how Rhide handles C++ source files, but you need to be sure that you are compiling with gpp so that you don't need to link the C++ lib manually.