Building apps for Mac OS X on Intel
LTXML
LTXML doesn't compile out of the box; you need to force the build type. According to this note, I'm guessing this is a common occurrence with Intel Macs.
I build and installed LTXML into /usr/local using the following:
./configure --prefix=/usr/local --with-zlib=/usr --build=i686 make all sudo make install
