Joost Kraaijeveld wrote: > Hi all, > > I am trying to get MICO compiled under Cygwin using it's configure > script. When run, the script does not detect that it is possible to > create dll's (and therefor that it not possible to throw exceptions > across dll's). > > Is there a portable way to determine that Cygwin is capable of creating > dll's with configure?
Upgrade to latest libtool. Specify -no-undefined on the libtool link line. (Assuming that the libs do, in fact, not contain any undefined symbols.) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/