[Bug other/26692] New: Build configure misses valid ld in hidden test

2006-03-15 Thread dave at datatone dot co dot uk
The latest binutils from (linux) kernel.org is:
GNU ld version 2.16.91.0.6

The version test in gcc/configure fails (I think) because it doesn't check for
five digit groups in the version number. I hand-edited configure to add an
extra line that tests for the extra group and that seemed to work.
This issue makes the build think that the linker doesn't support 'hidden'; then
an attempt to compile glibc with the resulting compiler gives:

checking whether __attribute__((visibility())) is supported... no

and glibc can't be built.


-- 
   Summary: Build configure misses valid ld in hidden test
   Product: gcc
   Version: 4.0.2
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: dave at datatone dot co dot uk
 GCC build triplet: i586-pc-linux-gnu
  GCC host triplet: i586-pc-linux-gnu
GCC target triplet: i586-pc-linux-gnu


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



[Bug other/26692] Build configure misses valid ld in hidden test

2006-03-15 Thread dave at datatone dot co dot uk


--- Comment #3 from dave at datatone dot co dot uk  2006-03-15 16:12 ---
Subject: Re:  Build configure misses valid ld in hidden test

pinskia at gcc dot gnu dot org wrote:
> --- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-15 15:50 
> ---
> Can you attach config.log from the gcc subdirectory?
>
>
>   
Ah... I have taken your previous comment to heart and have replaced 
binutils with binutils-2.16.1.

I am now recompiling the compiler and all is well with the hidden test. 
However, I will go back
and recreate the kernel.org binutils situation ASAP.

Regards,
Dave


-- 


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