broken c++?

2002-08-19 Thread Josef Karthauser
Is it just me or is libstdc++ linking broken on -current right now? Kde3 complains: c++ -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fmemoize-lookups -fsave-memoized -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -o kappfinder -pthread

Re: broken c++?

2002-08-19 Thread Erik Greenwald
On Mon, Aug 19, 2002 at 01:22:52PM +0100, Josef Karthauser wrote: Is it just me or is libstdc++ linking broken on -current right now? I was able to compile kde3 yesterday ... you may have an old C++ header in place which causes namespace issues. try removing them and doing the installworld

Re: broken c++?

2002-08-19 Thread Erik Greenwald
On Mon, Aug 19, 2002 at 04:53:08PM +0200, Jan Stocker wrote: for your own code, you seem to lack -lstdc++ This shouldn't be the prob... You never have to add -lstdc++ by hand... using g++ to link has to include it by itself. yeah... I just did a little experimenting, seems to be a

Re: broken c++?

2002-08-19 Thread Alexander Kabaev
Hi Josef, On Mon, 19 Aug 2002 13:22:52 +0100 Josef Karthauser [EMAIL PROTECTED] wrote: Is it just me or is libstdc++ linking broken on -current right now? Remove /usr/include/g++ before making your next installworld. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: broken c++?

2002-08-19 Thread Josef Karthauser
On Mon, Aug 19, 2002 at 11:12:54AM -0400, Alexander Kabaev wrote: Hi Josef, On Mon, 19 Aug 2002 13:22:52 +0100 Josef Karthauser [EMAIL PROTECTED] wrote: Is it just me or is libstdc++ linking broken on -current right now? Remove /usr/include/g++ before making your next installworld.

Re: broken c++?

2002-08-19 Thread Kyle Butt
Josef Karthauser wrote: Is it just me or is libstdc++ linking broken on -current right now? Kde3 complains: c++ -DNDEBUG -DNO_DEBUG -O2 -O -pipe -march=pentiumpro -fmemoize-lookups -fsave-memoized -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT