首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CUPS编译在Cygwin上失败

CUPS编译在Cygwin上失败
EN

Unix & Linux用户
提问于 2012-04-20 09:10:45
回答 1查看 1.1K关注 0票数 2

我很勇敢,试图在32位Cygwin环境中编译CUPS。我用的是来自tarball的标准源。

在连接之前一切都很顺利。

http://pastebin.com/QSKvLSmT

以下是成绩单的结尾:

代码语言:javascript
复制
Compiling raster.c...
raster.c:1: warning: -fPIC ignored for target (all code is position independent)
Linking libcupsimage.so.2...
../cups/libcups.a(file.o): In function `cupsFileRewind':
/opt/cups/cups-1.4.8/cups/file.c:1465: undefined reference to `_inflateEnd'
../cups/libcups.a(file.o): In function `cups_fill':
/opt/cups/cups-1.4.8/cups/file.c:2096: undefined reference to `_crc32'
/opt/cups/cups-1.4.8/cups/file.c:2098: undefined reference to `_inflateInit2_'
/opt/cups/cups-1.4.8/cups/file.c:2133: undefined reference to `_inflate'
/opt/cups/cups-1.4.8/cups/file.c:2136: undefined reference to `_crc32'
../cups/libcups.a(file.o): In function `cupsFileSeek':
/opt/cups/cups-1.4.8/cups/file.c:1569: undefined reference to `_inflateEnd'
../cups/libcups.a(file.o): In function `cups_compress':
/opt/cups/cups-1.4.8/cups/file.c:1873: undefined reference to `_crc32'
/opt/cups/cups-1.4.8/cups/file.c:1900: undefined reference to `_deflate'
../cups/libcups.a(file.o): In function `cupsFileOpenFd':
/opt/cups/cups-1.4.8/cups/file.c:996: undefined reference to `_deflateInit2_'
/opt/cups/cups-1.4.8/cups/file.c:1002: undefined reference to `_crc32'
../cups/libcups.a(file.o): In function `cupsFileClose':
/opt/cups/cups-1.4.8/cups/file.c:121: undefined reference to `_inflateEnd'
/opt/cups/cups-1.4.8/cups/file.c:150: undefined reference to `_deflate'
/opt/cups/cups-1.4.8/cups/file.c:174: undefined reference to `_deflateEnd'
collect2: ld returned 1 exit status
Makefile:331: recipe for target `libcupsimage.so.2' failed
make[1]: *** [libcupsimage.so.2] Error 1
Makefile:34: recipe for target `all' failed
make: *** [all] Error 1

该怎么办呢?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2012-04-20 09:55:43

看看杯口 in cygwin-ports,他们提供了截至2011年1月30日的1.4.6版。

它是很多补丁..。

票数 3
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/36940

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档