I get this error when I try to compile the core with tools (vmap extractor) on ubuntu 11.10. I've checked zlib and libbz are installed on my OS.
../../../dep/libmpq/libmpq.a(extract.c.o): In function `libmpq__decompress_bzip2':
extract.c:(.text+0x7d): undefined reference to `BZ2_bzDecompressInit'
extract.c:(.text+0xa4): undefined reference to `BZ2_bzDecompress'
extract.c:(.text+0xb5): undefined reference to `BZ2_bzDecompressEnd'
../../../dep/libmpq/libmpq.a(extract.c.o): In function `libmpq__decompress_zlib':
extract.c:(.text+0x1e6): undefined reference to `inflateInit_'
extract.c:(.text+0x201): undefined reference to `inflate'
extract.c:(.text+0x213): undefined reference to `inflateEnd'
Hi there,
Yesterday I tried to compile the core on linux ubuntu server, kernel 2.6.32-24, but the process broke off. The error log is in the spoiler:
Any ideas about it? Thanks!