Hi,
On Fri, Sep 27, 2013 at 12:09:43PM -0700, Jason Helfman wrote:
On Thu, Sep 26, 2013 at 6:06 AM, Christophe Fergeau
<cfergeau(a)redhat.com>wrote:
> On Wed, Sep 25, 2013 at 09:31:52AM -0700, Jason Helfman wrote:
> > When compiling libvirt-glib with CLANG, I get the following error.
> >
> > 16 warnings generated.
> > CCLD libvirt-glib-1.0.la
> > GEN LibvirtGLib-1.0.gir
> > /usr/local/lib/libvirt.so: undefined reference to
> `__stack_chk_fail_local'
> > clang: error: linker command failed with exit code 1 (use -v to see
> > invocation)
http://people.freebsd.org/~jgh/files/libvirt-glib-make.log
It was clean, yes.
Rereading that log more carefully, it's complaining about a missing symbol
in the installed libvirt.so, not in one of the .so that was just built. Are
other applications able to link against libvirt? Was libvirt compiled with
clang or gcc?
Christophe