Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id DAA15578; Wed, 1 Oct 1997 03:21:35 -0700 (PDT) Received: from cryptsoft.com (pandora.cryptsoft.com [203.56.44.11]) by hyperreal.org (8.8.5/8.8.5) with ESMTP id DAA15569 for ; Wed, 1 Oct 1997 03:21:28 -0700 (PDT) Received: (from tjh@localhost) by cryptsoft.com (8.8.3/8.7.3) id UAA14582 for new-httpd@apache.org; Wed, 1 Oct 1997 20:20:52 +1000 (EST) From: Tim Hudson Message-Id: <199710011020.UAA14582@cryptsoft.com> Subject: Re: [STATUS] 1.3b1: Tue Sep 30 10:00:33 PDT 1997 To: new-httpd@apache.org Date: Wed, 1 Oct 1997 20:20:51 +1000 (EST) In-Reply-To: <343220E7.E0878C2D@algroup.co.uk> from "Ben Laurie" at Oct 1, 97 11:07:35 am X-Mailer: ELM [version 2.4 PL24 PGP6] Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Status: O X-Status: > > However, I've discovered I can use CodeWarrior on my Mac to cross-compile > > to Windows (it comes with the full set of Microsoft libraries and > > headers, as well) as an x86 compiler/linker. > > Something tells me, however, this is not the best way of doing Windows > > development... I've already had a couple of seriously experienced Mac programmers warn me away from using the cross-compiler setup even though the CodeWarrior cross-compiler is the best that they have seen. There are behavioural differences and you really have to build things using the PowerPlant side of things to get any real cross-platform portability and then you are not really dealing with Windows code development. It did look interesting enought that I had a quick play with it one evening to see if it would be useful ... though I was more interested in going the other way (cross-compiling for MacOS hosted under Win32). Is there a MacOS port of Apache hidding somewhere that I've not heard about given that a few people seem to have Mac development environments hiding in the wings? Tim.