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: <013201c07aa3$fa4ecca0$b200a8c0@minecard.com.tw>
From: "clifftsai" <clifftsai@minecard.com.tw>
To: "Gary V. Vaughan" <gvv@techie.com>, "clifftsai" <clifftsai@sinamail.com>
Cc: <cygwin@sources.redhat.com>
References: <20010109093852.5153.qmail@sinamail.com> <20010109191611.J417@demon.co.uk>
Subject: Re: Libtool problem under Cygwin!
Date: Wed, 10 Jan 2001 09:23:45 +0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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
X-MDRemoteIP: 192.168.0.178
X-Return-Path: clifftsai@minecard.com.tw
X-MDaemon-Deliver-To: cygwin@sources.redhat.com


How can I make sure which symbol is undefined in cygwin shared library?
Thanks!

----- Original Message -----
From: "Gary V. Vaughan" <gvv@techie.com>
To: "clifftsai" <clifftsai@sinamail.com>
Cc: <cygwin@sources.redhat.com>
Sent: Wednesday, January 10, 2001 3:16 AM
Subject: Re: Libtool problem under Cygwin!


> On Tue, Jan 09, 2001 at 05:38:52PM +0800, clifftsai wrote:
> >
> > Hi:
> >     I have a problem when using Libtool to create a Libtool Shared
Library.
> >
> >     $libtool gcc -rpath /usr/loca/lib -o libtrim.la trim.lo
> >       libtool: link :warning:undefined symbols not allowed in
i586-pc-cygwin shared libraries.
> >
> >       How can I solve this problem?
>
> $ libtool gcc -rpath /usr/loca/lib -no-undefined -o libtrim.la trim.lo
>
> You need to be sure that all the symbols in trim.lo really are defined
> before you do this, since you can't have runtime symbol resolution in
> Windows.
>
> Cheers,
> Gary.
> --
>   ___              _   ___   __              _         mailto:
gvv@techie.com
>  / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___
gary@gnu.org
> | (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
>  \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
> home page:  /___/                      /___/                  gpg public
key:
> http://www.oranda.demon.co.uk
http://www.oranda.demon.co.uk/key.asc
>
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
>
>



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

