Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <714DFA46B9BBD0119CD000805FC1F53B01B5AED2@ukrux002.rundc.uk.origin-it.com> From: "Moore, Paul" To: "'cygwin AT cygwin DOT com'" Subject: Can't run Mingw gcc from Cygwin Date: Thu, 5 Jul 2001 11:59:21 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" I'm trying to run the Mingw gcc compiler from within Cygwin. My reason is to use Cygwin/bash to run configure, but to build the packages using Mingw, so that they have no Cygwin dependency at runtime - yes, I know about -mno-cygwin, and that is an option, I guess, but I'd prefer to use the Mingw compiler if possible - not least as it builds executables which use MSVCRT rather than CRTDLL. However, if I add my Mingw binaries directory to the front of PATH, via export PATH=//c/Applications/Mingw/bin:$PATH and try to compile a trivial program, I get an error $ gcc -o x.exe x.c gcc.exe: installation problem, cannot exec `cpp0': No such file or directory When I execute this command line from a CMD.EXE prompt, it works fine. Obviously, I'm doing something wrong, but what? I installed cygwin from setup and took all the defaults. Thanks for any help, Paul. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/