make: *** 没有指明目标并且找不到 makefile。 停止。
arkor 2010-12-16 11:12:37 我在安装软件时出现make: *** 没有指明目标并且找不到 makefile。 停止。,请问如何解决啊。
源码如下:
arkor@ubuntu:/tmp/aMule-2.2.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
arkor@ubuntu:/tmp/aMule-2.2.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
arkor@ubuntu:/tmp/aMule-2.2.6$ ls
ABOUT-NLS automake install-sh
acinclude.m4 Compilation.flags.in intl
aclocal.m4 compile m4
aMule.app config.guess Makefile.am
amule_build_install.sh config.h.in Makefile.in
amule.desktop config.log missing
amulegui.desktop config.rpath mkinstalldirs
amulegui.xpm config.sub MSVC Solution
amule.ico configure po
amule.png configure.in README.Debian-Packages
amule.rc convert.ico src
aMule.spec debian unittests
amule.xpm depcomp untars
autogen.sh docs version.rc.in
arkor@ubuntu:/tmp/aMule-2.2.6$