dman <[EMAIL PROTECTED]> writes: > On Sun, Sep 23, 2001 at 08:04:43PM -0400, Akintayo Holder wrote: > | hi, > | I am trying to install palm dev tools on woody. I would like to knwo > how > | you set the search path for the GCC compiler ? any information about > | where i can find the env var of file containing the path would be nice.
If you're compiling gcc, you can set the search path for .h files via one of the ./configure options (don't remember which one). I don't think there is a way to hardcode the search path for libraries. There might be one if you're building the linker (ld). -chris