Displaying 2 results from an estimated 2 matches for "libm387".
Did you mean:
ibm367
2003 Aug 25
0
Re: R 1.7.x and inaccurate log1p() on OpenBSD 3.2 and NetBSD 1.6 (PR#3982)
...% uname -a
NetBSD netbsd.vm.math.utah.edu 1.6 NetBSD 1.6 (GENERIC) #0: Sun Sep 8
19:43:40 UTC 2002 autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC
i386 i386 Intel Pentium III (Katmai) (686-class) NetBSD
% ldd a.out
a.out:
-lm.0 => /usr/lib/libm387.so.0
-lm.0 => /usr/lib/libm.so.0
-lc.12 => /usr/lib/libc.so.12
% ls -lL /usr/lib/libm387.so.0 /usr/lib/libm.so.0 /usr/lib/libc.so.12
-r--r--r-- 1 root wheel 700411 Sep 8 2002 /usr/lib/libc.so.12
-r--r--r-- 1 root wheel 109910 Sep 8 2002 /usr/lib/libm.so.0...
2003 May 04
0
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837): final report
...stalled gcc-3.2.3 compiler.
As before, the one built normally gets a segment violation, whereas
the one built with the --without-zlib option works.
The odd thing is that neither uses shared libraries for zlib:
% ldd /usr/local/lib/R/bin/R.bin
/usr/local/lib/R/bin/R.bin:
-lm.0 => /usr/lib/libm387.so.0
-lm.0 => /usr/lib/libm.so.0
-lg2c.0 => /usr/local/lib/libg2c.so.0
-lc.12 => /usr/lib/libc.so.12
-lgcc_s.1 => /usr/local/lib/libgcc_s.so.1
The other build shows the same library list.
The NetBSD 1.6 system ships with these libraries:
/usr/lib/libz.a /usr/lib/libz.s...