latik / xbt

Automatically exported from code.google.com/p/xbt
0 stars 0 forks source link

FTBFS on Latest SFV #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Just trying to update to latest SVN and this is waht I am getting:

/tmp/ccE0lruZ.o: In function `xcc_z::gzip_out(const_memory_range_base<unsigned 
char const*>)':
xcc_z.cpp:(.text+0x39): undefined reference to `gzdopen'
xcc_z.cpp:(.text+0x49): undefined reference to `gzwrite'
/tmp/ccE0lruZ.o: In function `xcc_z::gunzip(const_memory_range_base<unsigned 
char const*>)':
xcc_z.cpp:(.text+0x183): undefined reference to `inflateInit2_'
xcc_z.cpp:(.text+0x1f2): undefined reference to `inflate'
xcc_z.cpp:(.text+0x1ff): undefined reference to `inflateEnd'
/tmp/ccE0lruZ.o: In function `xcc_z::gzip(const_memory_range_base<unsigned char 
const*>)':
xcc_z.cpp:(.text+0x357): undefined reference to `deflateInit2_'
xcc_z.cpp:(.text+0x377): undefined reference to `deflate'
xcc_z.cpp:(.text+0x37f): undefined reference to `deflateEnd'
xcc_z.cpp:(.text+0x38f): undefined reference to `crc32'
xcc_z.cpp:(.text+0x39c): undefined reference to `crc32'
/tmp/ccE0lruZ.o: In function `xcc_z::gzip_out(const_memory_range_base<unsigned 
char const*>)':
xcc_z.cpp:(.text+0x69): undefined reference to `gzflush'
collect2: ld returned 1 exit status

gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-libgcj-multifile 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic 
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)

This is latest CentOS (5.5 with all updates)

Original issue reported on code.google.com by erem...@gmail.com on 22 Feb 2011 at 8:57

GoogleCodeExporter commented 8 years ago
Fixed in r2122.

Original comment by olafvdspek on 24 Feb 2011 at 11:42