Displaying 3 results from an estimated 3 matches for "libots".
Did you mean:
libotp
2004 Jan 19
1
Compiling R, cannot open vars.mk
Hi!
I am trying to compile R-1.8.1 on an alphaserver running Tru64 Unix.
I use the compilers cc,cxx and f77. After the compilation
I try: make check
and get the following message:
Make: Cannot open /share/make/vars.mk. Stop.
Does anyone have any suggestions on why?
Regards
Arne Gjuvsland
1999 Apr 12
3
Fortran vs C, easing using Fortran
> Date: Mon, 12 Apr 1999 11:30:20 +0200 (MET DST)
> From: Albrecht Gebhardt <albrecht.gebhardt@uni-klu.ac.at>
> > I think in R we can do better than at present, if only I knew
> > exactly how. One idea is to have (effectively) a `hints' file that
> > configure uses to add a base set of libraries to FLIBS, but on Solaris
> > at least, using the Fortran
2001 Jun 11
1
R-devel on alpha Tru64: cxml/dxml problem (PR#977)
...CheckSum Flags Version
/usr/shlib/libcxml.so:
libUfor.so Nov 15 02:43:32 1999 0xdf165667 0
libfor.so Nov 15 02:43:32 1999 0xcfae3688 0
libFutil.so Nov 15 02:43:32 1999 0xa19d96f9 0
libm.so Apr 12 18:27:39 1999 0xf29b0962 0 osf.1
libots.so Apr 12 18:16:38 1999 0x0876eb23 0
libmach.so Apr 12 18:18:25 1999 0x5a7ec0dc 0 osf.1
libc.so Jun 12 20:14:23 2000 0xbad758ae 0 osf.1
I guess because we are using gcc/g77 and not DEC cc/f77 we cannot use
CXML/DXML libraries.
And indeed, make check succeeds...