X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47EBA6A7.1010800@gmail.com> Date: Thu, 27 Mar 2008 14:52:39 +0100 From: #Cyrille37# User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: problem with cross-compilation i686-pc-mingw32 References: <47EB54F6 DOT 9080402 AT gmail DOT com> In-Reply-To: <47EB54F6.9080402@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m2RErKFv011547 #Cyrille37# a écrit : > Hello > I could not find how to setup cygwin to make cross compilation for > host i686-pc-mingw32. > > I've got packages like : > gcc 3.4.4-3 > gcc-core 3.4.4-3 > gcc-g++ 3.4.4-3 > gcc-mingw 20040810-1 > gcc-mingw-core 20050522-1 > gcc-mingw-g++ 20050522-1 > > but when running the configure for GMPlib it could not find some tools : > > $ ./configure --build=core2-pc-cygwin --host=i686-pc-mingw32 > --enable-cxx --disable-static --enable-shared Ok, I've found the solution after many hours with my friend Google ... must add CC="gcc -mno-cygwin" on the confiure line : ./configure CC="gcc -mno-cygwin" --build=core2-pc-cygwin --host=i686-pc-mingw32 --enable-cxx --disable-static --enable-shared Cyrille > checking build system type... core2-pc-cygwin > checking host system type... i686-pc-mingw32 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for i686-pc-mingw32-strip... no > checking for strip... strip > checking whether to enable maintainer-specific portions of > Makefiles... no > checking ABI=32 > checking compiler i686-pc-mingw32-gcc -m32 -O2 -fomit-frame-pointer > ... no > checking compiler i686-pc-mingw32-gcc -O2 -fomit-frame-pointer ... no > checking compiler gcc -m32 -O2 -fomit-frame-pointer ... yes > checking compiler gcc -m32 -O2 -fomit-frame-pointer has > sizeof(long)==4... yes > ... > checking for i686-pc-mingw32-g++... no > checking for i686-pc-mingw32-c++... no > checking for i686-pc-mingw32-gpp... no > checking for i686-pc-mingw32-aCC... no > checking for i686-pc-mingw32-CC... no > checking for i686-pc-mingw32-cxx... no > checking for i686-pc-mingw32-cc++... no > checking for i686-pc-mingw32-cl... no > checking for i686-pc-mingw32-FCC... no > checking for i686-pc-mingw32-KCC... no > checking for i686-pc-mingw32-RCC... no > checking for i686-pc-mingw32-xlC_r... no > checking for i686-pc-mingw32-xlC... no > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > ... > > Do you know which packages are missing in my cygwin installation ? > > Thanks > Cyrille > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/