Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 1996 09:36:26 +0200
From:      Mark Murray <mark@grondar.za>
To:        George Scott <George.Scott@cc.monash.edu.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: libg++ Makefile and /usr/include 
Message-ID:  <199603160736.JAA29985@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
George Scott wrote:
> This is probably a silly question, but...
> 
> In gnu/lib/libg++/Makefile there is a bit of code that looks like:
> 
> > CFLAGS+=	-nostdinc -I${.CURDIR}/include -I/usr/include
> > CXXFLAGS+=	-I${.CURDIR}/include -I/usr/include/g++ -I/usr/include \
> > 		-nostdinc++
> 
> Why is /usr/include mentioned explicitly?

Because of the "-nostdinc", which means "No standard include directories".
I'm not quite sure why it is done that way round, though...

M
--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grondar.za for PGP key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603160736.JAA29985>