This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc cant find CPP, GCC_EXEC_PREFIX is set correct


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]