免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2010 | 回复: 4
打印 上一主题 下一主题

不能make 请求支援 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-05 15:55 |只看该作者 |倒序浏览
linux版本suse 10.1
因为很多软件不能装,所以我准备装一下gtk,去下载了一个gtk+-2.11.1,结果还是不能装,错误如下,希望高手指点一下,感激

server1:/usr/program/gtk+-2.11.1 # ./configure
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for nm... /usr/bin/nm -B
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.13.1    atk >= 1.9.0    pango >= 1.15.3    cairo >= 1.2.0) were not met:

Requested 'glib-2.0 >= 2.13.1' but version of GLib is 2.8.5
Requested 'pango >= 1.15.3' but version of Pango is 1.10.2
Requested 'cairo >= 1.2.0' but version of cairo is 1.0.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

server1:/usr/program/gtk+-2.11.1 #

server1:/usr/program/gtk+-2.11.1 # make
make: *** No targets specified and no makefile found.  Stop.
server1:/usr/program/gtk+-2.11.1 #

论坛徽章:
0
2 [报告]
发表于 2007-06-05 16:06 |只看该作者
原帖由 qumingzhong 于 2007-6-5 15:55 发表于 1楼  
linux版本suse 10.1
因为很多软件不能装,所以我准备装一下gtk,去下载了一个gtk+-2.11.1,结果还是不能装,错误如下,希望高手指点一下,感激

server1:/usr/program/gtk+-2.11.1 # ./configure
checking fo ...


你這樣裝,系統的 gtk 軟件都會掛掉無法使用.... 因為你貿然裝了一個其他版本的 gtk,後續問題很多。

若你只是編譯需要 gtk library 的軟件找不到必要的程式庫,你需要的是安裝 suse linux 本身提供的 gtk*devel 這類 rpm package

執行 yast,到 software 內可以新增移除所需要的軟件包。

還有你需要花時間了解基本 package 管理議題,這樣後續裝軟件才不會遇到更多難度。

--

[ 本帖最后由 kenduest 于 2007-6-5 16:09 编辑 ]

论坛徽章:
0
3 [报告]
发表于 2007-06-05 16:23 |只看该作者
装其它的软件也是一样的问题,那我该怎么办呢?

论坛徽章:
0
4 [报告]
发表于 2007-06-05 16:26 |只看该作者
这个是我装bluefish的错误提示
server1:/usr/program/bluefish/bluefish-1.0.7 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
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 for strerror in -lcposix... no
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0... yes
checking for gtk+-2.2... yes
checking for gtk+-2.4... yes
checking for gnome-vfs-2.0... no
gnome-vfs-2.0 not found, opening remote files will be disabled
checking for gnome-vfs >= 2.2... no
checking for gnome-vfs >= 2.6... no
checking for libgnomeui >= 2.6... no
checking for pcre-config... no
configure: error: pcre-config not found please install libpcre3-dev or similar

server1:/usr/program/bluefish/bluefish-1.0.7 # make
make: *** No targets specified and no makefile found.  Stop.
server1:/usr/program/bluefish/bluefish-1.0.7 #

论坛徽章:
0
5 [报告]
发表于 2007-06-06 01:22 |只看该作者
原帖由 qumingzhong 于 2007-6-5 16:26 发表于 4楼  
这个是我装bluefish的错误提示
gnome-vfs-2.0 not found, opening remote files will be disabled
checking for gnome-vfs >= 2.2... no
checking for gnome-vfs >= 2.6... no
checking for libgnomeui >= 2.6... no
checking for pcre-config... no


請用 yast 尋找這些 gnome-vfs、gnomeui、pcre 帶有 devel 軟件包,安裝上即可.

自己用 yast 先學會基本尋找 package,與安裝移除軟需要 package 會有幫助。

--
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP