Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 1999 13:59:28 -0500
From:      "Thomas T. Veldhouse" <veldy@visi.com>
To:        "Pierre Y. Dampure" <pierre.dampure@k2c.co.uk>, "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:  <023c01be7f96$72c222a0$236319ac@w142844.carlson.com>

next in thread | raw e-mail | index | archive | help
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
veldy@visi.com

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



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?023c01be7f96$72c222a0$236319ac>