Date: Fri, 07 Jul 1995 13:19:47 +0100 From: Thomas Eifert Subject: Summary: 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 > 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 ??? > Hi all, my include-problem is solved: the djgpp.env was correct, but in the .bat-file where the DJGPP-variable is set, there was a trailing unprintable character - I'll never know how it came there. Thus the variable was invalid ... Thanks to all who gave hints. Thomas