This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: fix top level Makefile after intl move



On Fri, 4 Jul 2003, Zack Weinberg wrote:

>         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
>         * Makefile.in: Regenerate.

This gives me IMHO really strange behaviour on i386-unknown-netbsdelf1.6
(and GNU make 3.79.1).

What happens is that configure starts to guess wrong due to errors:

   checking for langinfo.h... grep: conftest.out: No such file or directory
   yes
   checking for ldfcn.h... grep: conftest.out: No such file or directory
   yes
   checking for wchar.h... grep: conftest.out: No such file or directory
   yes
   checking for thread.h... grep: conftest.out: No such file or directory
   yes

   [and many more like that]

Looking in gcc/config.log shows that this is because an extra '$' before
the gcc command:

   configure:3010: checking for langinfo.h
   configure:3020: $gcc -E  conftest.c >/dev/null 2>conftest.out
   $gcc: not found

I do however not understand where it comes from...

   /Krister


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