Displaying 5 results from an estimated 5 matches for "osf4".
Did you mean:
osf
2002 Jul 30
1
Problem with legend
...e = TRUE, bg='gray90')
The plot and its legend is displayed ok. The I apply a dev.cop2eps on it to save the graphic. Then I start gv to view the resulting file. But now, the legend text moves outside its box.
This seems strabge to me and I have no idea why this happens.
I use R 1.4.1 under OSF4.
Thanks
--
Frank G. Zoellner
AG Angewandte Informatik
Technische Fakult"at
Universit"at Bielefeld
phone: +49(0)521-106-2951
fax: +49(0)521-106-2992
email: fzoellne at techfak.uni-bielefeld.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailin...
2000 Aug 31
3
make problem
Dear R People:
I have the source for R version 1.1.1
on a UNIX system alpha-dec-osf4.
The ./configure works fine.
When I do the make, it works fine until it tries to build the
package tcklc.
I get an error of
Tk_Saf_Init not identified
Then it kicks out.
Any suggestions, please?
Thanks!
Sincerely,
Erin M. Hodgess, Ph.D.
Associate Professor
Department of Computer and Mathem...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...;-Wl,'
- ;;
- irix5* | irix6* | nonstopux*)
- wl='-Wl,'
- ;;
- newsos6)
- ;;
- linux*)
- case $CC in
- icc|ecc)
- wl='-Wl,'
- ;;
- ccc)
- wl='-Wl,'
- ;;
- esac
- ;;
- osf3* | osf4* | osf5*)
- wl='-Wl,'
- ;;
- sco3.2v5*)
- ;;
- solaris*)
- wl='-Wl,'
- ;;
- sunos4*)
- wl='-Qoption ld '
- ;;
- sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
- wl='-Wl,'
- ;;
- sysv4*MP*)
- ;;
- uts4*)
-...
2000 Sep 06
2
reusing external functions across libs
...*8 a(*)
integer n
integer i
call intpr("in func2",8,0,0)
do 10 i=1,n
a(i)=2.0d0 * a(i)
10 continue
return
end
******************************
g77 -g -fpic -c so2.f
ld -shared so2.o -o so2.so
on the Alpha (R 1.1.0 on alpha-dec-osf4.0) it works without problems:
> dyn.load("so2.so")
> dyn.load("so1.so")
> .C("func1",as.double(c(1,2,3)),as.integer(3))
in func1
in func2
[1]
back in func1
[[1]]
[1] 2 4 6
[[2]]
[1] 3
on Linux (R 1.1.1, SuSE 6.4) it works not:
> dyn.load("so2.so&quo...
1999 Apr 02
4
PLATFORMS Update
...NAME Osman Buyukisik
EMAIL osman@cinternet.net
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM SuSE 6.0
CC/FC/MAKE gcc/egcs-g77/make
NAME Albrecht Gebhardt
EMAIL albrecht.gebhardt@uni-klu.ac.at
VERSION 0.63.3
PLATFORM alpha-dec-osf4.0
SYSTEM Digital Unix 4.0E
CC/FC/MAKE cc/f77/GNUmake
NAME Brian Ripley
EMAIL ripley@stats.ox.ac.uk
VERSION 0.63.3
PLATFORM sun-sparc-solaris2.6
SYSTEM
CC/FC/MAKE gcc 2.8.1/f77 SC4.2/GNU make
NAME Brian Ripley
EMAIL...