Hendrik Boom <[EMAIL PROTECTED]> writes:

> I could try to compile g-wrap myself, but its documentation
> does not make it clear that I can control where it places all its files.
> (nor is it clear I can uninstall cleanly -- anybodu know?)

g-wrap is a standard automak'ed package, so you can just use
--prefix.  I tend to use:

  configure --prefix=/usr/local/opt/g-wrap

and then run make && make install.  Then you just have to put
/usr/local/opt/g-wrap/bin in your path before you configure gnucash.
Gnucash is set up to link statically with g-wrap so you won't need to
mess with LD_LIBRARY_PATH.

To uninstall, just rm -rf /usr/local/opt/g-wrap, though automake
should be generating a "make uninstall" target.

Also note, that you can check to see what any given install's going to
do with "make -n install".

Hope this helps.

-- 
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to