On Saturday 08 April 2006 21:55, Scott C. Frase wrote: > Hi Hannes, > Here is what I have: > [EMAIL PROTECTED] hvirtual]# rpm -qa | grep libtool > libtool-debuginfo-1.5.16.multilib2-3 > libtool-libs13-1.3.5-10 > libtool-1.5.16.multilib2-3 > libtool-ltdl-1.5.16.multilib2-3 > > [EMAIL PROTECTED] hvirtual]# libtool --version > ltmain.sh (GNU libtool) 1.5.16 (1.1220.2.235 2005/04/25 18:13:26) > > [EMAIL PROTECTED] hvirtual]# ll /usr/share/aclocal/libtool.m4 > -rw-r--r-- 1 root root 219425 Nov 22 > 08:18 /usr/share/aclocal/libtool.m4 > [EMAIL PROTECTED] hvirtual]# ll aclocal.m4 > -rw-r--r-- 1 root root 38761 Apr 8 11:05 aclocal.m4
Your aclocal.m4 is much too short. It must be a superset of /usr/share/aclocal/libtool.m4. But I cannot tell why this is so. I hope you can debug it yourself. Start with the aclocal command: It looks into configure.in which macros are required and gathers them from the various sources, among which are /usr/share/aclocal and the m4 subdirectory in cinelerra. Also remove the autom4ate.cache directory. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
