I installed autoconf version 2.50 for OS X. The default installed version of automake is 1.6.2. From the libol directory, I then attempted to rebuild the ./configure scripts with "autoheader && automake --add- missing && autoconf", but I got an error with autoheader: autoheader: No template for symbol 'DEBUB_ALLOC' autoheader: No template for sysmbol 'HAVE_ATTRIBUTE' I am new to compiling gnu programs, so I am learning this as I go. I'm going to take some time to read the autoconf and automake manuals on gnu.org. Anybody have anymore suggestions? Thanks for all of your help so far. Ken Toney ktoney@tiff.org
On Thu, 12 Dec 2002 16:44:32 -0500, Blaise St-Laurent wrote: I'm going out on a big limb here, but i seem to remember a couple of friends who've run OSX for a long time (early betas) and ran into this.
I'd try upgrading your autoconf and automake to more recent versions, e.g 2.5x or so, which should have the full mac OSX macros. You may have to rebuild the ./configure scripts with these new versions before it'll work. which should be as simple as autoheader && automake --add-missing && autoconf (IN THEORY)