libofx (and OpenSP)

LibOFX is an open source OFX parser (libofx.sourceforge.net)
OpenSP is an open source SGML/XML processing tools (openjade.sourceforge.net)
LibOFX 0.8.0 now requires CURL (http://curl.haxx.se/)

note: libofx needs to be built with:
	env LD_LIBRARY_PATH=/afs/sipb/project/libofx/lib ./configure ...

note for 0.8.0: libofx needs to find its own curl.

Note also:  on solaris, this is built with /usr/gcc/bin/gcc on Athena-9.1.22
	     -- you MUST also build client apps with the same version
	    (because C++ sucks).  YOU HAVE BEEN WARNED!

Maintained by:  Derek Atkins  <warlord@MIT.EDU>


build instructions:

  sysname=...
  base=/afs/sipb.mit.edu/project/libofx
  prefix=$base/arch/$sysname

  #opensp
   ./configure --prefix=$prefix

  #curl
   ./configure --prefix=$prefix --with-openssl=/usr/athena

  #libofx
   env LD_LIBRARY_PATH=$base PATH=$base/bin:$PATH ./configure --prefix=$prefix \
       --with-opensp-includes=$prefix/include/OpenSP \
       --with-opensp-libs=$prefix/lib
