From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7222 invoked by alias); 8 Oct 2003 13:36:23 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7151 invoked from network); 8 Oct 2003 13:36:22 -0000 Received: from unknown (HELO qbert.vosn.net) (205.214.76.4) by sources.redhat.com with SMTP; 8 Oct 2003 13:36:22 -0000 Received: from mail.svcable.net ([67.28.116.50] helo=tpa21p) by qbert.vosn.net with asmtp (Exim 4.24) id 1A7EUJ-0006pa-Cr for gcc-help@gcc.gnu.org; Wed, 08 Oct 2003 07:36:24 -0600 Message-ID: <005701c38da1$1dd909c0$6401a8c0@tpa21p> From: "Sheryl Canter" To: References: <006601c38cd5$0363f130$ad036c42@tpa21p> <007901c38d43$b5ed2a10$6401a8c0@tpa21p> Subject: Re: need help compiling for Windows Date: Wed, 08 Oct 2003 13:36:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - qbert.vosn.net X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - permutations.com X-SW-Source: 2003-10/txt/msg00113.txt.bz2 Found the problem... The prefix directory didn't exist. For some reason I thought configure would create it. I created it manually, and now it's running. I'm not sure it will run correctly, but at least it's running. - Sheryl ----- Original Message ----- From: "Sheryl Canter" To: Sent: Tuesday, October 07, 2003 10:27 PM Subject: need help compiling for Windows I've been trying all day to compile GCC for Windows, and I just can't do it. I'm using the MinGW compiler as a boot compiler and cygwin for the environment. I added c:\mingw\bin to the path, but I keep getting this error message: c:mingwbingcc.exe: not found *** The command 'c:mingwbingcc.exe -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. I don't know why it isn't showing the slashes in the path. When I type "env" at the shell prompt, the path is correct. What am I doing wrong here? I'm wasting hours and hours and getting nowhere. Do I need a CC environment variable? If so, please give me the precise syntax. I have no experience with Linux. Thanks in advance. - Sheryl