After installing ubuntu8.10 and kdevelop3.5.3, I created a project using template "simple hello world program". Although "Run automake&friends" and "Run configure" was successfully executed, "compile file" and "build project" generated some errors as follows:
cd '/home/chenym/workspace/test1/debug/src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make test1.lo compiling test1.cpp (g++) ../libtool: line 832: X--tag=CXX: command not found ../libtool: line 865: libtool: ignoring unknown tag : command not found ../libtool: line 832: X--mode=compile: command not found ../libtool: line 999: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1000: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../libtool: line 1143: Xg++: command not found ../libtool: line 1143: X-DHAVE_CONFIG_H: command not found ../libtool: line 1143: X-I.: command not found ../libtool: line 1143: X-I/home/chenym/workspace/test1/src: No such file or directory ../libtool: line 1143: X-I..: command not found ../libtool: line 1143: X-O0: command not found ../libtool: line 1143: X-g3: command not found ../libtool: line 1143: X-MT: command not found ../libtool: line 1143: Xtest1.lo: command not found ../libtool: line 1143: X-MD: command not found ../libtool: line 1143: X-MP: command not found ../libtool: line 1143: X-MF: command not found ../libtool: line 1143: X.deps/test1.Tpo: No such file or directory ../libtool: line 1143: X-c: command not found ../libtool: line 1195: Xtest1.lo: command not found ../libtool: line 1200: libtool: compile: cannot determine name of library object from `': command not found make: *** [test1.lo] Error 1 *** Exited with status: 2 *** errors generated by "build project": cd '/home/chenym/workspace/test1/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make make all-recursive Making all in src linking test1 (g++) ../libtool: line 832: X--tag=CXX: command not found ../libtool: line 865: libtool: ignoring unknown tag : command not found ../libtool: line 832: X--mode=link: command not found ../libtool: line 999: *** Warning: inferring the mode of operation is deprecated.: command not found ../libtool: line 1000: *** Future versions of Libtool will require --mode=MODE be specified.: command not found gcc-4.1: no input files gcc-4.1: no input files gcc-4.1: no input files gcc-4.1: no input files ../libtool: line 2237: X-O0: command not found ../libtool: line 2237: X-g3: command not found ../libtool: line 2406: Xtest1: command not found X: user not authorized to run the X server, aborting. ../libtool: line 2418: Xtest1: command not found ../libtool: line 2426: mkdir /.libs: No such file or directory mkdir: cannot create directory `/.libs': Permission denied make[2]: *** [test1] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** Exited with status: 2 *** My environment is configured as follows: KDE 3.5.10 Qt 3.3.8 g++ 4.1 GNU make 3.81 perl 5.10.0 autoconf 2.61 automake 1.9.6 flex 2.5.35 libtool 2.2.2 Berkley 4.3 I have been puzzled for two days. I appreciate any help for this problem. Best regards Yours -- The National Key Lab of Parallel and Distributed Computing, Changsha,HuNan,P.R.China. _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
