From: jpmorgan AT unm DOT edu (James Paul Morgan) Subject: Re: gcc cant find CPP, GCC_EXEC_PREFIX is set correct 19 Apr 1997 16:41:07 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: Jonathan Downes Original-cc: gnu-win32 AT cygnus DOT com In-Reply-To: <199704190700.RAA30040@black.cat.org.au> Original-Sender: owner-gnu-win32 AT cygnus DOT com On Sat, 19 Apr 1997, Jonathan Downes wrote: > GCC.EXE: installation problem, cannot exec 'cpp': No such file or directory > > I know GCC_EXEC_PREFIX is correct, and cpp.exe is in the right dir, eg > DIR %GCC_EXEC_PREFIX%\CPP.EXE shows the file. > A simple possible explanation is that you don't have the trailing \ on the GCC_EXEC_PREFIX. According to the readme.txt, that trailing \ is very important. Since your macro above adds a \ before the CPP.exe, I'm assuming you don't have that \ in your set or export. Mine reads as follows: export GCC_EXEC_PREFIX=/usr/H-i386-cygwin32/lib/gcc-lib/ This is in my .bashrc. The /usr is mounted to where all of my Cugnus stuff is, E:\. (A batch file SET would read slightly different.) See ya around the Mulberry bush. --James :) - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".