Hello World build failed

Asked by Ido

Hi,

I get this thrown at me when I try to build Hello world. I already have build essential package. What do I miss?

cd '/home/ido/d' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/ido/d/debug' && cd '/home/ido/d/debug' && CFLAGS="-O0 -g3 " "/home/ido/d/configure" --enable-debug=full && cd '/home/ido/d/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
aclocal
configure.in:8: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
automake
autoconf
configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
make: *** [all] Error 1
*** Exited with status: 2 ***

thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdevelop Edit question
Assignee:
No assignee Edit question
Solved by:
Albert Damen
Solved:
Last query:
Last reply:
Revision history for this message
Best Albert Damen (albrt) said :
#1

You will probably need to install the package libtool, i.e. with
$ sudo apt-get install libtool

Good luck!

Revision history for this message
Ido (barkanido) said :
#2

solved!
thanks a lot!