Displaying 8 results from an estimated 8 matches for "idbvip".
1998 Oct 13
1
Assembler messages?
...a number
give 'Assembler messages'.
Of these I will quote an install log for 'akima' in full:
...........................................................................
for:/usr/local/R/bin # ./R INSTALL /usr/local/tempR/akima
Installing package `akima' ...
libs
f77 -fpic -c idbvip.f -o idbvip.o
f77 -fpic -c idgrid.f -o idgrid.o
f77 -fpic -c idpdrv.f -o idpdrv.o
f77 -fpic -c idsfft.f -o idsfft.o
f77 -fpic -c idxchg.f -o idxchg.o
f77 -fpic -c idcldp.f -o idcldp.o
/tmp/cca01314.s: Assembler messages:
/tmp/cca01314.s:881: Error: operands given don't match any known 386 instr...
1998 Oct 13
1
Assembler messages?
...a number
give 'Assembler messages'.
Of these I will quote an install log for 'akima' in full:
...........................................................................
for:/usr/local/R/bin # ./R INSTALL /usr/local/tempR/akima
Installing package `akima' ...
libs
f77 -fpic -c idbvip.f -o idbvip.o
f77 -fpic -c idgrid.f -o idgrid.o
f77 -fpic -c idpdrv.f -o idpdrv.o
f77 -fpic -c idsfft.f -o idsfft.o
f77 -fpic -c idxchg.f -o idxchg.o
f77 -fpic -c idcldp.f -o idcldp.o
/tmp/cca01314.s: Assembler messages:
/tmp/cca01314.s:881: Error: operands given don't match any known 386 instr...
2008 Jul 09
1
Help with installing add-on packages
...used uninitialized in this function
akima.new.f:1901: warning: ?p01? may be used uninitialized in this function
gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idbvip.f -o idbvip.o
In file idbvip.f:65
10 MD0=MD
1
Warning: Label 10 at (1) defined but not used
In file idbvip.f:70
20 IF(MD0.LT.1.OR.MD0.GT.3) GO TO 90
1
Warning: Label 20 at (1) defined but...
2003 Jan 20
2
Fortran linking problems
...tiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c
akima.new.f -o akima.new.o
g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586
-fno-fast-math -fno-strength-reduce -O3 -fomit-frame-pointer -pipe
-mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c idbvip.f
-o idbvip.o
g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586
-fno-fast-math -fno-strength-reduce -O3 -fomit-frame-pointer -pipe
-mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c idcldp.f
-o idcldp.o
g77 -mieee-fp -O3 -fomit-frame-pointer -pipe -mc...
2008 Sep 18
2
Problem installing packages in newer versions of R
...used uninitialized in this function
akima.new.f:1901: warning: ?p01? may be used uninitialized in this function
gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idbvip.f -o idbvip.o
In file idbvip.f:65
10 MD0=MD
1
Warning: Label 10 at (1) defined but not used
In file idbvip.f:70
20 IF(MD0.LT.1.OR.MD0.GT.3) GO TO 90
1
Warning: Label 20 at (1) defined but not used
In file idbvip.f:102
40 IF(MD0.GT.1) GO TO 50
1
Warning: Label...
2006 Feb 13
2
Package compiling problem in Linux
...or example, the
akima package:
> R.version.string
[1] "R version 2.2.1, 2005-12-20"
> install.packages("akima", lib="/usr/lib/R/library", repos =
"http://cran.fhcrc.org/")
.
.
.
gcc -shared -L/usr/local/lib -o akima.so akima433.o akima697.o
akima.new.o idbvip.o idcldp.o idgrid.o idlctn.o idpdrv.o idptip.o
idptli.o idsfft.o idtang.o idxchg.o init.o tripack.o ttidbs.o -lg2c -lm
-lgcc_s -L/usr/lib/R/lib -lR
/usr/bin/ld: skipping incompatible /usr/lib/R/lib/libR.so when searching
for -lR
/usr/bin/ld: cannot find -lR
collect2: ld returned 1 exit status
make...
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
...errors occurs at least with R 2.1.1 on a i386 Ubuntu Breezy system.
If I compile without "-O2" in FFLAGS the error vanishes.
Meanwhile I could track down the bug to the use of COMMON blocks in the
underlying Fortran code:
During the interpp() call a Fortran routine (IDLCTN called from IDBVIP)
is called several times. Only during the first call a COMMON block is
initialized, subsequent calls rely on the values initialized by the
first call. But these values just vanish after the first call.
I already have workaround: I call the initialization on every entry,
this fixes the problem.
==...
2011 Mar 31
1
R packages "Demography installing Error In Ubuntu 10.04"
...=============
downloaded 3.1 Mb
* installing *source* package ‘akima’ ...
** libs
gfortran -fpic -O3 -pipe -g -c akima.new.f -o akima.new.o
gfortran -fpic -O3 -pipe -g -c akima433.f -o akima433.o
gfortran -fpic -O3 -pipe -g -c akima697.f -o akima697.o
gfortran -fpic -O3 -pipe -g -c idbvip.f -o idbvip.o
gfortran -fpic -O3 -pipe -g -c idcldp.f -o idcldp.o
gfortran -fpic -O3 -pipe -g -c idgrid.f -o idgrid.o
gfortran -fpic -O3 -pipe -g -c idlctn.f -o idlctn.o
gfortran -fpic -O3 -pipe -g -c idpdrv.f -o idpdrv.o
gfortran -fpic -O3 -pipe -g -c idptip.f -o idptip.o
gfort...