The issue is the weak linking directive in sync.m.   Windows doesn't
support weak linking, so it ignores these functions.

GC

On Tue, Aug 24, 2010 at 7:10 PM, Doug Simons <doug.sim...@testplant.com> wrote:
> 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!
> Thanks,
> Doug
>
>
>
> _______________________________________________
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> http://lists.gnu.org/mailman/listinfo/gnustep-dev
>
>



-- 
Gregory Casamento - GNUstep Lead/Principal Consultant, OLC, Inc.
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)

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

Reply via email to