In my search for a better C implementation, I am trying out Pure C. It works well with its own IDE, but I want to use it with gulam (UNIX-like command line interpreter). Problem is, I don't know how to tell it where the headers and libraries reside. I assume there are environment variables to set... but what are they?
Cheers
JonB
PS, I really would like not to use the UDE as it doesn't suit me. I like vi, cli and compiler / linker (preferably with make). Old school.
