Thanks to Tiziano Müller for pointing this out, please verify it ;)

Explanation:
$(LIBS) must be moved to the end in the linker line (like the other libs), 
otherwise gcc will most likely strip every symbol found in the libraries in 
$(LIBS) resulting in a linker error, see 
http://stackoverflow.com/questions/8140494/why-am-i-getting-a-gcc-undefined-reference-error-trying-to-create-shared-objec

Stefan Kuhn (1):
  $(LIBS) must be at the end in the linker line

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.12.4

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to