Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 1998 10:45:30 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Chris Martino <chrismar@peanut.readington.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Compiling
Message-ID:  <Pine.BSF.3.96.980512104431.2985N-100000@gdi.uoregon.edu>
In-Reply-To: <Pine.BSF.3.96.980511184715.3343B-100000@peanut.readington.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 May 1998, Chris Martino wrote:

> Hi,
> I'm trying to compile some simple c++ programs that I've written, and I
> need to include some of the header files in /usr/include/g++/.  I would I
> go about adding that to my path so I don't have to put g++/whatever.h in
> my .c file.

No changes necessary, g++ will atuomatically look in there.  

Just use the standard include form:

#include <system-include.h>

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980512104431.2985N-100000>