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 に答える