Ethereal-dev: Re: [Ethereal-dev] OT: Managing builds across UNIX and Windows (inc CYGWIN)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 14 May 2002 10:52:38 -0700
On Wed, May 15, 2002 at 03:25:14AM +0930, Richard Sharpe wrote:
> I should be able to test for CYGWIN in configure (so configure.in will 
> have some CYGWIN tests), but how should this be managed for Windows 
> nativey?

How native is "native"?

If you really mean *native*, you don't have a Bourne-compatible shell
unless the user's installed one (Cygwin, MKS Toolkit, whatever that
think - MKS-based? - that Microsoft has, etc.), so you can't use
configure scripts.  The same technique used by Ethereal - use "nmake"
files for "native" Windows builds, using MSVC++ - might be the answer
for those builds.