This is the mail archive of the gcc@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]

libstdc++/configure problem


Hello,



this occured when building libstdc++:
.....
.....
configure: WARNING: === Linker version 0 is too old for

the problem is in libstdc++/configure

  ldver=`$LD --version 2>/dev/null | head -1 | \
         sed -e 's/GNU ld version \([0-9.][0-9.]*\).*/\1/'`
at which point head says:
  head: `-1' option is obsolete; use `-n 1'

# rpm -qf `which head`
coreutils-4.5.3-19

# ld -v
GNU ld version 2.14.90.0.6 20030820


Richard


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