From: "Evan Hefner" To: thread-index: AcIjBNzdhEIfniRRSSiuuZ+ju6L9PwAAYTzU Cc: Date: Wed, 3 Jul 2002 19:56:23 -0700 Thread-Topic: compiler not working Message-ID: <059501c22306$61d17c90$0a02010a@mail2world.com> Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Subject: compiler not working MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0105_01C222CA.30816600" Content-Class: urn:content-classes:message Importance: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0105_01C222CA.30816600 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit When I try to compile the following C++ program with RHIDE, it gives me link errors refering to (iostream?) functions. I have no idea what the problem is. Can anyone tell me how to fix it? The program is as follows: #include int main(){ return 0; } 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. _______________________________________________________________ Get the FREE email that has everyone talking at http://www.mail2world.com ------=_NextPart_000_0105_01C222CA.30816600 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable =0A= =0A=
When I try to compile = the following C++ program with RHIDE, it gives me link errors refering = to (iostream?) functions.  I have no idea what the problem = is.  Can anyone tell me how to fix it?
The program is as follows: =
#include <isotream>
int main(){
 return 0;
}
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.
=0A= =0A=
______________________________________________= _________________
Get the FREE email that has everyone talking at http://www.mail2world.com
------=_NextPart_000_0105_01C222CA.30816600--