0

不幸的是,我在编译 GNUstep 启动包时遇到了麻烦。这需要在我不熟悉的 LD_LIBRARY_PATH 变量中进行编辑。一些阅读它并没有完全告诉我我需要做什么来为此实施特定的解决方案。有没有人知道这到底是什么意思?这个消息对我来说有点神秘。

I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
For gcc-3.0.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to add
the directory given by gcc -print-file-name=libobjc.so to your
LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
4

1 回答 1

1
export LD_LIBRARY_PATH=/path/to/what/you/want
于 2011-09-17T22:41:58.420 回答