如何修改LD_LIBRARY_PATH?

时间:2011-09-17 22:33:32

标签: objective-c gnustep

不幸的是,我在编译GNUstep Startup包时遇到了麻烦。这需要在我不熟悉的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.

1 个答案:

答案 0 :(得分:1)

export LD_LIBRARY_PATH=/path/to/what/you/want