This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libstdc++/configure problem
- From: Richard Zidlicky <rz at linux-m68k dot org>
- To: gcc at gnu dot org
- Date: Tue, 6 Jan 2004 21:54:52 +0100
- Subject: 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