bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #13413] pthread link failure on freebsd 5.3


From: Riccardo mottola
Subject: [bug #13413] pthread link failure on freebsd 5.3
Date: Mon, 20 Jun 2005 14:27:21 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1

Follow-up Comment #2, bug #13413 (project gnustep):

the exact error (and link line when using gmake messages=yes) is:

gcc  -rdynamic       -o shared_obj/autogsdoc \
        ./shared_obj/autogsdoc.o ./shared_obj/AGSParser.o
./shared_obj/AGSOutput.o ./shared_obj/AGSIndex.o ./shared_obj/AGSHtml.o \
         -L../Source/./shared_obj -L/home/multix/GNUstep/Library/Libraries
-L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/System/Library/Libraries
-L/usr/local/lib -lgnustep-base 
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_attr_destroy'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_create'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_attr_init'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_exit'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_getschedparam'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_setschedparam'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`pthread_attr_setdetachstate'
gmake[2]: *** [shared_obj/autogsdoc] Error 1


shouldn't be there a -pthread flag ?
my config.make has:
ifndef objc_threaded
  objc_threaded:=-pthread
endif


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13413>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]