This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Running test suite with in-tree binutils: "lt-ld-new: cannot find -lg2c"?
- From: Christian Jönsson <c dot christian dot joensson at telia dot com>
- To: Gcc <gcc at gcc dot gnu dot org>
- Date: Mon, 11 Mar 2002 16:00:17 +0100
- Subject: Running test suite with in-tree binutils: "lt-ld-new: cannot find -lg2c"?
This was on a Debian Woody (test release) sun4m system using
binutils 2.11.92.0.12.3-6
dejagnu 1.4.2-1
dejagnu with this patch:
http://subversions.gnu.org/cgi-bin/cvsweb3/dejagnu/dejagnu/runtest.exp.diff?r1=1.7&r2=1.8
gcc 2.95.4-9 (Debian prerelease)
kernel-image-2.2.20-sun4dm-smp 9
libc6 2.2.5-3
When boostrapping gcc-3.1 Sun Mar 10 08:20:09 UTC 2002 with an
"in-tree" build together with binutils-2.12 I get the following
problem when running the test suite: "lt-ld-new: cannot find -lg2c"
Is this serious or non-serious?
Cheers,
/ChJ
make[1]: Entering directory `/share2/gcc-rel/gcc/objdir/sparc-linux/libf2c'
cd libU77; make G77DIR=../../../gcc/ check
make[2]: Entering directory `/share2/gcc-rel/gcc/objdir/sparc-linux/libf2c/libU77'
../../../gcc/g77 -B../../../gcc/ -L.. -g ../../../../libf2c/libU77/u77-test.f \
-lg2c -lm -o a.out && ./a.out
../../../../libf2c/libU77/u77-test.f: In program `MAIN__':
../../../../libf2c/libU77/u77-test.f:214: warning:
call idate (i,j,k)
^
Intrinsic `IDATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
../../../../libf2c/libU77/u77-test.f:223: warning:
call date (ctim)
^
Intrinsic `DATE', invoked at (^), known to be non-Y2K-compliant [info -f g77 M Y2KBAD]
lt-ld-new: cannot find -lg2c
collect2: ld returned 1 exit status
make[2]: [check] Error 1 (ignored)
rm -f a.out
make[2]: Leaving directory `/share2/gcc-rel/gcc/objdir/sparc-linux/libf2c/libU77'
make[1]: Leaving directory `/share2/gcc-rel/gcc/objdir/sparc-linux/libf2c'
make[1]: Entering directory `/share2/gcc-rel/gcc/objdir/sparc-linux/libobjc'
make[1]: Nothing to be done for `check'.