Date: Mon, 26 Jul 93 18:24:42 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: MXD AT MINA DOT GC DOT CUNY DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem using gcc > However, I get the "file not found" error, although the compiler > environment path is set correctly (pointing to the directory with Have you tried the -v (verbose) option for gcc? This should tell you what file is not being found. Also, there _used_ to be a typo in the docs. One of the environment variables had a colon separating two paths instead of a semicolon, which led to things not being found. Since you mentioned having the program for a while, you might have been caught by this.