본문 바로가기

OS/Linux

configure.in:153: error: possibly undefined macro: AC_PROG_LD

automake중에 에러가 났다.

$ ./buildconf.sh 
rm autom4te.cache
libtoolize --force --automake --copy
./buildconf.sh: line 23: libtoolize: command not found
aclocal
configure.in:163: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
automake -a --foreign --copy
autoconf
configure.in:153: error: possibly undefined macro: AC_PROG_LD
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:159: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:161: error: possibly undefined macro: AM_PROG_LIBTOOL
rm autom4te.cache

libtoolize가 없어서 나는 에러인데 yum으로 못찾는다. ㅠㅠ

#yum -y install libtool

 이렇게 하니 바로 해결이다. 후~