This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] use AM_ICONV
Benjamin Kosnik <bkoz@redhat.com> writes:
> > I haven't really been following the iconv discussion. What is the
> > current status? I get a failure when building a cross-compiler:
> > checking for iconv... configure: error: Link tests are not allowed
> > after GCC_NO_EXECUTABLES.
> > make: *** [configure-target-libstdc++-v3] Error 1
>
> Although I can see why you might get this, I am unable to reproduce
> this with today's mainline hosted on x86-linux targeting arm-elf
> (which is testing fine). I'm not super keen on checking in fixes to
> this without being able to reproduce your issue.
>
> Please specify your host and configure line.
This is the exact configure line:
../trunk/configure --prefix=/home/iant/gcc/m32c-elf-install --with-mpfr=/home/iant/gnu/mpfr-2.2.0-install --target=m32c-elf
Host is i686-pc-linux-gnu, Fedora Core 5.
It failed a couple of days ago. I'll retest it later today.
Ian