
20 Apr
2011
20 Apr
'11
4:53 p.m.
On 04/07/2011 01:49 AM, Hu Tao wrote:
+virObjectInit; +virObjectRef; +virObjectUnref;
Missing exports from viratomic.h.
Why the linker doesn't complain about this this time?
Because you didn't run configure (via ./autogen.sh) with the --with-driver-modules option. Missing exports don't bite until you are forcing dlopen() interaction between the various libraries, rather than linking them into one giant executable. (Which reminds me, I need to revive my patch to make ./autobuild.sh enable that option, to increase its test coverage). -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org