Herbert Thoma schrieb: > > Derek Atkins schrieb: > > There seems to be something really wrong with your development > > environment. Perhaps it isn't figuring out how to build shared > > libraries? > > This may be a clue. Here is a piece of the output of autogen.sh: <...> > May be I should get another libtool? >
Hi,
I installed libtool 1.4.2 and now shared libraries are built.
Thanks to all who helped me!
The build still failed because -lgnomeui was not found, but
this was easy to fix: I had to add ${GNOME_LIBDIR} in
src/gnome/Makefile.am, a patch is attached.
To run gnucash I had to add /usr/local/lib and
/usr/local/share/gnucash/guile-modules/g-wrapped
to LD_LIBRARY_PATH because otherwise libgncgnome.la and libgw-glib.la
were not found. Shouldn't $(prefix)/lib and
$(prefix)/share/gnucash/guile-modules/g-wrapped be in the default
search path of gnucash?
Herbert.
--
Herbert Thoma
FhG-IIS A, Studio Department
Am Weichselgarten3, 91058 Erlangen, Germany
Phone: +49-9131-776-323
Fax: +49-9131-776-399
email: [EMAIL PROTECTED]
www: http://www.iis.fhg.de/
gnucash-20011113-211729-herbie.diff.gz
Description: Binary data
