Displaying 3 results from an estimated 3 matches for "_gfortran_pow_r8_i4".
2008 Nov 26
2
Rtools28 - undefined references with gfortran
...ing
library files. I hunted around and found the above
functions in an old MinGW library libg2c.lib
When I link them in, I get different undefined references:
ilaenv.o:ilaenv.f:(.text+0x55): undefined reference to
`_gfortran_compare_string
dlamch.o:dlamch.f:(.text+0x3bf): undefined reference to
`_gfortran_pow_r8_i4'
dormlq.o:dormlq.f:(.text+0x281): undefined reference to
`_gfortran_concat_string
Any guidance on how to solve this problem?
John Nolan
[[alternative HTML version deleted]]
2010 Dec 20
1
R hangs on the stats.so library
...ading required package: graphics
> Loading required package: stats
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> impossibile caricare libreria condivisa '/usr/local/lib/R/library/stats/libs/stats.so':
> /usr/local/lib/R/library/stats/libs/stats.so: undefined symbol: _gfortran_pow_r8_i4
> Errore: package 'stats' could not be loaded
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> impossibile caricare libreria condivisa '/usr/local/lib/R/library/stats/libs/stats.so':
> /usr/local/lib/R/library/stats/libs/stats.so: undefined symbol: _gfortran_po...
2008 May 12
1
RPM-style install (SLED 10.1)
...--nodeps was an option, but then it fails to load r-stats with the
same message about the missing library:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/usr/lib/R/library/stats/libs/stats.so':
/usr/lib/R/library/stats/libs/stats.so: undefined symbol: _gfortran_pow_r8_i4
During startup - Warning message:
package stats in options("defaultPackages") was not found
I am stuck... I am trying to compile R from 2.6.2 sources in the
meantime, but that's painful for a Linux newbie like me on a brand-new
computer that does not necessarily have all the packages...