Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <004901c09a36$a80fe7a0$8b0c4ea8@kepri.re.kr>
From: "Jong B. Lee" <jbdoll@kepri.re.kr>
To: "cygwin" <cygwin@cygwin.com>
References: <EA18B9FA0FE4194AA2B4CDB91F73C0EF02E1D1@itdomain002.itdomain.net.au>
Subject: Re: Gnome  + winMe/98 + commericial x server?
Date: Mon, 19 Feb 2001 14:41:50 +0900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id AAA23246


----- Original Message ----- 
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: "Jong B. Lee" <jbdoll@kepri.re.kr>; "cygwin" <cygwin@cygwin.com>
Sent: Monday, February 19, 2001 2:22 PM
Subject: RE: Gnome + winMe/98 + commericial x server?


> >From the look of Stefans patches everything is being built static. Does
> your glib build dynamic or static libraries & can it be linked
> dynamically?
> 
> Rob
> 
Yes, it's dynamic libraries (DLLs).(No static included)

Also, you can build dynamic libraries using Stefan's patch. 
I think, libtool from CVS knows how to build dynamic libraries on cygwin.
Here's a part of his README.cygwin
>To compile glib DLLs and static libraries for use with cygwin POSIX
>runtime, you need to obtain and build latest libtool from CVS and
>replace in acinclude.m4 file the m4 macros of older libtool version
>with that form the lates CVS. After that you must run libtoolize script.
>Than you can follow with normal auto* based compilation as it is usual
>on UNIX systems.

JBL.

