search for: dlcompat

Displaying 20 results from an estimated 38 matches for "dlcompat".

2005 May 23
1
installing R and Rcmdr onMacOS 10.3.9
...is the output from the last command: > library(Rcmdr) Loading required package: tcltk Loading Tcl/Tk interface ... Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/tcltk/libs/ tcltk.so': dlcompat: dyld: /Applications/R.app/Contents/MacOS/R can't open library: /usr/X11R6/lib/libX11.6.dylib (No such file or directory, errno = 2) Error: .onLoad failed in 'loadNamespace' for 'tcltk' Error: package 'tcltk' could not be loaded > library(tcltk) Loading Tcl/Tk i...
2005 Jul 04
1
r version 2.1.0 and graphics in mac os 10.3.9
...r a HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored] Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ grDevices.so': dlcompat: dyld: /Library/Frameworks/R.framework/Resources/bin/exec/R version mismatch for library: /usr/local/lib/libxml2.2.dylib (compatibility version of user: 9.0.0 greater than library's version: 8.0.0) Loading required package: grDevices Error in dyn.load(x, as.logical(local), as.logical(now)...
2002 Jun 13
2
R make on macosx
I am trying to make R-1.5.0 from source on a new G4 system with the apple developer tools and X11 installed and with ATLAS. Running ./configure appears to end normally, but running make yields: gcc -no-cpp-precomp -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c Rdynload.c -o Rdynload.o Rdynload.c: In function `R_FindSymbol': Rdynload.c:942:
2004 Jun 19
2
[LLVMdev] Problems loading passes on Mac OS X
...dn't see whether it was resolved. Also, this is on Mac OS X, and the previous question was about Linux. This problem happens with the Hello pass, so I'll use that to illustrate. I'm using LLVM 1.2. The plugin loads with no complaints, so dlopen() is returning success, and OS X's dlcompat probably isn't the problem. However, it never gets registered. I've included a transcript below. I also included some info about the compiler versions, etc. - It's OS X 10.3.4. Note that on OS X, 'libtool' isn't gnu libtool - that's called 'glibtool', if that...
2004 Jun 19
0
[LLVMdev] Problems loading passes on Mac OS X
...If you can provide the necessary magic for your platform, it should just work. -Chris > This problem happens with the Hello pass, so I'll use that to > illustrate. I'm using LLVM 1.2. > The plugin loads with no complaints, so dlopen() is returning success, > and OS X's dlcompat probably isn't the problem. > However, it never gets registered. I've included a transcript below. > > I also included some info about the compiler versions, etc. - It's OS X > 10.3.4. > Note that on OS X, 'libtool' isn't gnu libtool - that's called > &...
2004 Nov 22
1
Tinc on OsX, partial success
...he tinc binary on OsX Attempts of running tinc 1.0.3 returns "can't open library: /sw/lib/libdl.0.dylib (No such file or directory, errno = 2)" To solve this install Fink. On the laptop (iBook G4, OsX 10.3.5) I installed version 0.7.1 Then using FinkCommander installed the binary dlcompat-shlibs 20030629-15 On the Branch A CPU (beige G3 OsX 10.2.8) I install 0.6.3 Then using FinkCommander installed the binaries dlcompat 20030629-5 dlcompat-dev 20030629-5 dlcompat-shlibs 20030629-5
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following problems: > [localhost:ecc/Sources/libao-0.8.0] root# ./configure > creating cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... found >
2004 Jun 19
2
[LLVMdev] Problems loading passes on Mac OS X
Unfortunately it's not that easy, although I'd love to fix it if I can figure out how. OS X 10.3 does have dlfcn.h and dlopen() - for 10.3, they added the dlcompat library that uses the OS X NSLink* stuff to support dlopen and dlsym. configure seems to pick that up fine. It seems like the code that's there already should work fine, so I'm not sure where else to look. I'm not a C++ guru, so if there's C++ linking difficulties or something I...
2003 Apr 28
1
Compiling R-1.7.0 on Mac OS X
...red identifier is reported only once Rdynload.c:1036: for each function it appears in.) Looking back through the list, I saw this problem was discussed last year (http://maths.newcastle.edu.au/~rking/R/help/02a/4840.html), and I have tried the solution proposed there, using the Fink version of dlcompat, but with no success. Does anyone have another suggestion? If people reply to me in the first instance I will summarize the replies to thee list. Thanks for any help, Stuart -- stuart at feerick.org.uk
2009 Apr 03
1
MacOS Compile questions
Hello, I've just compiled tinc on OS X and have the following questions when following the instructions in the manual on the web. My environment is as follows: OS X 10.5.6 Fink 0.9.0 (Binary Package) I'm using TunTap 20080804 from http://tuntaposx.sourceforge.net/ 1. dlcompat is not found in fink. It seemed to compile ok without it, is this critical? I saw no mention of it in the configure or make output. 3. If you run a config, make, make install, it installs to /usr/local/ sbin and expects the config files to be in /usr/local/etc (which you have to create) inst...
2005 May 19
1
New R (2.1) not openable under emacs files (PR#7882)
...opening R within a file - such as Advantage (one of my files) is impossible. It appears to try to load R, then says: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/grDevices.so': dlcompat: dyld: /Library/Frameworks/R.framework/Resources/bin/exec/R version mismatch for library: /usr/local/lib/libxml2.2.dylib (compatibility version of user: 9.0.0 greater than library's version: 8.0.0) Fatal error: unable to restore saved data in .RData Process R exited abnormally with code 2 at...
2005 Oct 18
2
loading packages - mac user
...9;d be happy to give any extra info you need. Thanks Cormac [1] Loading required package: tcltk Loading Tcl/Tk interface ... Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/tcltk/libs/tcltk.so': dlcompat: dyld: /Applications/R.app/Contents/MacOS/R can't open library: /usr/local/lib/libtk8.4.dylib (No such file or directory, errno = 2) In addition: Warning messages: 1: cannot create HTML package index in: make.packages.html() 2: cannot create HTML package index in: make.packages.html() Error: ....
2005 Jul 07
0
Failing to install Hmisc on Mac OS 10.3.9, R Version 2.1.0 Patched (2005-05-12)
...werpc-apple-darwin6.8/3.4.2 -lg2c -lSystem -lcc_dynamic -framework R ** R ** preparing package for lazy loading Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ grDevices.so': dlcompat: dyld: /Library/Frameworks/R.framework/Resources/bin/exec/R version mismatch for library: /usr/local/lib/libxml2.2.dylib (compatibility version of user: 9.0.0 greater than library's version: 8.0.0) Loading required package: grDevices Error in dyn.load(x, as.logical(local), as.logical(now)...
2005 Apr 27
1
tcl/tk problem
...(grasper) Loading required package: mgcv This is mgcv 1.1-8 Loading required package: MASS Loading required package: tcltk Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/Library/Frameworks/R.framework/Resources/library/tcltk/libs/tcltk.so": dlcompat: dyld: /Applications/R.app/Contents/MacOS/R can't open library: /usr/X11R6/lib/libX11.6.dylib (No such file or directory, errno = 2) Error: .onLoad failed in loadNamespace for 'tcltk' Error: package 'tcltk' could not be loaded However, tcl/tk appears to be there: > cap...
2003 May 15
1
Compile R-1.7.0 on Mac OS 10.2.6
Hi, I can't get R-1.7.0 to compile on my Mac. Can someone give me some pointers? The machine is an 800MHz iBook running OS 10.2.6. I have installed the December 2002 Developers Tools and have installed g77, f2c and dlcompat via fink. I've checked the versions of g77 and gcc and they're both based on gcc version 3.1. I've got Apple's X11 (Beta 3). I've added /sw/bin to my path. I've read through R-admin.pdf, particularly the appendix on OS X. The problem seems to be something to do with the...
2004 Apr 30
0
[LLVMdev] Testing LLVM on OS X
On Fri, 30 Apr 2004, Patrick Flanagan wrote: > Thanks! Grabbed the latest from CVS and added that linker option to the > config file. It looks like it compiles and runs the SPEC tests ok now. Great! > Just to make sure I understand how LLVM works, got a few clarifications: > > 1. The ppc code I'm generating with the -native-cbe is static, correct? Yes, it's purely static
2002 Apr 06
2
packages in OS X
...==================================================== CRAN packages which compile and install, but do not work > library("Matrix") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/sw/lib/R/library/Matrix/libs/Matrix.so": dlcompat: dyld: /sw/lib/R/bin/R.bin Undefined symbols: _ATL_cGetNB _ATL_dGetNB _ATL_sGetNB _ATL_zGetNB _cblas_dgemm _cblas_dscal _cblas_dswap _cblas_dsyrk _cblas_dtrsm _cblas_idamax _dsymv_ Error in library("Matrix") : .First.lib failed If I use nm on Matrix.so, all these symbols are undefined....
2003 Jun 16
1
R version on gifi
...a version will make the Darwin/X11 version unnecessary. In the meantime, for convergence, I'll modify the Gifi version in various ways. -- It's 1.7.1 -- It no longer supports gnome -- It still uses Tcl/Tk for X11 (using 8.5 from CVS) !! It no longer uses anything from fink (readline and dlcompat as on Stefano's site, jpeg and png and teTeX from Gerben Wierda's i-installer, Tcl/Tk from cvs, X11 from Apple) -- the package installer will put everything in /usr/local This means that all references to /sw in configure.ac can go. This next distribution will appear probably on...
2001 Apr 28
1
R 1.2.3 for MacOS/X available
...an download the carbon distribution at: http://cran.r-project.org/bin/macos About the Darwin/X11 version There are two builds for Mac OS X, more precisely for Darwin/X11, of the R-patched and R-devel distributions of 04/14/01. They were build using the native cc compiler, with help from f2c, dlcompat, libjpeg, libpng, libz, OS X versions of tcl/tk., and Tenon's Xtools distribution. The dynamic libraries you need are included, except for the X11 libraries, which you have to install anyway along with an X11 server. In order to install one of these builds, su root, move to /, and unpack....
2002 Oct 18
4
Building R on Mac OS X-"dumping methods" problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to create a darwinports package for R, but I cannot get R to compile on Mac OSX 10.2. I have install g77 which seems fine. R compiles without problems until it reaches dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function