Il 11/10/2013 03:16, Fam Zheng ha scritto: > This series implements feature of shared object building as described in: > > http://wiki.qemu.org/Features/Modules > > The main idea behind modules is to isolate dependencies on third party > libraries from qemu executables, such as libglusterfs or librbd, so that the > end users can install core qemu package with fewer dependencies. And only for > those who want to use particular modules, need they install qemu-foo > sub-package, which in turn requires libbar and libbiz packages.
I get these failures: LINK alpha-linux-user/qemu-alpha /usr/bin/ld: ../block/qcow.o: undefined reference to symbol 'inflateInit2_' /usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib64/libz.so.1 so try adding it to the linker command line /usr/lib64/libz.so.1: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status Paolo