GNOME Bugzilla – Bug 341216
Can't compile LDTP 0.4.0
Last modified: 2006-05-10 07:13:36 UTC
run command in terminal window: ./autogen.sh ;make the following message appears -------------------------------------------------------------------- configure: creating ./config.status config.status: creating src/Makefile config.status: creating python/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing default-1 commands --- Configuration successful. make all-recursive make[1]: Entering directory `/home/alex/Desktop/ldtp' Making all in src make[2]: Entering directory `/home/alex/Desktop/ldtp/src' /bin/sh ../libtool --mode=link gcc -g -O2 -o ldtp mkdir .libs gcc -g -O2 -o ldtp gcc: no input files make[2]: *** [ldtp] Error 1 make[2]: Leaving directory `/home/alex/Desktop/ldtp/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alex/Desktop/ldtp' make: *** [all-recursive-am] Error 2 ---------------------------------------------------------------------
Can you post the output of `automake --version' and `aclocal --version'. This error can probably be solved if you use the latest 1.9.6 version of automake. Which distro are you using?
(In reply to comment #1) > Can you post the output of `automake --version' and `aclocal --version'. This > error can probably be solved if you use the latest 1.9.6 version of automake. > > Which distro are you using? > I guess Alex is using Ubuntu. Alex if you use aclocal 1.9 and automake 1.9, this issue will be resolved.
Yes, it works after get automake 1.9.5 installed. thanks all you guys replies