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 [email protected] -----Original Message----- From: Pierre Y. Dampure <[email protected]> To: Jeroen Ruigrok/Asmodai <[email protected]> Cc: Blaz Zupan <[email protected]>; [email protected] <[email protected]> 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 [email protected] >with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
