[libvirt] [libvirt-php PATCH 0/1] $(LIBS) must be at the end in the linker line

stefan.kuhn at foss-group.ch stefan.kuhn at foss-group.ch
Mon Feb 4 10:07:00 UTC 2013


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




More information about the libvir-list mailing list