-1
私はomnittyをUbuntuを搭載したAWS ec2インスタンスにインストールしています。libncurses.so.5:omnittyのインストール中にコマンドラインからDSOが見つからない
# uname -a
Linux ip-172-31-37-63 4.4.0-1038-aws #47-Ubuntu SMP Thu Sep 28 20:05:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
取得エラー:
# make
gcc -g -O2 -I/usr/local/include -Wall -DOMNITTY_VERSION=\"0.3.0\" -o omnitty minibuf.o machine.o main.o machmgr.o help.o menu.o curutil.o -L/usr/local/lib -lrote
/usr/bin/ld: help.o: undefined reference to symbol '[email protected]@NCURSES_5.0.19991023'
//lib/x86_64-linux-gnu/libncurses.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:18: recipe for target 'omnitty' failed
make: *** [omnitty] Error 1
が、これは次のようになります。
を追加しました-lncursesと
のMakefile Makefileで-ltinfoは次のようになりますいくつかの使用の? ......#readelf -s /lib/x86_64-linux-gnu/libncurses.so.5 | grep delwin @@ NCURSES_5.0.19991023 161:0000000000009e60 182 FUNC GLOBAL DEFAULT 13 delwin @@ NCURSES_5.0.19991023 –
私の答えは正しかったので、私の質問も正しいはずです。正しいと感じたら、-1から投票してくださいそれ以外の理由で私に教えてください。 –