> Hi,
>
> I'm having a problem compiling ltspfs on RedHat Enterprise Linux
> Version 3.
<snip>
> configure.ac:4: error: Autoconf version 2.59 or higher is required

3 methods:

1) Install a 2.59 or higher version of autoconf.

2) The configure.ac and Makefile.am files that are used to generate the
configure and Makefile.in files should be included in the CVS tree, so,
re-running:
aclocal
autoconf
automake --include-missing

should re-generate the ./configure that you need.

3) Compile the app manually with the command line:

gcc -Wall -W -DFUSE_USE_VERSION=22 -D_REENTRANT -D_FILE_OFFSET_BITS=64
*.c -o ltspfs -lfuse

Let us know how it turns out!

Cheers, 
Scott

-- 
(o_  Scott L. Balneaves | "You are the Universe's only chance to appreciate
//\  Systems Department |  its own beauty."
V_/_ Legal Aid Manitoba |    -- MSG, POE news forums

Attachment: signature.asc
Description: Digital signature

Reply via email to