I made the original post with the below program.  I have rebuilt the entire
world using -O2 -pipe -mpentiumpro and all works well.  I can safely report
the problem has disappeared.  I though I would attempt compiling Qt and see
how that works.  I will report back if a problem arrises.

Tom Veldhouse
ve...@visi.com

-----Original Message-----
From: Pierre Y. Dampure <pierre.damp...@k2c.co.uk>
To: Jeroen Ruigrok/Asmodai <asmo...@wxs.nl>
Cc: Blaz Zupan <b...@gold.amis.net>; freebsd-current@FreeBSD.ORG
<freebsd-current@FreeBSD.ORG>
Date: Monday, April 05, 1999 1:51 PM
Subject: Re: C++ with egcs - no go


>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 majord...@freebsd.org
>with "unsubscribe freebsd-current" in the body of the message
>



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to