Displaying 1 result from an estimated 1 matches for "amtss014".
2002 Oct 22
0
dyn.load()
...ot;
$os
[1] "solaris2.8"
$system
[1] "sparc, solaris2.8"
$status
[1] ""
$major
[1] "1"
$minor
[1] "5.1"
$year
[1] "2002"
$month
[1] "06"
$day
[1] "17"
$language
[1] "R"
on UNIX:
> uname -a
SunOS amtss014 5.8 Generic_108528-01 sun4u sparc SUNW,Ultra-Enterprise
I compiled the shared library as follows:
cc -o libRClib.so -G RCtest.c \
-I${SYBASE}/embeddedsql/include \
-I${FIRAS_INCLUDE} \
-L${SYBASE}/embeddedsql/lib -L${FIRAS_LIB} \
-ldl -lct -lcs -ltcl -lcomn -lintl -lnsl \
-lmm_infc -lmm_fc -lm...