This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Bootstrap error with missing fpu-glibc.h
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: Thomas Koenig <Thomas dot Koenig at online dot de>
- Cc: fortran at gcc dot gnu dot org
- Date: Thu, 13 Oct 2005 16:38:24 +0200
- Subject: Re: Bootstrap error with missing fpu-glibc.h
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XwfVBdvsCzZp2ZpU+HvkwggvAi4LwwFPX1DqaVhfMgISAnMhJ7JQrcGTVQy18jDmhYSKE6WjusWsWRAhDyc6ztxfX1OjcrJsVnRTpUjcSugOsXHG8F7/a+WiAWL70zz0pxRUjb0HW0EEYSg8yQ6NkOs9T3rgnyODkdyW1u1AKFA=
- References: <20051013142930.GA977@meiner.onlinehome.de>
> make[3]: *** No rule to make target `../../../gcc-4.1/libgfortran/config/fpu-glibc.h', needed by `fpu-target.h'. Stop.
>
> This is on i686-pc-linux-gnu, running Debian unstable. glibc is
This is not a problem with your libc. Nightly build went fine on
i686-linux for me... do you have the config/ directory in your
$(srcdir)/libgfortran ? does it contain fpu-glibc?
FX