ubuntu安装tar.gz文件老是失败
为什么再ubuntu下面安装tar.gz文件老是失败的,我可是完全按照标准步骤安装的tar -xvzf *.tar.gz
可是到了下一步的./configure就老是出错了,make更是弄不了了,make install更不用说。任何这种文件都不行,真是奇怪了。
./configure出错信息:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
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 for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to build the client... yes
checking for traditional single directory, in place installation... no
checking for library containing acos... -lm
checking for library containing dlopen... -ldl
checking for library containing clock_gettime... -lrt
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing jpeg_read_header... no
configure: error: "Required jpeg library not found."
最后一句是什么出错了?
求救!这种文件安装不了ubuntu可真的有点少了胳膊短了腿,难道是天生对这种文件不支持的吗?百度之后老是说着一样的步骤,可是那些步骤都不行啊!我的ubuntu是10.10的。
现在安装个linux游戏都不行,甚是蛋疼……
[ 本帖最后由 xuzejia_love 于 2011-4-9 06:43 编辑 ]