> To fix your problem just edit the make file and change > > XML2_LIB = -lxml2 -lz -lpthread -lm/libxml2.la > > to > > XML2_LIB = -lxml2 -lz -lpthread -lm > > Jamie
Worked like a charm (at least it compiled). Any thoughts on how this might negatively effect the program? -Andrew -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
