This is the mail archive of the cygwin 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] |
On 06/29/2010 03:43 PM, Refr Bruhl wrote: > > Question > > Since I get the message below does this mean cygwin cannot compile shared libraries? Quite the contrary - cygwin1.dll is a shared library, which means not only can cygwin compile shared libraries, but it depends on them! > Or if a shared library is defined special action needs to be taken for cygwin? The special action being that all symbols must be defined in advance. > > > libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries Look into the documentation of the -no-undefined flag of libtool, and make sure you are using it. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |