still libtool problems here

Christian Stimming stimming@tuhh.de
Thu, 15 Nov 2001 09:41:25 +0100


-----BEGIN PGP SIGNED MESSAGE-----

On Wednesday 14 November 2001 10:44 am, Herbert Thoma wrote:
> Christian Stimming wrote:
> > I'm running into libtool problems as well when trying to compile CVS
> > HEAD. So I upgraded libtool from 1.3.5 to 1.4.2, did a 'Make distclean'
> > and 'autogen.sh', but still the same problem occurs.
>
> I asume if you run autogen.sh you get some output like this:
> <...>
> checking dynamic linker characteristics... no
> checking if libtool supports shared libraries... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes

More importantly, during autogen.sh (more precisely: during ./configure), I 
got the output

checking host system type... i686-suse-linux

And this seems to disturb configure's assumptions about the dynamic linker. 
Following dave_p's proposal about the usual system type i686-pc-linux-gnu, I 
ran configure with 

- --host=i686-pc-linux-gnu

after I did a "rm libtool". Then the configure checks from above did the 
"RIGHT THING (tm)", and all the linking errors were gone.

> I upgraded from SuSE 7.2 to 7.3 and then installed libtool 1.4.2
> (no rpm, got the source and compiled myself). Then shared libraries
> were built.

Maybe SuSE adapted their hostsystem output between those versions.

>
> > make[4]: Entering directory
> > `/home/chs/lib/gnucash/gnucash-1.7/src/engine/test' 
> > ...
> > /home/chs/lib/gnucash/gnucash-1.7/src/engine/.libs/libgw-engine.a(engine-
> >helpers.o): In function `gnc_scm2query_term_query':
> > /home/chs/lib/gnucash/gnucash-1.7/src/engine/engine-helpers.c:891:
> > undefined reference to `xaccMallocQuery'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQCVAwUBO/N/x2XAi+BfhivFAQEaJwQAjAqlG3GYD0fARia+8idksaYsabr6RXrQ
R0TyrmCKyAOA9xEzDndGHz38Ubkijos+ljjolVlwFVaxkZCzm4sYWwxcyZk9jiaL
rsR4imexYtZK3C0IGrXLXsflkGbPhiGge2kR0+vhIAmlIIrJJW9YUaI9qPfj87G9
eWUpyccK2Co=
=nZpK
-----END PGP SIGNATURE-----