Re: C++ problems

2002-06-18 Thread Dan Nelson
In the last episode (Jun 18), David O'Brien said: > On Sun, Jun 16, 2002 at 07:31:56AM +0200, Michael Nottebrock wrote: > > I just hit the same problem while trying to compile KDE stuff. In my > > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS > > Why in the (*_#$ did someone ma

Re: C++ problems

2002-06-18 Thread David O'Brien
On Sun, Jun 16, 2002 at 07:31:56AM +0200, Michael Nottebrock wrote: > I just hit the same problem while trying to compile KDE stuff. In my > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS Why in the (*_#$ did someone make bsd.kde.mk do that?? To Unsubscribe: send mail to [EMAIL

Re: C++ problems

2002-06-16 Thread Andrey A. Chernov
On Sun, Jun 16, 2002 at 07:31:56 +0200, Michael Nottebrock wrote: > > I just hit the same problem while trying to compile KDE stuff. In my > case it stems from bsd.kde.mk adding -I/usr/include to CPPFLAGS, causing > gcc to change its include search order. Lacking further insight, I don't > kno

Re: C++ problems

2002-06-15 Thread Michael Nottebrock
Wesley Morgan wrote: > I cleaned up my /usr/lib and /usr/include file of stale headers/libs left > after the libstdc++ upgrade (maybe this should be in src/UPDATING??), and > now any port that uses C++ & autoconf fails to configure... > > checking if STL implementation is SGI like... no > checkin

C++ problems

2002-06-11 Thread Wesley Morgan
I cleaned up my /usr/lib and /usr/include file of stale headers/libs left after the libstdc++ upgrade (maybe this should be in src/UPDATING??), and now any port that uses C++ & autoconf fails to configure... checking if STL implementation is SGI like... no checking if STL implementation is HP lik

Re: egcs c++ problems

1999-04-05 Thread Pierre Y. Dampure
> "Thomas T. Veldhouse" wrote: > > Are there any parts of world that are going to have a hard time > building under egcs because of this? > There would be if it had stay like that... the last changes from David : cvs commit: src/gnu/lib/libstdc++/doc Makefile Date: Mon, 5 Apr 1

egcs c++ problems

1999-04-05 Thread Thomas T. Veldhouse
I get the following when trying to build the following very simple C++ test: // begin program #include using namespace std; int main(int argc, char** argv) { cout << "Hello World!!!\n" << endl; return 0; } // end program c++ foobar.cc -o foobar /usr/lib/libstdc++.so: undefined