Thank you for your reply Stephen. I have installed autoconf 2.5.9, automake 1.8 and libtool 1.5.
I originally did install them using the defaults, but then I went and rebuilt them with the proper prefix, --prefix=/usr. Today I was still having problem with them seeking in /usr/local so I ran "make uninstall" from the current /usr and then rebuilt and installed them with the defaults in /usr/local. WHen I search for them using "whereis" it only reports the /usr/local/bin/programs. When I run the commands with --version it reports the proper version. I had to copy the contents of /usr/share/aclocal down to the /usr/local/share/aclocal location to remove the beginning errors again. I also checked out the tools from the CVS server again and now it is where the messages are below. It still terminates at the same location. Perhaps you can help identify what I need to build this thing. I did post the enitre output so I also turned wordwrap off on this post to help readability. You may need to turn wordwrap off as well. The glib.m4 file is in the /usr/local/share/aclocal location as well. Also, on the automake program, it creates another directory named automake-1.8 and aclocal-1.8 as well as the others. Don't know if that makes a difference but thought I would mention it. Thanks, James ======================================================================= bash-2.05a# ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Running libtoolize... You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'. Running aclocal ... /usr/local/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /usr/local/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS /usr/local/share/aclocal/vorbis.m4:8: warning: underquoted definition of AM_PATH_VORBIS /usr/local/share/aclocal/sigc++.m4:8: warning: underquoted definition of AM_PATH_SIGC /usr/local/share/aclocal/rep.m4:7: warning: underquoted definition of AM_PATH_REP /usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/local/share/aclocal/ogg.m4:8: warning: underquoted definition of AM_PATH_OGG /usr/local/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF /usr/local/share/aclocal/librsvg.m4:11: warning: underquoted definition of AM_PATH_LIBRSVG /usr/local/share/aclocal/libole2.m4:18: warning: underquoted definition of AM_PATH_LIBOLE2 /usr/local/share/aclocal/libguppi.m4:11: warning: underquoted definition of AM_PATH_LIBGUPPI /usr/local/share/aclocal/libglade.m4:7: warning: underquoted definition of AM_PATH_LIBGLADE /usr/local/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART /usr/local/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL /usr/local/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /usr/local/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/gtk--.m4:10: warning: underquoted definition of AM_PATH_GTKMM /usr/local/share/aclocal/gnome--.m4:10: warning: underquoted definition of AM_PATH_GNOMEMM /usr/local/share/aclocal/gnet.m4:9: warning: underquoted definition of AM_PATH_GNET /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /usr/local/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT /usr/local/share/aclocal/gimp.m4:8: warning: underquoted definition of AM_PATH_GIMP /usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF /usr/local/share/aclocal/gconf-1.m4:4: warning: underquoted definition of AM_PATH_GCONF /usr/local/share/aclocal/gconf-1.m4:71: warning: underquoted definition of AM_GCONF_SOURCE /usr/local/share/aclocal/esd.m4:10: warning: underquoted definition of AM_PATH_ESD /usr/local/share/aclocal/esd.m4:175: warning: underquoted definition of AM_ESD_SUPPORTS_MULTIPLE_RECORD /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/local/share/aclocal/ao.m4:9: warning: underquoted definition of AM_PATH_AO /usr/local/share/aclocal/alsa.m4:15: warning: underquoted definition of AM_PATH_ALSA /usr/local/share/aclocal/ac_find_motif.m4:21: warning: underquoted definition of AC_FIND_MOTIF /usr/local/share/aclocal/ac_find_motif.m4:223: warning: underquoted definition of AC_FIND_LIBXP /usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/local/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT aclocal: configure.in: 380: macro `AM_PATH_SDL' not found in library Running autoheader... Running automake --gnu ... configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL lavtools/Makefile.am:14: HAVE_V4L does not appear in AM_CONDITIONAL lavtools/Makefile.am:20: HAVE_V4L_OR_SDL does not appear in AM_CONDITIONAL lavtools/Makefile.am:63: HAVE_GTK does not appear in AM_CONDITIONAL lavtools/Makefile.am:69: HAVE_SDL does not appear in AM_CONDITIONAL lavtools/Makefile.am:75: HAVE_V4L does not appear in AM_CONDITIONAL lavtools/Makefile.am:81: HAVE_V4L_OR_SDL does not appear in AM_CONDITIONAL lavtools/Makefile.am:87: HAVE_PNG does not appear in AM_CONDITIONAL lavtools/Makefile.am:151: HAVE_X does not appear in AM_CONDITIONAL lavtools/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined lavtools/Makefile.am:26: lavtools/Makefile.am:26: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' lavtools/Makefile.am:26: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL mpeg2enc/Makefile.am:31: HAVE_ASM_MMX does not appear in AM_CONDITIONAL mpeg2enc/Makefile.am:32: HAVE_ASM_NASM does not appear in AM_CONDITIONAL mpeg2enc/Makefile.am:29: Libtool library used but `LIBTOOL' is undefined mpeg2enc/Makefile.am:29: mpeg2enc/Makefile.am:29: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' mpeg2enc/Makefile.am:29: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL mpeg2enc/Makefile.am: Assembler source seen but `CCAS' is undefined mpeg2enc/Makefile.am: mpeg2enc/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS' mpeg2enc/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. mpeg2enc/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined mpeg2enc/Makefile.am: mpeg2enc/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS' mpeg2enc/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. mplex/Makefile.am:16: HAVE_ZALPHA does not appear in AM_CONDITIONAL mplex/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined mplex/Makefile.am:14: mplex/Makefile.am:14: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' mplex/Makefile.am:14: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL utils/Makefile.am:3: HAVE_ALTIVEC does not appear in AM_CONDITIONAL utils/Makefile.am:6: HAVE_ASM_NASM does not appear in AM_CONDITIONAL utils/Makefile.am:7: HAVE_ASM_MMX does not appear in AM_CONDITIONAL utils/Makefile.am:37: HAVE_ALTIVEC does not appear in AM_CONDITIONAL utils/Makefile.am:40: HAVE_ASM_NASM does not appear in AM_CONDITIONAL utils/Makefile.am:41: HAVE_ASM_MMX does not appear in AM_CONDITIONAL utils/Makefile.am:19: library used but `RANLIB' is undefined utils/Makefile.am:19: utils/Makefile.am:19: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' utils/Makefile.am:19: to `configure.in' and run `autoconf' again. utils/Makefile.am:16: Libtool library used but `LIBTOOL' is undefined utils/Makefile.am:16: utils/Makefile.am:16: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' utils/Makefile.am:16: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL utils/altivec/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined utils/altivec/Makefile.am:9: utils/altivec/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' utils/altivec/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again. utils/altivec/Makefile.am: Assembler source seen but `CCAS' is undefined utils/altivec/Makefile.am: utils/altivec/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS' utils/altivec/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. utils/altivec/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined utils/altivec/Makefile.am: utils/altivec/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS' utils/altivec/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL utils/mmxsse/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined utils/mmxsse/Makefile.am:5: utils/mmxsse/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' utils/mmxsse/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL utils/mmxsse/Makefile.am: Assembler source seen but `CCAS' is undefined utils/mmxsse/Makefile.am: utils/mmxsse/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS' utils/mmxsse/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. utils/mmxsse/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined utils/mmxsse/Makefile.am: utils/mmxsse/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS' utils/mmxsse/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL yuvfilters/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined yuvfilters/Makefile.am:7: yuvfilters/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' yuvfilters/Makefile.am:7: to `configure.in' and run `aclocal' and `autoconf' again. /usr/local/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL Running autoconf ... Running ./configure --enable-maintainer-mode --enable-compile-warnings ... checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu ./configure: line 1440: syntax error near unexpected token `AM_INIT_AUTOMAKE(mjpegtools,' ./configure: line 1440: `AM_INIT_AUTOMAKE(mjpegtools, $MJPEG_VERSION)' bash-2.05a# ============================================================= On Sunday 11 January 2004 00:42, Steven M. Schultz wrote: > On Sun, 11 Jan 2004, James Finnall wrote: > > I was working from an article in Linux Journal, Dec 2003. I > > downloaded the mjpegtools and built/installed. Received > > "malloc faliure" from mpeg2enc. Searching the archive list > > turned up a thread in regard to a bug in glibc 2.2.5. That I > > believe I am > > Yep - and 2.2.4 was even worse believe it or not. > > 2.2.5 is a bit old (current's 2.3.2 or 2.3.3 I believe) so I'm > surprised so many folks are encountering the problem. > > > The thread went on to discuss updating autoconf, automake, and > > libtool. So I have also done that as well. But it still > > reports > > libtool-1.5 is required, but autoconf 2.5x should be adequate. > I forget if automake 1.7.x is required or not - but having it > won't hurt anything (I use 1.7.6 on one system and 1.7.9 on > others). But come to think of it. > > What versions did you install/upgrade to? > > > ./configure: line 1440: syntax error near unexpected token > > `AM_INIT_AUTOMAKE(mjpegtools,' > > ./configure: line 1440: `AM_INIT_AUTOMAKE(mjpegtools, > > $MJPEG_VERSION)' > > That says that ./autogen.sh's creation of the ./configure > script was not correct - no sense going proceeding further. > > > There are also numerous warnings and other errors reported from > > automake prior to this. But it dosen't stop the process. I > > can > > Those might be useful. > > > post all of the output but it is probably about a hundred > > lines. But the error above stops the configuration part. The > > beginning of > > *any* error is bad in this case - indicates something is not > setup or installed quite right. > > > bash-2.05a# ./autogen.sh > > **Warning**: I am going to run `configure' with no arguments. > > If you wish to pass any to it, please specify them on the > > `./autogen.sh' command line. > > > > processing . > > Running libtoolize... > > You should add the contents of > > `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'. > > Running aclocal ... > > aclocal: configure.in: 174: macro `AM_PATH_GLIB' not found in > > library > > aclocal: configure.in: 368: macro `AM_PATH_GTK' not found in > > library aclocal: configure.in: 380: macro `AM_PATH_SDL' not > > found in library > > Hmmm, the GLIB error I can understand - the use of that in > configure.in is unconditional. The GTK and SDL errors are a > bit of a puzzle because those are checked for inside 'ifdef' > calls. > > If you do have the libglib, libgtk and the SDL installed then > their .m4 files are not being found. This can be caused by > installing automake/autoconf into /usr/local/{share,bin,...} but > the various installed packages have their .m4 files in > /usr/{share,lib, bin,...}. Thus the glib.m4 file might be in > /usr/lib/aclocal/glib.m4 but the newly installed > autoconf/automake only look in /usr/local/* > > One way to work around that problem (if that is part of what is > causing the errors you're seeing) is to copy the files from the > system's directory into the new version's directory - something > like this: > > cp /usr/share/aclocal/*.m4 /usr/local/share/aclocal > > Dumb question - but are you sure you're running the newly > installed versions? If the system had autoconf/automake/libtool > installed and /usr/local/bin is not first in your path you could > still be running the old versions... > > This is what it should look like: > > moe.1-> ./autogen.sh > **Warning**: I am going to run `configure' with no arguments. > If you wish to pass any to it, please specify them on the > `./autogen.sh' command line. > > processing . > Running libtoolize... > Running aclocal ... > Running autoheader... > Running automake --gnu ... > Running autoconf ... > Running ./configure --enable-maintainer-mode > --enable-compile-warnings ... checking build system type... > i386-pc-bsdi4.3.1 > ... > > > I was not able to locate the file aclocal.m4 in the top > > directory, > > That's because it is generated during the ./autogen.sh run - if > that fails then aclocal.m4 won't have been created. > > > so I copied the libtool.m4 there instead, and it removed that > > beginning message, but the missing macro messages remained. > > That is not necessary - autogen.sh will do that too. > > I'd make certain that libglib is installed and that glib.m4 is > in a place that autoconf/automake can find it. Then double > check that the new autoconf/automake/libtool are actually being > used by putting /usr/local/bin first in $PATH. > > Good Luck! > > Steven Schultz > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System > offering advanced branching capabilities and atomic changes on > 50+ platforms. Free Eval! > http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Mjpeg-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/mjpeg-users ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users