|
From: | Andreas Höschler |
Subject: | Re: Linking frameworks does not work |
Date: | Wed, 2 May 2018 14:32:01 +0200 |
Hi all, I recognized that I have /usr/local/lib/GNUstep/Libraries: gnustep-base gnustep-gui but no binaries for my frameworks anywhere in the GNustep tree execpt /usr/local/include/ESMFoundation /usr/local/lib/GNUstep/Frameworks/ESMFoundation.framework/Versions/1/ESMFoundation /usr/local/lib/GNUstep/Frameworks/ESMFoundation.framework/ESMFoundation I tried to add -L/usr/local/include to the following statement, gcc -static -rdynamic -pthread -fgnu-runtime -o /Build/TabTest/TabTest.app/./TabTest /Build/TabTest/obj/TabTest.obj/Controller.m.o /Build/TabTest/obj/TabTest.obj/DocumentController.m.o /Build/TabTest/obj/TabTest.obj/main.m.o -L/usr/local/include -lESMFoundation -lSRAppKit -lSRDesign -lSREnterprise -lSRFoundation -lSRInterface -lSRMapKit -lSRObjects -lSRQuery -L/root/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/lib/i386-linux-gnu -lESMFoundation -lSRAppKit -lSRDesign -lSREnterprise -lSRFoundation -lSRInterface -lSRMapKit -lSRObjects -lSRQuery -lgnustep-gui -lgnustep-base -lobjc -lgmp -lgnutls -lxslt -lxml2 -lffi -lrt -ldl -lpthread -lz -licui18n -licuuc -licudata -lm but I still get /usr/bin/ld: cannot find -lESMFoundation /usr/bin/ld: cannot find -lSRAppKit /usr/bin/ld: cannot find -lSRDesign /usr/bin/ld: cannot find -lSREnterprise /usr/bin/ld: cannot find -lSRFoundation /usr/bin/ld: cannot find -lSRInterface /usr/bin/ld: cannot find -lSRMapKit /usr/bin/ld: cannot find -lSRObjects /usr/bin/ld: cannot find -lSRQuery /usr/bin/ld: cannot find -lESMFoundation /usr/bin/ld: cannot find -lSRAppKit /usr/bin/ld: cannot find -lSRDesign /usr/bin/ld: cannot find -lSREnterprise /usr/bin/ld: cannot find -lSRFoundation /usr/bin/ld: cannot find -lSRInterface /usr/bin/ld: cannot find -lSRMapKit /usr/bin/ld: cannot find -lSRObjects /usr/bin/ld: cannot find -lSRQuery /usr/bin/ld: cannot find -lgnustep-gui /usr/bin/ld: cannot find -lgnustep-base collect2: error: ld returned 1 exit status Any idea? Thanks, Andreas
|
[Prev in Thread] | Current Thread | [Next in Thread] |