Nicola Pero wrote: > > Perhaps a problem might be with static libraries ... If a library is > static, you don't want the __declspec(dllimport) to happen. Manually > filtering all libraries is horrible but you are sure that, if you are > linking against many libraries and some are shared some are static, you > only use __declspec(dllimport) on the shared ones. > > Perhaps __declspec(dllimport) for a static lib is harmless ... is it ? > > Is libobjc shared on Windows ? >
It's generally a bad idea to mix static and shared libraries on Windows. I don't know for sure, but it typically doesn't work at all when you do that, so I don't think we really need to consider that case. -- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
