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
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
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
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
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
> "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
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