Charles Campbell
Thu, 19 Nov 2009 08:45:46 -0800
Rob Savoye wrote:
On 11/18/09 09:50, Charles Campbell wrote:* attempted configure: a few complaints, but it terminated on being unable to find libltdl/Makefile.in . Solved this problem; I have an environment variable set up (RM) which apparently interferes somewhere. So I unset RM, and then...We usually use the gnash-...@gnu.org for this kinds of things...but there's no configure file.You first run ./autogen.sh in your source tree. For now, don't use any configure options at all, let Gnash pick it's defaults.
Sigh .. bottom line, not there yet. 1. ./autogen.sh complained about not having autoconf2. yum install autoconf.noarch claimed it was already installed and up-to-date
3. went to htp://ftp.gnu.org/gnu/autoconf , downloaded it, installed it.
4. ./autogen.sh :
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.
Usage: autoreconf [-f] [-h] [--help] [-m dir] [--macrodir=dir]
[-l dir] [--localdir=dir] [--force] [--verbose] [--version]
That "Usage" message seems suspicious to me; irregardless, no configure
file was produced.
which autoconf and which autoreconf both show them in
/usr/local/bin .
Thank you for helping, Chip Campbell