[quote:4acfecccab=""]试试make uninstall,许多源码包支持的。[/quote]
[zhyfly@zhyfly soft]$ make uninstall
make: *** No rule to make target `uninstall'. Stop.
这是什么意思,make uninstall怎么用?能不能举个例子看看!我是新手,请指教!
[zhyfly@zhyfly soft]$ tar xvfj d4x.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
------------------------------------------------------------------------------
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... 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... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
接下来
[root@zhyfly d4x-2.5.0beta2]# make
make: *** No targets specified and no makefile found. Stop.
[root@zhyfly d4x-2.5.0beta2]# make install
make: *** No rule to make target `install'. Stop.
这是什么意思?
[zhyfly@zhyfly soft]$ tar -vxjf d4x.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
同样的后果
[zhyfly@zhyfly soft]$ tar -vxjf d4x.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors