qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v13 0/8] Shared Library Module Support


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v13 0/8] Shared Library Module Support
Date: Tue, 15 Oct 2013 17:57:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]