Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where is the "include" configuration file?

Status
Not open for further replies.

rick05

Programmer
Feb 23, 2001
15
MX

Hi again,

taking advantage...

I would like to know, where is, or what is the configuration file that has the routes of the head files?

I say anything like ld.so.conf, for example...

thansk again.

Ricardo Rugerio.
Sun Microsystems Grant-holder.
 
Well, most compilers will allow you to specify extra directories for include files. For example, with gcc, it's:
gcc -I/new/path/to/include source.cpp
So, you may be able to specify them like that. If it gets to be a lot to type, I'd strongly suggest using GNU make, it'll make your life a lot easier (no pun intended) when compiling files. Do man make on your machine to see if you have it, if not you can get it from
Good Luck!
As always, I hope that helped!

Disclaimer:
Beware: Studies have shown that research causes cancer in lab rats.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top