This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g=+ help


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]