This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: g=+ help
- From: Tim Prince <tprince at myrealbox dot com>
- To: sahar kouroshnezhad <sahar529 at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 28 May 2007 06:49:05 -0700
- Subject: Re: g=+ help
- References: <320590.40733.qm@web36908.mail.mud.yahoo.com>
- Reply-to: tprince at computer dot org
sahar kouroshnezhad wrote:
Hi,
I am a new user in g++,I want to compile a g++ code
which includes other g++ codes,these included files
and the main file is in different pathes,would you
please tell me
how can i compile this code?
'info gcc' contains a brief explanation of the -I option
If you are using a make which supports VPATH, you may be interested in that.