"Sim Byoungsoo" <[EMAIL PROTECTED]> writes:

> ./torture.at:1057: autoreconf -Wall -v -i
> ...
> autoreconf: running: automake --add-missing --copy
> automake: configure.in: installing `./install-sh'
>     error while copying

That message comes from Automake.  Which version of Automake are you
using?  Run "automake --version" to find out.

We used Automake 1.10 to test.  If your Automake version is very old,
that might explain the problem.

Another possibility.  Automake 1.10 uses "cp" to copy the file --
perhaps there was a problem with "cp"?  But I would have expected a
diagnostic from "cp" if "cp" itself had a problem.  So that's strange.


> > configure:3248: gcc -o conftest -g -O2   conftest.c   
> > -L/usr/lib/gcc-lib/armv4l-unknown-linux-gnu/2.95.1 -lg2c -lm >&5
> > /usr/bin/ld: unrecognised emulation mode: armelf_linux
> > Supported emulations: elf32arm elf32arm26

This sounds like some sort of configuration problem on your host with
the Fortran compiler.  Perhaps the -L option you specified was wrong?

The other failure was a similar problem with Fortran.

Thanks for reporting this, and hope this helps.


Reply via email to