Hey,

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)

make V=1 would show more details about what it's attempting to do.
I tried a compilation with clang-3.3-0.6.rc3.fc19.x86_64 here,
using CC=clang ./autogen.sh --disable-introspection
and hit some issues related to -fxxx -Wxxx flags clang did not like, but
after disabling these (manually for now), compilation worked properly.
I had errors with the .gir generation, hence the --disable-introspection,
but the errors were not related to undefined __stack_chk_fail_local
symbols.

Can you give more details about your setup? Also, I assume the build tree
was clean (ie there was no stray .o generated with gcc in it?)

Christophe

Attachment: pgppAc0oVjoMj.pgp
Description: PGP signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to