ソースからグローバルをインストールしようとしていました。私は実行するArch Linux上でグローバルインストールエラー
./configure --with-exuberant-ctags=/usr/bin/ctags
それはOKを実行します。私は
make
を実行したときしかし、それは私が明らかに消去char型のシンボルを提供する必要がありますパッケージncurses
をインストールしているエラーに
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o gtags-cscope gtags-cscope.o alloc.o basename.o
build.o command.o display.o edit.o exec.o find.o help.o history.o input.o logdir.o mouse.o mygetenv.o mypop
en.o ../libparser/libgloparser.a ../libutil/libgloutil.a ../libdb/libglodb.a ../libglibc/libgloglibc.a -llt
dl -lncurses
libtool: link: gcc -g -O2 -o gtags-cscope gtags-cscope.o alloc.o basename.o build.o command.o display.o edi
t.o exec.o find.o help.o history.o input.o logdir.o mouse.o mygetenv.o mypopen.o ../libparser/libgloparser
.a ../libutil/libgloutil.a ../libdb/libglodb.a ../libglibc/libgloglibc.a -lltdl -lncurses
/usr/bin/ld: input.o: undefined reference to symbol 'erasechar'
/usr/lib/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:461: gtags-cscope] Error 1
make[2]: Leaving directory '/home/pspencil/tmp/global-6.5.7/gtags-cscope'
make[1]: *** [Makefile:517: all-recursive] Error 1
make[1]: Leaving directory '/home/pspencil/tmp/global-6.5.7'
make: *** [Makefile:424: all] Error 2
を与えます。私はGoogleで役に立つものは何も見つかりません。
他のマシンで正常にコンパイルされたプロジェクトで、同じエラーが発生しました。 AURでlibtinfoを検索すると、libtinfo.soを含む最新のncursesについてのコメントがいくつかあります。 まだ動作していません。 –