Neil Roberts wrote:
> On Mon, Dec 31, 2007 at 12:29:42PM +0000, Tomas Frydrych wrote:
> 
> I think the 'undefined symbols' error is complaining about things that
> libclutter imports not exports. DLLs can't support symbols that are in
> an unknown library until linked at run-time. Eg, in ELF libraries you
> can call functions that are defined by the program executable, but
> DLLs don't support this. As I understand it, libtool doesn't try to
> guess whether the library you are using needs this feature and just
> assumes it does so it refuses to build shared libraries. However you
> can use the '-no-undefined' option to specify that aren't using that
> feature so it will allow shared libraries again.

Ok, I have added -no-undefined to the LT LDFLAGS for the SDL+mingw32
combo and it looks like libclutter-sdl-0.5.0.dll is now getting built :).

Tomas

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to