Re: cannot compute suffix of object files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



booleandomain <booleandomain@xxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux