Date: Fri, 30 Jun 1995 18:48:54 +0100 From: Thomas Eifert Subject: My own include directory (1.12m4) To: djgpp AT sun DOT soe DOT clarkson DOT edu Reply-To: eifert AT rz DOT rwth-aachen DOT de Organization: Rechenzentrum RWTH Aachen Hi all, I've spent a time building a math library, and now I want to put the associated .h-files into a separate directory. I added this to the C_INCLUDE_PATH, and tried - won't work. The "tryit" program (samples\hello) revealed that the path setting was relative, i.e. with a leading "..\..\", not the full DJGPP based path. ==> what did I miss in the djgpp.env ??? TIA, Thomas Eifert