From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29408 invoked by alias); 30 Apr 2003 20:40:03 -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 29401 invoked from network); 30 Apr 2003 20:40:03 -0000 Received: from unknown (HELO lifesupport.shutdown.com) (66.93.79.177) by sources.redhat.com with SMTP; 30 Apr 2003 20:40:03 -0000 Received: (from llewelly@localhost) by lifesupport.shutdown.com (8.11.2/8.11.2) id h3UKac423098; Wed, 30 Apr 2003 13:36:38 -0700 (PDT) To: erwan ancel Cc: gcc-help@gcc.gnu.org Subject: Re: building a cross compiler References: <1051729148.3290.6.camel@brisedorient> From: LLeweLLyn Reese Date: Wed, 30 Apr 2003 20:40:00 -0000 In-Reply-To: <1051729148.3290.6.camel@brisedorient> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00277.txt.bz2 erwan ancel writes: > Hi, > > I am trying to build the gcc 3.2.3 under linux for Windows Cygwin > target. > my configure parameters are: > ./configure -v --prefix=/usr/cross-compile --target=i386-mingw32 > --with-gnu-as --with-gnu-ld --disable-multilib > > when typing make, try: $make cross instead. > the xgcc is built, but I got the error: > checking whether the C compiler (/home/awa/toto/gcc-3.2.3/gcc/xgcc > -B/home/awa/toto/gcc-3.2.3/gcc/ -B/usr/cross-compile/i386-mingw32/bin/ > -B/usr/cross-compile/i386-mingw32/lib/ -isystem > /usr/cross-compile/i386-mingw32/include -O2 -g -O2 ) works... no > configure: error: installation or configuration problem: C compiler > cannot create executables. > make: *** [configure-target-libiberty] Erreur 1 > > Does anyone know what happens ? > > Erwan.