Re: trouble with includes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> The thing is that those header files are not located in my
> /include directory but in other directories.
>
> How can i instruct the compiler to look to specific directories
> for those header files?

gcc -I your/path/here ...

The -I option is repeatable to add multiple paths.

Fang


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux