|
From: | Gerard Iglesias |
Subject: | Re: is base compilable as a dll under win32 |
Date: | Sat, 19 May 2001 16:48:36 +0200 |
You should *always* use shared=yes on Windows even if only a single
piece is shared. Otherwise each DLL will have an own copy of any static
lib linked against it (including static variables !!!) and therefore you
are going to have a lot of trouble.
Particulary libobjc is very sensitive in the respect, always use a
shared one if you use any other ObjC DLL (either bundle or lib).
[Prev in Thread] | Current Thread | [Next in Thread] |