Displaying 6 results from an estimated 6 matches for "lfor".
Did you mean:
for
1999 Dec 23
1
rpart on Alpha under OSF
...d.o branch.o bsplit.o choose_surg.o fix_cp.o free_tree.o gini.o graycode.o insert_split.o make_cp_list.o make_cp_table.o mysort.o nodesplit.o partition.o poisson.o poissonpred.o pred_rpart.o rpart.o rpcountup.o rplabel.o rpmatrix.o rundown.o rundown2.o s_to_rp.o s_xpred.o surrogate.o xval.o -lUfor -lfor -lFutil -lm -lots -lm
ld:
Warning: Unresolved:
S_alloc
What is S_alloc? Do I have to install the full source for R in order
to compile a package? I do not have root rights on this machine, which
is why I went for the compiled distribution. Compiling the same package
on my Linux Intel machine wo...
2000 Feb 08
0
0.99.0 --with-f77 configure problem
Installing 0.99.0 with Dec UNIX 4.0f, if I use the native fortran compiler
(--with-f77) configure fails with:
checking for Fortran libraries... -lUfor -lfor -lFutil -lm -lots -lm
checking whether Fortran libraries work correctly... no
In case anyone else runs into this, the quick fix is to change line 2071
of configure from
${CC} ${LDFLAGS} -o conftest conftest.o ${FLIBS} \
to
${FC} ${LDFLAGS} -o conftest conftest.o ${FLIBS} \
(Or just change l...
1998 Jun 19
1
Compilation of R-0.62.1 on DEC Alpha
I have compiled R-0.62.1 on a DEC Alpha system that is running Digital
Unix 4.0. I had to change some settings in Makeconf from those
generated by configure. I changed the LDCMD to gcc and the LIBS to
include -lFutil and -lfor. (I wonder if they realized how close their
name for the Fortran utilities is to the word "futile".) I also had
to force it to use the GNU version of the install program as the DEC
version is not as fully featured.
I get a compilation but it creates a floating point exception as soon
a...
2000 Mar 03
1
compiling R-1.0.0 on dec alpha (digital Unix 4.0)
I have tried compiling R on a dec alpha running digital unix 4.0 and
got the following:
f77 -shared -o ts.so PPsum.o burg.o eureka.o filter.o pacf.o starma.o stl.o carray.o mburg.o myw.o qr.o -lUfor -lfor -lFutil -lm -lots -lm
ld:
Warning: Unresolved:
R_alloc
R_NaReal
R_IsNA
R_IsNaNorNA
R_chk_calloc
R_chk_free
Rf_error
vmaxget
vmaxset
dqrdc2_
dqrcf_
mkdir ../../../../library/ts/libs
gmake[4]: Leaving directory `/home/ming/R-1.0.0/src/library/ts/src'
gmake[3]: Leaving directory `/home/ming/R-1.0....
2000 Mar 21
0
Summing up histograms and misc.
...mean anything, but I figured I might as well
ask since I (finally) have upgraded to R-1.0.0. It goes:
rukbat:~/hfag/src/c> R CMD SHLIB readraw.c
cc -I/local/R/lib/R/include -ieee_with_inexact -std1 -O3 -tune ev56 -c
readraw.c -o readraw.o
f77 -shared -o readraw.so readraw.o -ldxml -lUfor -lfor -lFutil -lm
-lots -lmld:
Warning: Unresolved:
Rf_error
Is it anything to worry about?
Best,
Kjetil
--
Kjetil Kjernsmo
Graduate astronomy-student Problems worthy of attack
University of Oslo, Norway Prove their worth by hitting back
E-mail: kjetikj at astro.uio.no...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...hecking whether /usr/bin/cc accepts -M for generating dependencies... yes
checking whether /usr/bin/cc supports -c -o FILE.lo... yes
checking how to get verbose linking output from /usr/bin/f77... -v
checking for Fortran 77 libraries... -L/soft/readline/v4.2.1/lib -lreadline
-ltermcap -lm -lUfor -lfor -lFutil -lots -lm_c32 -lmld -lexc
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no
extra underscore
checking whether /usr/bin/f77 and /usr/bin/cc agree on int and double... yes
checking whether /usr/bin/f77...