How to compile xml2sql on Mac OSX Tiger with FINK 16 januari, 2007expat, fink, osx, wikipedia, xml2sqlChristian Bolstad Install FINK Install expat (”sudo apt-get install expat”) Download XML2SQL Unzip XML2SQL (”tar xvfz xml2sql-0.5.tar.gz”) Run configure (”./configure –with-expat=/sw/”) Compile (”make”) Install (”make install”) ??? Profit!!