This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18461] New: gmake test fails with libg2c.so.1 not found
- From: "georg dot schwarz at freenet dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2004 15:58:36 -0000
- Subject: [Bug other/18461] New: gmake test fails with libg2c.so.1 not found
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
after a successful gmake bootstrap on IRIX 5.3 a consequent gmake check ends up with:
gmake[2]: Entering directory `/usr/people/schwarz/gccb/mips-sgi-irix5.3/libf2c/libU77'
../../../gcc/g77 -B../../../gcc/ -L.. -g ../../../../gcc-3.4.3/libf2c/libU77/u77-test.f \
-lg2c -lm -o a.out && ./a.out
../../../../gcc-3.4.3/libf2c/libU77/u77-test.f:0: note: -g is only supported using GNU as,
../../../../gcc-3.4.3/libf2c/libU77/u77-test.f:0: note: -g option disabled
../../../../gcc-3.4.3/libf2c/libU77/u77-test.f: In program `MAIN__':
../../../../gcc-3.4.3/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]
../../../../gcc-3.4.3/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]
1564:./a.out: rld: Fatal Error: cannot map soname 'libg2c.so.1' using any of the filenames /usr/people/schwarz/gccb/bfd/libg2c.so.1:/usr/people/schwarz/gccb/opcodes/libg2c.so.1:/usr/people/schwarz/gccb/mips-sgi-irix5.3/libstdc++-v3/src/.libs/libg2c.so.1:/usr/people/schwarz/gccb/gcc/libg2c.so.1:/usr/lib/libg2c.so.1:/lib/libg2c.so.1:/lib/cmplrs/cc/libg2c.so.1:/usr/lib/cmplrs/cc/libg2c.so.1:/usr/people/schwarz/gccb/bfd/libg2c.so.1.1:/usr/people/schwarz/gccb/opcodes/libg2c.so.1.1:/usr/people/schwarz/gccb/mips-sgi-irix5.3/libstdc++-v3/src/.libs/libg2c.so.1.1:/usr/people/schwarz/gccb/gcc/libg2c.so.1.1:/usr/lib/libg2c.so.1.1:/lib/libg2c.so.1.1:/lib/cmplrs/cc/libg2c.so.1.1:/usr/lib/cmplrs/cc/libg2c.so.1.1: -- either the file does not exist or the file is not mappable (with reason indicated in previous msg)
gmake[2]: [check] Error 1 (ignored)
/usr/people/schwarz/gccb is the build directory. ibg2c.so.1 is in fact at /usr/people/schwarz/gccb/mips-sgi-irix5.3/libf2c/.libs/libg2c.so.1
--
Summary: gmake test fails with libg2c.so.1 not found
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: georg dot schwarz at freenet dot de
CC: gcc-bugs at gcc dot gnu dot org,georg dot schwarz at
freenet dot de
GCC host triplet: mips-sgi-irix5.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18461