Manolis Ragkousis <manolis...@gmail.com> skribis: > I am getting an error in the autoreconf phase for libpthread in glibc/hurd > here > Check the attached build.log file >> #:phases (alist-cons-before >> 'pre-configure 'autoconf >> (lambda _ >> (system* "autoreconf" "-vi" "libpthread")) > > I placed libtool as a native input as Mark Weaver suggested but it doesn't > seem to fix it > ("libtool" ,libtool "bin") > > Any ideas?
[...] > Makefile.am:77: error: Libtool library used but 'LIBTOOL' is undefined > Makefile.am:77: The usual way to define 'LIBTOOL' is to add 'LT_INIT' > Makefile.am:77: to 'configure.ac' and run 'aclocal' and 'autoconf' again. > Makefile.am:77: If 'LT_INIT' is in 'configure.ac', make sure > Makefile.am:77: its definition is in aclocal's search path. This error message is confusing, but you could try adding just Libtool: ("libtool" ,libtool") This is where Libtool’s Autoconf macros live. HTH, Ludo’.