From: Eric Christopher Subject: Re: Compiller and linkeditor... 07 Jul 1998 10:31:47 -0700 Message-ID: References: <3 DOT 0 DOT 1 DOT 32 DOT 19980706125840 DOT 0068ba88 DOT cygnus DOT gnu-win32 AT pop DOT cwb DOT matrix DOT com DOT br> X-Newsreader: Gnus v5.4.52/XEmacs 20.2 >I tried this and received the same errors: >GCC.EXE: instalation problem, cannot exec 'cpp': no such file or directory >GCC.EXE: Internal compiller error: program cpp got fatal signal 127 You need to set GCC_EXEC_PREFIX, it appears not to have been set correctly upon installation. Did you perhaps move the compiler without reinstalling? GCC_EXEC_PREFIX should be set to /where/b19/is/H-i396-cygwin32/lib/gcc-lib/ don't forget the trailing slash. -eric