From owner-freebsd-current@FreeBSD.ORG Tue Jul 29 05:13:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 495B537B401 for ; Tue, 29 Jul 2003 05:13:39 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C586943FAF for ; Tue, 29 Jul 2003 05:13:33 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h6TCDS0U024007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jul 2003 15:13:29 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h6TCDPFs023986; Tue, 29 Jul 2003 15:13:25 +0300 (EEST) (envelope-from ru) Date: Tue, 29 Jul 2003 15:13:25 +0300 From: Ruslan Ermilov To: Kai Mosebach Message-ID: <20030729121325.GA23487@sunbay.com> References: <20030729120616.GC20737@sunbay.com> <001701c355ca$43bed340$0100a8c0@alpha> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <001701c355ca$43bed340$0100a8c0@alpha> User-Agent: Mutt/1.5.4i cc: 'Michael Reifenberger' cc: current@FreeBSD.org Subject: Re: new.h is missing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 12:13:39 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 29, 2003 at 02:09:24PM +0200, Kai Mosebach wrote: >=20 > > -----Urspr?ngliche Nachricht----- > > Von: Ruslan Ermilov [mailto:ru@FreeBSD.org] > > Gesendet: Dienstag, 29. Juli 2003 14:06 > > An: Kai Mosebach > > Cc: David Leimbach; Michael Reifenberger; current@FreeBSD.org > > Betreff: Re: new.h is missing > >=20 > > On Tue, Jul 29, 2003 at 02:00:59PM +0200, Kai Mosebach wrote: > > [...] > > > I was wondering, that in 4.x there is a folder /usr/include/g++ > > > where all the stuff is found, and on 5.1-CURRENT its in > > > /usr/include/c++/3.3, where im not sure, whether g++ uses this path > > > automatically ? > > > > > /usr/libexec/cc1plus -v >=20 > [root@devil:~] # /usr/libexec/cc1plus -v > GNU CPP version 3.2.2 [FreeBSD] 20030205 (release) (cpplib) (i386 > FreeBSD/ELF) > ignoring nonexistent directory "/usr/include/g++/backward" > ignoring duplicate directory "/usr/include" > #include "..." search starts here: > #include <...> search starts here: > /usr/include/g++ > /usr/include > End of search list. >=20 > Where are they defined ? >=20 On 5.1-CURRENT, this looks differently: $ /usr/libexec/cc1plus -v ignoring duplicate directory "/usr/include" #include "..." search starts here: #include <...> search starts here: /usr/include/c++/3.3 /usr/include/c++/3.3/backward /usr/include End of search list. ^C Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/JmTlUkv4P6juNwoRAgyuAKCMOu8ERZDZJovyFlTaEFvV3IYUlgCfeekp qu7vUqhXaiDqUyJlU10VYDc= =mLXy -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI--