On 5 Oct 2012, at 16:50, Kal Conley wrote: > It appears it is not trying to link to libdispatch. If I export > LDFLAGS="-ldispatch" before configure then the build works. > > The old way I was doing things (letting GNUstep build libobjc) this > wasn't an issue. Why would this be the case?
Not sure. libobjc2 will attempt to use libdispatch if it's installed, but doesn't explicitly link to it. It shouldn't actually be using it, because it's now only actually using it in garbage-collected mode, which is (to say the least) a minority use case. David -- Sent from my IBM 1620 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
