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/