This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: compile gcc 4.7.2 Ubuntu 12.04 fails with GCC_NO_EXECUTABLES
On 7 March 2013 20:13, Kai Ruottu wrote:
> 7.3.2013 21:40, Daniel Albers kirjoitti:
>
>> the compilation of gcc 4.7.2 fails on a fully patched ubuntu 12.04 with
>> the error message
>> "checking dynamic linker characteristics... configure: error: Link tests
>> are not allowed after GCC_NO_EXECUTABLES. make[1]: ***
>> [configure-target-libssp] Fehler 1"
>>
>> The config.log is attached.
>>
>
> Didn't look being the right one 'config.log' from the $target/libssp
> directory... What motive
> sending the config.log from the $build directory has when the problem was
> elsewhere?
As Kai says, you need to look at the config.log file in the directory
where the build failed, and instead of just sending it to the list you
can look in there for the failure and see what caused the error.
There are always lots of non-fatal errors in config.log, you're
looking for the last one which causes the fatal error:
"checking dynamic linker characteristics... configure: error: Link
tests are not allowed after GCC_NO_EXECUTABLES. make[1]: ***
[configure-target-libssp] Fehler 1"