Date: Mon, 05 Apr 1999 19:43:42 +0100 From: "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: Blaz Zupan <blaz@gold.amis.net>, freebsd-current@freebsd.org Subject: Re: C++ with egcs - no go Message-ID: <3709045E.DFA21C9B@k2c.co.uk> References: <XFMail.990405195102.asmodai@wxs.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Jeroen Ruigrok/Asmodai wrote: > > Those errors are still present. > Wrong: [(dampurep)~/src]: cat hello.cc // begin program #include <iostream> using namespace std; int main(int argc, char** argv) { cout << "Hello World!!!\n" << endl; return 0; } // end program [(dampurep)~/src]: c++ -Os -march=pentiumpro -o hello hello.cc [(dampurep)~/src]: ./hello Hello World!!! [(dampurep)~/src]: PYD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3709045E.DFA21C9B>