This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to build dll using libtool-devel (bug?)


Marcel Telka wrote:
> Problem summary:
> I'm unable to build shared library (dll) using current libtool-devel.
> 
> Here is a fragment from my build log:
> 
> /bin/bash ../libtool --mode=link gcc  -g -O2 -Wall   -o libioperm.la
> -rpath /usr/lib  ioperm.lo 
> libtool: link: warning: undefined symbols not allowed in
> i686-pc-cygwin shared libraries 

You need the libtool -no-undefined option, I think.


Max.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]