Hi,
Is there a command that removes all the files created by the ./configure command of libxml2??
Thanks Samuel
Untar libxml2 again!
try make clean or make distclean
make clean
make distclean
or just re-run ./configure, if the problem is that you ran it with the wrong switches previously.
./configure