
On 18/12/2010, at 9:23 AM, Matthias Bolte wrote:
2010/12/17 Eric Blake <eblake@redhat.com>:
On 12/17/2010 11:56 AM, Matthias Bolte wrote:
Don't require dlopen, but link to ole32 and oleaut32 on Windows.
Don't expose g_pVBoxFuncs anymore. It was only used to get the version of the API. Make VBoxCGlueInit return the version instead. This simplifies the implementation of the MSCOM glue layer.
Turns out this commit broke ./configure on OSX. It now gives: checking for modprobe... no checking where to write libvirtd PID file... ${prefix}/var/run/libvirtd.pid checking for init script flavor... none checking for iptables... /sbin/iptables checking for ebtables... /sbin/ebtables checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for xdr_u_int64_t... yes checking for library containing dlopen... none required configure: error: Unable to find dlopen() $ Rolling back to the commit directly before it, abd0e1d, allows things to work. Anyone up for having a look at it? My brain's not up to the task atm. :(