> When trying to build ltp from tarball (ltp-full-20100630.bz2) using > make-3.80 for some reason automake rules kicks in so you need either > comment out some rules from include/mk/automake.mk or compile autotools > by hand (there is no recent automake on system with make-3.80). > > # cat /etc/SuSE-release > SUSE Linux Enterprise Server 10 (x86_64) > VERSION = 10 > PATCHLEVEL = 2 > > # make -v > GNU Make 3.80 > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > > # tar xjf ltp-full-20100630.bz2 > # cd ltp-full-20100630/ > # ./configure > ...
Hmm, "make all" seems to work here, so it looks like make-3.80 is picking up wrong default target here. And the same stands for testcases/realtime/Makefile. > # make > make -C testcases/realtime autotools > make[1]: Entering directory `/root/ltp-full-20100630/testcases/realtime' > autoheader > make[1]: autoheader: Command not found > make[1]: *** [autoheader] Error 127 > make[1]: Leaving directory `/root/ltp-full-20100630/testcases/realtime' > make: *** [testcases/realtime/configure] Error 2 -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
