On Tuesday 26 August 2014 23:02:31 Richard W.M. Jones wrote: > ... you may get a link failure until you run the following command: > > make -C v2v link.sh
In such case, touch'ing configure.ac will cause configure to be rerun and thus v2v/Makefile to be updated. > PS: Can someone explain why: > > $ pkg-config --libs libvirt > -lvirt -ldl -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector-strong --param=ssp-buffer-size=4 > -grecord-gcc-switches -m64 -mtune=generic Double bug here: CFLAGS shouldn't be in LDFLAGS, and those CFLAGS surely aren't required when linking libvirt... -- Pino Toscano _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
