From owner-freebsd-stable@FreeBSD.ORG Wed Feb 22 13:48:55 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6388416A420 for ; Wed, 22 Feb 2006 13:48:55 +0000 (GMT) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [213.154.244.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC93043D46 for ; Wed, 22 Feb 2006 13:48:54 +0000 (GMT) (envelope-from dimitry@andric.com) Received: from [192.168.0.3] (kilgore.lan.dim [192.168.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id B557AB80C; Wed, 22 Feb 2006 14:48:52 +0100 (CET) Message-ID: <43FC6BC2.2080108@andric.com> Date: Wed, 22 Feb 2006 14:48:50 +0100 From: Dimitry Andric User-Agent: Thunderbird 1.5 (Windows/20060112) MIME-Version: 1.0 To: Kevin Lamothe References: <43F9E52B.4010307@animenfo.com> In-Reply-To: <43F9E52B.4010307@animenfo.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig28511AA7341C29657721F3B7" Cc: stable@freebsd.org Subject: Re: Problems compiling latest cvs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 13:48:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig28511AA7341C29657721F3B7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Kevin Lamothe wrote: > In file included from > /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/eh_allo= c.cc:37: >=20 > /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-= cxx.h:41:20: > unwind.h: No such file or directory --snip-- > The contents of my make.conf >=20 > CFLAGS=3D-O2 -pipe > CXXFLAGS=3D-O2 -pipe Don't assign to CXXFLAGS with "=3D", as /usr/share/examples/etc/make.conf= tells you: # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wis= h # to add to CXXFLAGS value, "+=3D" must be used rather than "=3D". Using= "=3D" # alone will remove the often needed contents of CFLAGS from CXXFLAGS. --------------enig28511AA7341C29657721F3B7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD/GvGsF6jCi4glqMRA6fUAJ9Ewd/17nGS4TqPIdlB64zyr1j0FQCdGDKj jr45t1oiDlrVlfb+PrSEnJA= =Xnve -----END PGP SIGNATURE----- --------------enig28511AA7341C29657721F3B7--