Hello, I've installed the libtool, and also tried removing the line from the configure.ac but I still got the same error.
This morning I downloaded the latest CVS and tried again this is the new error that I got gatekeeper:/usr/src/packages/SOURCES/mbuni # make install cd . && /bin/sh /usr/src/packages/SOURCES/mbuni/missing --run aclocal-1.9 cd . && /bin/sh /usr/src/packages/SOURCES/mbuni/missing --run automake-1.9 --gnu mmlib/Makefile.am:1: library used but `RANLIB' is undefined mmlib/Makefile.am:1: mmlib/Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' mmlib/Makefile.am:1: to `configure.ac' and run `autoconf' again. make: *** [Makefile.in] Error 1 then I edited, the configure.ac file and uncommented the line #AC_PROG_RANLIB and commented the line AC_PROG_LIBTOOL then run the autoconf, then when I run again the make install this is the error that I got if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../mmlib -g -O2 -I/usr/local/include/kannel -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DBROKEN_PTHREADS=1 -I/usr/local/include/libxml2 -MT mms_resolve.o -MD -MP -MF ".deps/mms_resolve.Tpo" -c -o mms_resolve.o mms_resolve.c; \ then mv -f ".deps/mms_resolve.Tpo" ".deps/mms_resolve.Po"; else rm -f ".deps/mms_resolve.Tpo"; exit 1; fi rm -f libmms.a ar cru libmms.a mms_mmbox.o mms_billing.o mms_msg.o mms_queue.o mms_strings.o mms_uaprof.o mms_util.o mms_resolve.o ranlib libmms.a if --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../mmlib -g -O2 -I/usr/local/include/kannel -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DBROKEN_PTHREADS=1 -I/usr/local/include/libxml2 -MT mms_billing_shell.lo -MD -MP -MF ".deps/mms_billing_shell.Tpo" -c -o mms_billing_shell.lo mms_billing_shell.c; \ then mv -f ".deps/mms_billing_shell.Tpo" ".deps/mms_billing_shell.Plo"; else rm -f ".deps/mms_billing_shell.Tpo"; exit 1; fi /bin/sh: line 1: --mode=compile: command not found make[1]: *** [mms_billing_shell.lo] Error 1 make[1]: Leaving directory `/usr/src/packages/SOURCES/mbuni/mmlib' make: *** [install-recursive] Error 1 I don't know if the problem is in the setup of my OS, I would like to know which OS are you using. Many thanks Oscar Flores -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de SÃren Hansen Enviado el: martes, 29 de marzo de 2005 10:48 Para: Mbuni MMS Gateway Users List Asunto: RE: [Users] Problems receiving MMS tir, 29 03 2005 kl. 10:05 -0400, skrev Oscar Flores: > gatekeeper:/usr/src/packages/SOURCES/mbuni # make install > cd . && /bin/sh /usr/src/packages/SOURCES/mbuni/missing --run aclocal-1.9 > cd . && /bin/sh /usr/src/packages/SOURCES/mbuni/missing --run > automake-1.9 --gnu > cd . && /bin/sh /usr/src/packages/SOURCES/mbuni/missing --run autoconf > configure.ac:24: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > make: *** [configure] Error 1 > > I would like to help you putting this all together and working but I'm > really not a programmer and my knowledge of this is very basic ::) Two options: * Install libtool * Remove the line from configure.ac Both should be OK. -- SÃren Hansen <[EMAIL PROTECTED]> _______________________________________________ Users mailing list Users@mbuni.org http://mbuni.org/mailman/listinfo/users_mbuni.org