libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Libtool woes


From: Brian Dessent
Subject: Re: Libtool woes
Date: Fri, 17 Aug 2007 12:49:48 -0700

Jason Curl wrote:

> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -version-info
> 0:0:0  -o libtp.la -rpath /usr/local/lib version.lo
> libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
> shared libraries

Libtool won't build shared libraries on Win32/PE targets without
-no-undefined in *_LDFLAGS.  The text of this warning message could
perhaps be clearer, because it's not telling you that you necessarily
have any undefined symbols, it's telling you that you didn't assure
libtool that you don't.

> lib -OUT:.libs/libtp.lib  version.o
> ../libtool: line 5973: lib: command not found

I'm not sure why it's trying to use lib here, that seems wrong if you're
using gcc/binutils.  Possibly a configure problem?

Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]