|
From: | David Ayers |
Subject: | [bug #13800] link/dependency order issue (e.g. amd64-unknown-freebsd7.0) |
Date: | Thu, 14 Jul 2005 11:53:11 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1 |
Follow-up Comment #2, bug #13800 (project gnustep): Nope... but merely adding -lobjc in any order wrt -pthread does: ayers@synergy$ gcc -rdynamic -o shared_debug_obj/plparse ./shared_debug_obj/plparse.o -L../Source/./shared_debug_obj -L/home/ayers/GNUstep/Library/Libraries -L/home/ayers/GNUstep/Local/Library/Libraries -L/home/ayers/GNUstep/System/Library/Libraries -L/usr/local/lib -lgnustep-base_d -pthread ayers@synergy$ ./obj/plparse Segmentation fault: 11 (core dumped) ayers@synergy$ gcc -rdynamic -o shared_debug_obj/plparse ./shared_debug_obj/plparse.o -L../Source/./shared_debug_obj -L/home/ayers/GNUstep/Library/Libraries -L/home/ayers/GNUstep/Local/Library/Libraries -L/home/ayers/GNUstep/System/Library/Libraries -L/usr/local/lib -lgnustep-base_d -pthread -lobjc ayers@synergy$ ./obj/plparse No file names given to parse. ayers@synergy$ gcc -rdynamic -o shared_debug_obj/plparse ./shared_debug_obj/plparse.o -L../Source/./shared_debug_obj -L/home/ayers/GNUstep/Library/Libraries -L/home/ayers/GNUstep/Local/Library/Libraries -L/home/ayers/GNUstep/System/Library/Libraries -L/usr/local/lib -lgnustep-base_d -lobjc -pthread ayers@synergy$ ./obj/plparse No file names given to parse. ayers@synergy$ _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13800> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |