bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two bugs while building back on mingw


From: Adam Fedor
Subject: Re: two bugs while building back on mingw
Date: Fri, 12 Apr 2002 20:35:01 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8) Gecko/20020310

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]