Re: Build problems (0.44)
Olivier Bornet <[email protected]>
| Newsgroups | gmane.comp.video.picogui.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, > $ ./autogen.sh > autogen.sh: using private SDL m4 file > autogen.sh:running: aclocal -I macros -I macros/extra > aclocal: configure.in: 162: macro `AM_PROG_LIBTOOL' not found in library > autogen.sh:error: while running aclocal -I macros -I macros/extra on my debian system, the macro AM_PROG_LIBTOOL is defined in /usr/share/aclocal/libtool.m4 and is an alias for AC_PROG_LIBTOOL. It's saying the AM_ are the old names. Dou you have the file libtool.m4 ? And if yes, is it defining both macros ? If the AM_ macro is not defined, try to modify configure.in with AC_ instead. Another problem may be that the libtool.m4 is not at the correct place for aclocal. For example, if you install libtool from sources, it can be located in /usr/local/share/aclocal. If this is the case, try to modify the autogen.sh and add -I /usr/local/share/aclocal to the aclocal command. Good day. Olivier -- Olivier Bornet http://www.smartdata.ch/ [email protected] SMARTDATA SA Phone: +41-27-723'55'03 Rue du Collège 5A GPG key ID: C53D9218 CH-1920 Martigny
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE+XcwLdj3R/MU9khgRAn7iAKCmSBZ57X5Q0aLN5G/moTsjB03iIACgiDeC fw2G51MJTTWm16ARdXB/YBU= =J6np -----END PGP SIGNATURE-----