Mail Archives: cygwin/1997/04/19/16:41:07
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".
- Raw text -