On Sat, Aug 23, 2003 at 01:34:07AM -0700, reza saeidinia wrote:
> 
> 
> I have a project and in my project I have some folders. in any of my folders there 
> are some c and h files.
> 
> the files in the folders dont know headers in the base project folder and other 
> folders.and all of files exist in project.
> 
> how I can solve this problem?
> 

Not suer I understand the question, but try reading up on the -I option
of the gcc (aka cc) command. For example:

        cc -I../directory/with/headers myfile.c

-- 
Robert C. Paulsen, Jr.
[EMAIL PROTECTED]


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to