X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 28 May 2004 07:51:16 -0400 Message-Id: <200405281151.i4SBpGKp016425@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3405-Fri28May2004102734+0300-eliz@gnu.org> Subject: Re: Cross build from Linux to DJGPP References: <3405-Fri28May2004102734+0300-eliz AT gnu DOT org> 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 > You should use the --target=i386-pc-msdosdjgpp switch to ./configure. > That tells the configure script that the package is being prepared for > a cross-build. Actually, --target tells configure that the package is being prepared to become a cross compiler. --host tells it it's being cross built. --build the machine the build runs on --host the machine the application will run on --target the machine the application produces code for