X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: kccheng AT soliton DOT com DOT tw (Kuang-Chun Cheng) Newsgroups: comp.os.msdos.djgpp Subject: Re: Cross build from Linux to DJGPP Date: 28 May 2004 03:21:20 -0700 Organization: http://groups.google.com Lines: 16 Message-ID: References: <200405271504 DOT i4RF4Gvq021397 AT envy DOT delorie DOT com> NNTP-Posting-Host: 61.222.168.156 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1085739680 28382 127.0.0.1 (28 May 2004 10:21:20 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 28 May 2004 10:21:20 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi DJ, It does work. Thanks. Regards, KC DJ Delorie wrote in message news:<200405271504 DOT i4RF4Gvq021397 AT envy DOT delorie DOT com>... > 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.