------- Comment #4 from ebotcazou at gcc dot gnu dot org  2008-12-21 17:12 
-------
> auto-host.h must exist when those files were compiled. I guess
> it was generated more than once.

My understanding is that it is re-generated at each stage:

auto-host.h: cstamp-h ; @true
cstamp-h: config.in config.status
        CONFIG_HEADERS=auto-host.h:config.in \
        CONFIG_FILES= \
        LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.status


In case this can make a difference, the compiler is configured as follows:
--enable-languages=c,ada,c++ --disable-libada --enable-checking=release


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38591

Reply via email to