- 论坛徽章:
- 0
|
我的系统是FREEBSD6.4的用源码编译安装GD库时出现需要安装XPM,于是我下载了个LIBXPM-3.5.5.tar.gz的包回来安装时又提示需要安装X11我又去下了个LIBX11-X.X.tar.bz2安装,但又提示No package 'xcb-xlib' found
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.4 ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for cpp... /usr/bin/cpp
checking if /usr/bin/cpp requires -undef... yes
checking if /usr/bin/cpp requires -traditional... yes
checking whether to use XCB... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XPROTO... yes
checking for X11... gnome-config: not found
configure: error: Package requirements (xextproto xtrans xcb-xlib >= 0.9.92) were not met:
No package 'xcb-xlib' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
我找了好久都没找到'xcb-xlib'只找到了LIBXCB,我以为他们是分开的于是我又去找 xlib,可是始终找不到!路过的高手帮我看看'xcb-xlib'这是两个依赖包,还是属于一个依赖包!(只是我的电脑不能上网所以用的是源码编译的方式安装了!小弟在此先跪谢你们了!) |
|