Am 25.08.2010 01:10, schrieb Doug Simons:
> The recent changes in base have caused us to get link errors on
> objc_sync_enter and objc_sync_exit (on Windows). I don't understand
> what the problem is, since both functions are present in sync.m,
> which is being built (and is now the implementation of sync that we
> need). But currently the only way we can build our app is to roll
> back base to r31185. Help!

Does sync.m get compiled for you? If not, you should check config.mak in
the base root directory and see if OBJCSYNC is set to zero. (It should
be for old libobjc runtimes)

The only other problem I can think of is that Windows wont export the
functions although they get compiled into the library. Could you please
check that with any of the usual inspection programs for Windows?

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to