Re: C++ with egcs - no go

1999-04-05 Thread David O'Brien
> /tmp/x> c++ test.c The the list as a whole. For the next week or so, please use the "-v" flag when reporting compiler problems. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the

Re: C++ with egcs - no go

1999-04-05 Thread Jeroen Ruigrok/Asmodai
On 05-Apr-99 Pierre Y. Dampure wrote: > Jeroen Ruigrok/Asmodai wrote: >> >> Those errors are still present. >> > > Wrong: > > [(dampurep)~/src]: c++ -Os -march=pentiumpro -o hello hello.cc > [(dampurep)~/src]: ./hello > Hello World!!! > > [(dampurep)~/src]: OK, they were/are present here

Re: C++ with egcs - no go

1999-04-05 Thread Thomas T. Veldhouse
Veldhouse ve...@visi.com -Original Message- From: Pierre Y. Dampure To: Jeroen Ruigrok/Asmodai Cc: Blaz Zupan ; 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 prese

Re: C++ with egcs - no go

1999-04-05 Thread Pierre Y. Dampure
Jeroen Ruigrok/Asmodai wrote: > > Those errors are still present. > Wrong: [(dampurep)~/src]: cat hello.cc // begin program #include using namespace std; int main(int argc, char** argv) { cout << "Hello World!!!\n" << endl; re

RE: C++ with egcs - no go

1999-04-05 Thread Jeroen Ruigrok/Asmodai
On 05-Apr-99 Blaz Zupan wrote: > /tmp/x> c++ test.c > /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table' > /usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table' > /tmp/x> > Anybody else seeing this after the latest cvsup (as of 15 minutes ago)? Those errors ar

C++ with egcs - no go

1999-04-05 Thread Blaz Zupan
Just successfully completed a make world and everything appears to be working correctly (good job, David!), except compiling C++ programs: /tmp/x> cat test.c #include main() { cout << "Hello world!\n"; } /tmp/x> c++ test.c /usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'