This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fallout (mostly runtime library-related) from GCC versionnumber change (take two)


Paolo Carlini <pcarlini@suse.de> writes:

> Paolo Carlini wrote:
>
>> Hi again. I cannot rebuild with your patches applied:
>>
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating mkheaders.in
>> config.status: error: cannot find input file: mkheaders.almost
>> make: *** [configure-build-fixincludes] Error 1
>
> This happens inside build-i686-pc-linux-gnu/fixincludes

This line of fixincludes/configure.ac is backward

AC_CONFIG_FILES(Makefile mkheaders.in:mkheaders.almost)

it should read

AC_CONFIG_FILES(Makefile mkheaders.almost:mkheaders.in)

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]