Hi,
I'm in sort of a bind... I need to modify the path C programs search on our UNIX box because some header files we've installed aren't in the standard path... and the read-only programs that use them access them via "<file.h>" (so they crash during compile).
Is there any way - on a HP UNIX server - that I (or root) can directly add to this path? Is the path in some UNIX environment-variable that I (or root) can directly modify? And - the actual compile statement that brings in these headers is in a read-only file (otherwise I'd modify the "cc" statement with an appropriate "-I" switch).
Thank you very much!
dora c
I'm in sort of a bind... I need to modify the path C programs search on our UNIX box because some header files we've installed aren't in the standard path... and the read-only programs that use them access them via "<file.h>" (so they crash during compile).
Is there any way - on a HP UNIX server - that I (or root) can directly add to this path? Is the path in some UNIX environment-variable that I (or root) can directly modify? And - the actual compile statement that brings in these headers is in a read-only file (otherwise I'd modify the "cc" statement with an appropriate "-I" switch).
Thank you very much!
dora c