Trying to build maxima from CVS



On 2/18/11 1:35 PM, Paul Bowyer wrote:
> Hello:
>
> I'm trying to build maxima from CVS using:
> "cvs -d :pserver:anonymous at maxima.cvs.sourceforge.net:/cvsroot/maxima
> co maxima"
> #which seems to download maxima source properly.
>
> I then did from the maxima source directory:
> "bootstrap"
> #which completed successfully
>
> "export GCL_ANSI=y CFLAGS="-O2 -g -march=i386 -mcpu=i686
> -fno-fast-math" CXXFLAGS="-O2 -g -march=i386 -mcpu=i686
> -fno-fast-math" && ./configure --prefix=$HOME/MaximaTest --enable-gcl
> --with-gcl=/usr/bin/gcl"
> #which failed with "config.status: error: cannot find input file:
> `Makefile.in'"
>
You mean maxima.system.in?

I inadvertently checked in something by accident.  I thought I had
reverted this change yesterday, but I didn't.  It should be fixed in CVS
now.

(This is where having the commit log emails would be really beneficial.)

Ray