Subversion Status

Cleaning up for gcc 2.95

rm -rf lasso-gcc295

Checking out Lasso

svn checkout svn://labs.libre-entreprise.org/svnroot/lasso/trunk/ lasso-gcc295

Preparing build (gcc 2.95)

cd lasso-gcc295
./autogen.sh
checking this is lasso top-level directory...
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... /usr/bin/autoconf: line 493: echo: write error: Broken pipe
found 2.61
checking for automake >= 1.9...
  testing automake-1.9... found 1.9.6
checking for swig >= 1.3.28...
  testing swig-1.3... found 1.3.29
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.22
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.21
Checking for required M4 macros...
**Warning**: 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.
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal-1.9...
Running autoheader...
Running automake-1.9...
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
bindings/java/Makefile.am: installing `./compile'
bindings/java/Makefile.am: installing `./depcomp'
Running autoconf...
Cleaning up configuration cache...
Running ./configure ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc-2.95
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.

Compiling library

cd lasso-gcc295/lasso
make
make: *** No targets specified and no makefile found.  Stop.