Following http://wiki.gnustep.org/index.php/GNUstep_SVN_installation_guide Makefile package compiled without errors Base/Foundation Library compiles with the error below:
GSFFIInvocation.m:69:1: warning: unused function 'gs_method_for_receiver_and_selector' [-Wunused-function] gs_method_for_receiver_and_selector (id receiver, SEL sel) ^ 1 warning generated. Linking library libgnustep-base ... /usr/bin/ld: /usr/bin/../lib/gcc/x86_64-linux-gnu/5.3.1/crtbeginS.o: нераспознанное перемещение (0x2a) в разделе «.text» /usr/bin/ld: final link failed: Некорректное значение clang: error: linker command failed with exit code 1 (use -v to see invocation) /usr/local/share/GNUstep/Makefiles/Instance/library.make:292: ошибка выполнения рецепта для цели «obj/libgnustep-base.so.1.24.8» make[4]: *** [obj/libgnustep-base.so.1.24.8] Ошибка 1 /usr/local/share/GNUstep/Makefiles/Instance/library.make:277: ошибка выполнения рецепта для цели «internal-library-all_» make[3]: *** [internal-library-all_] Ошибка 2 /usr/local/share/GNUstep/Makefiles/Master/rules.make:311: ошибка выполнения рецепта для цели «libgnustep-base.all.library.variables» make[2]: *** [libgnustep-base.all.library.variables] Ошибка 2 /usr/local/share/GNUstep/Makefiles/Master/library.make:37: ошибка выполнения рецепта для цели «internal-all» make[1]: *** [internal-all] Ошибка 2 /usr/local/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: ошибка выполнения рецепта для цели «internal-all» make: *** [internal-all] Ошибка 2 gs@laptop:~/core/base$ tail ~/.bashrc export CC=clang export CXX=clang++ export OBJC=clang . /usr/local/share/GNUstep/Makefiles/GNUstep.sh gs@laptop:~/core/base$ How do I understand this, please? -- Svetlana A. Tkachenko Member of the Free Software Foundation www.fsf.org www.gnu.org www.freenode.net _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
