This is the mail archive of the gcc-help@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: cannot compute suffix of object files


booleandomain <booleandomain@gmail.com> writes:

> I configured it as follows: --build=x86_64-pc-linux-gnu
> --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu
> --enable-languages=c
>
> Configuring works fine. Making doesn't. It stops with the following
> error message:
>
> [...]
> configure: error: cannot compute suffix of object files: cannot compile
> See 'config.log' for more details.
> make[1] *** [configure-target-libgcc] Error 1
> [...]

This means there is something wrong with the newly built compiler.


> In config.log I found these error messages:
>
> [...]
> conftest.c:12:19: error: ppl_c.h: no such file or directory
> [...]
> conftest.c:12:25: error: cloog/cloog.h: no such file or directory
> [...]

Wrong config.log file.  You need to look at
x86_64-pc-linux-gnu/libgcc/config.log.

These errors in the top level config.log file are normal.


> I tried to reconfigure gcc with --without-ppl --without-cloog but make
> fails again with the very same error.

Don't do that--it doesn't work.

Ian


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