X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 27 May 2004 11:04:16 -0400 Message-Id: <200405271504.i4RF4Gvq021397@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (kccheng AT soliton DOT com DOT tw) Subject: Re: Cross build from Linux to DJGPP References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If you built your cross compiler with --target=i586-pc-msdosdjgpp then you'd configure hello with: ./configure --build=i686-pc-linuxgnu --host=i586-pc-msdosdjgpp That should tell it to use CC=i586-pc-msdosdjgpp-gcc and related tools. Assuming it supports cross compilation, that is.