newbie needs help

Mumit Khan khan@thor.xraylith.wisc.edu
Mon Nov 1 07:28:00 GMT 1999


"Myrdhyn" <Myrdhyn@online.de> writes:
> 
> Hi there,
> I installed gnupro on a win95 b machine, but i can't run the compiler, =
> neither by the autoexec.bat and the MS-Dos-window nor by the bash =
> (startgnu.bat). The compiler says "cannot exec 'cpp' ".
> 
> The startgnu.bat is:
> 
> @echo off
> PATH=3DD:\cygnus\H-i386-cygwin32\bin
> set GCC_EXEC_PREFIX=3DD:\cygnus\H-i386-cygwin32\lib\gcc-lib\bash
> exit
> 
> In the autoexec.bat I've written:
> 
> set GCC_EXEC_PREFIX=3DD:\cygnus\H-i386-cygwin32\lib\gcc-lib
> set PATH=3DD:\cygnus\H-i386-cygwin32\bin;%PATH%

GCC_EXEC_PREFIX value *must* end in a '\' as described in the manual.

Try,
  set GCC_EXEC_PREFIX=3DD:\cygnus\H-i386-cygwin32\lib\gcc-lib\

Regards,
Mumit



More information about the Gcc-bugs mailing list