new.h is missing

Ruslan Ermilov ru at FreeBSD.org
Tue Jul 29 05:13:39 PDT 2003


On Tue, Jul 29, 2003 at 02:09:24PM +0200, Kai Mosebach wrote:
> 
> > -----Urspr?ngliche Nachricht-----
> > Von: Ruslan Ermilov [mailto:ru at FreeBSD.org]
> > Gesendet: Dienstag, 29. Juli 2003 14:06
> > An: Kai Mosebach
> > Cc: David Leimbach; Michael Reifenberger; current at FreeBSD.org
> > Betreff: Re: new.h is missing
> > 
> > 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
> 
> [root at 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.
> 
> Where are they defined ?
> 
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,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030729/3a6c16d4/attachment.bin


More information about the freebsd-current mailing list