Ethereal-dev: RE: [Ethereal-dev] Win32 generation toolchain (perl, python, bash , ...) and con

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

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Mon, 26 Jan 2004 09:56:45 +0100
It's fairly simple to set up a cygwin repository.

Some interesting cygwin links:
http://cygwin.com/setup.html
http://sources.redhat.com/cygwin/cygwin-ug-net/

You can build for "native WinXX" (without cygwin linkage)
with GCC, but you then need to use one of the GCC compiler
flags (I think it's -mno-cygwin), and maybe you'll have to
use libraries that are not in a.out format but in .obj or
.dll format) or use mingw instead.

I am not familiar with those however.

Regards,

Olivier

| -----Original Message-----
| From: Joerg Mayer
| 
| On Sun, Jan 25, 2004 at 10:21:48PM +0100, Ulf Lamping wrote:
| > First comes in mind is the cygwin installer, but I have no 
| knowledge of 
| > configuring it, only using  :-))
| 
| My experience in 100% of myself working in a cygwin setup 
| (for an absolute
| count of 2 :) was, that the cywin envirionment is slow, but 
| *if* a cygwin
| build envirionment is chosen, wouldn't it make sense to make 
| the standard
| unix build environment (autoconf etc) work and thus eliminate the need
| for Makefile.nmake? Would cywin be able to compile with a non-cygwin
| glib, gtk, zlib etc?