Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <004901c09a36$a80fe7a0$8b0c4ea8@kepri.re.kr> From: "Jong B. Lee" To: "cygwin" References: 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" To: "Jong B. Lee" ; "cygwin" 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.