Well, the problem appears to be that you have somehow managed to install a libobjc that is not liked to your system's POSIX threading library. How did you install libobjc, and what operating system are you using?
David P.S. Posts to the mailing lists by non-subscribers require an admin to notice them and accept them for delivery. If you want emails to appear on the list quickly, I suggest you subscribe. On 14 Nov 2007, at 11:00, kpropell wrote: > > [EMAIL PROTECTED]:~/etoile/Etoile/Frameworks/UnitKit$ make > This is gnustep-make 2.0.0. Type 'make print-gnustep-make-help' for > help. > rm -f /home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/UnitKit > ln -s /home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/ > FrameworkSource > /home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/UnitKit > Making all in Source/FrameworkSource... > make[1]: Entering directory > `/home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/ > FrameworkSource' > Making build-headers for framework UnitKit... > Making all for framework UnitKit... > Copying localized resources into the framework wrapper... > make[1]: Leaving directory > `/home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/ > FrameworkSource' > Making all in Source/ToolSource... > make[1]: Entering directory > `/home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/ToolSource' > Making all for tool ukrun... > Linking tool ukrun ... > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_mutex_trylock' > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_key_create' > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_getspecific' > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_create' > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_key_delete' > /usr/GNUstep/System/Library/Libraries/libobjc.so: undefined > reference to > `pthread_setspecific' > collect2: ld returned 1 exit status > make[2]: *** [obj/ukrun] Error 1 > make[1]: *** [ukrun.all.tool.variables] Error 2 > make[1]: Leaving directory > `/home/kpropell/etoile/Etoile/Frameworks/UnitKit/Source/ToolSource' > make: *** [internal-all] Error 2 > > Suggestions? :) > > -- > View this message in context: > http://www.nabble.com/Error-with-UnitKit---Toolsource-tf4804150.html#a13744127 > Sent from the Etoile - Dev mailing list archive at Nabble.com. > > > _______________________________________________ > Etoile-dev mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-dev _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
