X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: building a cross compiler for linux Date: Tue, 12 Dec 2006 14:41:02 -0000 Message-ID: <022601c71dfb$8bcaa9a0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <1d9535c10612120154jc775b1ajbc818c41d7f0ab5d@mail.gmail.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 12 December 2006 09:55, Domen Vrankar wrote: > I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html > for building a cygwin cross compiler for linux. > > I built binutils sucessfully but when trying to build gcc I get: > > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > > This happens even though I use --host=i686-pc-linux. But you don't mean to cross-compile: you mean to natively compile something that just happens to be a cross-compiler itself. So you should be using --target instead of --host. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/