Date: Sun, 16 Jun 2002 07:31:56 +0200 From: Michael Nottebrock <michaelnottebrock@gmx.net> To: Wesley Morgan <morganw@chemikals.org> Cc: current@FreeBSD.ORG, ports@FreeBSD.ORG, kde-freebsd@FreeBSD.ORG Subject: Re: C++ problems Message-ID: <3D0C22CC.8070409@gmx.net> References: <20020612003134.H69960-100000@volatile.chemikals.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The following is an OpenPGP/MIME signed message created by Enigmail/Mozilla, following RFC 2440 and RFC 2015 --------------enigABA4BB84CB06ED240FC4ABBC Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > checking if STL implementation is HP like... no > configure: error: "no known STL type found - did you forget to install > libstdc++-devel ?" > > However, the configure script WILL succeed if I manually run configure > with the same options (grabbed from ps). Weird... Anyone have some > thoughts on this? It's a little annoying :) 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 know the proper fix there, but I got around it by simply removing -I/usr/include from bsd.kde.mk. Regards, -- Michael Nottebrock "The circumstance ends uglily in the cruel result." - Babelfish --------------enigABA4BB84CB06ED240FC4ABBC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9DCLQXhc68WspdLARAl6VAJ9bCoVmC8zYaJu3Q7389HvMWxg+TwCfWARi hblPmSKbf9dlcNOdJENzcto= =bl0J -----END PGP SIGNATURE----- --------------enigABA4BB84CB06ED240FC4ABBC-- 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?3D0C22CC.8070409>