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

[Bug libf2c/15746] New: make check fails in libf2c


When doing make check for libf2c one gets

gmake[1]: Entering directory `/usr/people/schwarz/gcc/mips-sgi-irix5.3/libf2c/libU77'
../../../gcc/g77 -B../../../gcc/ -L.. -g ../../../../gcc-3.4.0/libf2c/libU77/u77-test.f \
-lg2c  -lm -o a.out && ./a.out
../../../../gcc-3.4.0/libf2c/libU77/u77-test.f:0: note: -g is only supported using GNU as,
../../../../gcc-3.4.0/libf2c/libU77/u77-test.f:0: note: -g option disabled
../../../../gcc-3.4.0/libf2c/libU77/u77-test.f: In program `MAIN__':
../../../../gcc-3.4.0/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.0/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]
 5364:./a.out: rld: Fatal Error: cannot map soname 'libg2c.so.1' using any of the filenames /usr/lib/libg2c.so.1:/lib/libg2c.so.1:/lib/cmplrs/cc/libg2c.so.1:/usr/lib/cmplrs/cc/libg2c.so.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[1]: [check] Error 1 (ignored)
rm -f a.out
gmake[1]: Leaving directory `/usr/people/schwarz/gcc/mips-sgi-irix5.3/libf2c/libU77'

'libg2c.so.1 does exist in .lib. It seems that the test binary is not being linked with an appropriate -rpath.

-- 
           Summary: make check fails in libf2c
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libf2c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geos at epost dot de
                CC: gcc-bugs at gcc dot gnu dot org,geos at epost dot de
 GCC build triplet: mips-sgi-irix5.3
  GCC host triplet: mips-sgi-irix5.3
GCC target triplet: mips-sgi-irix5.3


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


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