search for: linux_x86

Displaying 4 results from an estimated 4 matches for "linux_x86".

Did you mean: linux86
2013 Dec 26
1
New thunderbird and ligntning on CentOS 5...
Hey, anybody found a way to run the new Thunderbird Lightning calendar addon on CentOS 5...? From my debugging, it seems like the lightning addon is compiled with a newer version of glibc... ? Failed to load native module at path '.../Linux_x86-gcc3/libcalbasecomps.so': (80004005) /lib/libc.so.6: version `GLIBC_2.7' not found? Tried older versions, 2.6 and 2.5b2, but they seem not compatible with TB 24: ? Failed to load native module at path '.../Linux_x86-gcc3/libcalbasecomps.so': (80004005) /usr/lib/thunderbird/libxul.so...
2005 May 10
2
bug, feature of mistery?
I have two machines a linux_amd64_x86 (gentoo_amd64) and a linux_x86. Both run R-2.1.0. I have a very long program (hopefully will become a package) that works perfectly on the linux_amd_x64. Great means no error, no problems and results that, where the analytic solution exists, coincide with it. I have problem making the code run on the x64 machine. I am baffled. T...
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
...unctions for computing fill-reducing orderings. Perhaps those who are working on graphical models may want to look at some of the other capabilities of Metis. Certainly it provides standard ways of representing and manipulating unstructured graphs. I've only compiled and tested the package on Linux_x86 environments. I will be interested in whether Uwe is successful in building it for Windows and whether there are problems on 64-bit machines. -- Douglas Bates bates@stat.wisc.edu Statistics Department 608/262-2598 University of Wisconsin - Madison...
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package = "fame") The code in fame.so uses functions found in libjchli.so, making the 'local = F' argument in dyn.load() necessary. But since Fame symbols are found in l...