[Mono-list] Autoconf problem

Riccardo Casero vant@inwind.it
Tue, 24 Jun 2003 15:40:48 +0200


Yesterday I posted this message but it was a bit garbled so here it is
again:

>Hi,
>I just installed cygwin and tried to build and install mono using
> the mono-build-w32.sh script. I'm stuck with a problem with autoconf. I
>installed both the stable and the devel version and the wrapper also. But
>during the execution of the script the second time autoconf is invoked
>I got the message
>----------
>FATAL ERROR: Autoconf version 2.50 or higher is required to run this script
>**Error**: autoconf failed
>----------
>What's wrong? Is the wrapper that gets the wrong version? or whatelse?
 >Please help!      -Ricky-

I tried a lot to make it work. I found in mono-build-w32.sh the code

# Select the stable version anyway...
if [ ! -z "${AUTO_STABLE}" -o -e /usr/autotool/stable ]; then
export AUTO_STABLE=${AUTO_STABLE:-/usr/autotool/stable}
export AUTO_DEVEL=${AUTO_STABLE}
fi

and so i changed the third line in

export AUTO_DEVEL=${AUTO_DEVEL:-/usr/autotool/devel}

I got some warnings but then the compiler started. I got an error later from
the compiler about some resources missing. Did I do right?

   -Ricky-