bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Autoconf 2.61] testsuite: 110 145 147 failed


From: Paul Eggert
Subject: Re: [GNU Autoconf 2.61] testsuite: 110 145 147 failed
Date: Wed, 22 Nov 2006 14:26:38 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Sim Byoungsoo" <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]