similar to: dylib error

Displaying 20 results from an estimated 4000 matches similar to: "dylib error"

2002 Jul 18
1
RSPerl on OS X
Hello, Has anyone gotten RSPerl ( (http://www.omegahat.org/RSPerl/) to work on Mac OS X? After installing RSPerl, I run the test program (or, even simpler, perl -e 'use R;') and get the following error: dyld: perl Undefined symbols: _RPerl_createRProxy _RPerl_discardRProxy _RPerl_getProxyValue _RPerl_getReferenceName _addPerlConverterRoutine _fromPerl _tryEval _userLevelConversionToPerl
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
In Mac OS X native version: The R shell wrapper (bin/R) overrides default library search path with DYLD_LIBRARY_PATH and adds (among others) /usr/X11R6/lib. This causes problems when modules need (directly or indirectly) libraries from Apple's frameworks which are masked by X11. Examples for such packages are SJava and RGL. SJava needs JavaVM which in turn loads OpenGL framework. RGL
2003 Oct 18
1
libR.dylib on OS X
If one installs the CLI and RAqua versions, by saying both "make install" and "make install-aqua", then packages that use libR.dylib get their symbols from /Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib and not from /usr/local/lib/R/bin/libR.dylib. That's unfortunate, because the first is likely to change, and the second is not. For instance, what
2002 Apr 19
1
R and OS X
> Dears users, > I'm trying to run R on a computer with OS X. I installed the R folder > and the dylibs, where they must be installed. I updated my path, and > R runs but tells me : > > dyld: /usr/local/R-1.4.0/lib/R/bin/R.bin version mismatch for > library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3 > greater than library's version: 1.0.0)
2004 Feb 13
6
Building r-devel on Panther
I did: ./configure --with-blas='-framework vecLib' --with-lapack --with-aqua make sudo make install sudo make install-aqua Everything seems to be OK (some warnings about multiple definitions of some symbols). However: bass$ /Library/Frameworks/R.framework/Resources/bin/R Fatal error: unable to open the base package I got the same message when clicking on R.app in /Applications This
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
While builds and validations of R-1.6.2beta_2002-12-20 were successful on several systems, there were a few failures: ------------------------------------------------------------------------ Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1: gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name
2002 Jun 06
3
R & PHP
Hi, have anybody experience or do something in R with PHP togehter (...and MySQL as DB) ? It would be nice for a exchange of ideas ! Thanks for advance & regards, christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Feb 24
4
would be nice ...
if R had something like > python -c "print(sum([1,2,3]));print(3*2)" 6 6 but I guess the only way to do this is by writing the string to a tmp file and then doing something like "R CMD BATCH --quiet" on the tmp file I would like to use this for an R service, which allows you to select any string in any application and replace it by its R evaluation === Jan de Leeuw;
2002 Jan 27
2
Journal of Statistical Software
JSS, which is at http://www.jstatsoft.org, publishes statistical software with manuals, as well as papers describing, comparing, and evaluating statistical software. Abstracts of all contributions accepted in JSS are published in printed form in JCGS. Although we publish software written in any language, we especially welcome software written in R. The general idea is that packages written in R
2002 Jan 27
2
Journal of Statistical Software
JSS, which is at http://www.jstatsoft.org, publishes statistical software with manuals, as well as papers describing, comparing, and evaluating statistical software. Abstracts of all contributions accepted in JSS are published in printed form in JCGS. Although we publish software written in any language, we especially welcome software written in R. The general idea is that packages written in R
2002 Jan 21
3
R and 2 processors
As far as I can see by searching the archieves, R could not take advantage of two processors in the same machine but there were plans for implementing multithreading in R. Is this work going on? On the other hand, if two processors are present in the same linux machine is it possible to focus one processor on tasks of the operative system and the other on R and/or other real computing? Could
2002 Apr 06
2
packages in OS X
======================================================================= Simple CRAN packages which do not compile without modifications (all others do) ======================================================================= -- akima /usr/bin/ld: multiple definitions of symbol _idlc_ -- fracdiff /usr/bin/ld: multiple definitions of symbol _gammfd_ (and others) -- odesolve --
2003 Aug 13
4
RAqua
Small things, mostly. 1. Buildproblem. Well-known and annoying. Build fails if debugging is on (which is the default) because Debugging.h breaks devQuartz.c compiles. If debugging is switched off on the command line or in the environment, then devQuartz.c builds, but aquaconsole.c does not compile, because it needs Debugging.h. I do not want to edit Apple system files, and not files in the R
2004 Jun 22
1
Re: [R] Html help does not work in Mac OSX 10.3.4 (PR#7000)
Hello! If I launch R from a console I get: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 > help.start() Making links in per-session dir ... If /usr/bin/open is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... > dyld: /usr/bin/open version mismatch for library:
2003 Oct 15
2
help.search in trouble with R-patched ?
...unless its me missing something... > help.search("prompt", agrep=F) Error: couldn't find function ".class1" > traceback() 12: initialize(value, ...) 11: initialize(value, ...) 10: new("ObjectsWithPackage", value, package = pkg) 9: metaNameUndo(unique(these), prefix = "M", searchForm = searchForm) 8: methods:::getGenerics(ns) 7:
2003 Sep 04
1
darwin build with latest gcc from apple
we are trying to adapt the configure in order to work with latest gcc3.3 (from apple) and g77 3.4 (from http://gravity.psu.edu/~khanna/hpc.html ) At the moment there is no need to define the __DEBUGGING__ but there is still a problem with the -lcc_dynamic does any of you know how to check for this library and explain why we see -lcc_dynamic often passed as an ld flag. Where to find doc on
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
2001 Apr 28
1
R 1.2.3 for MacOS/X available
From release 1.2.3, R can run different Macintosh platforms. Two versions are currently available that are non concurrent. One version runs on MacOS Systems from 8.6 to 9.1 and MacOSX using the standard MacOS/MacOSX interface, that means that is behaves like any usual Macintosh application. (This is mantained by Stefano M. Iacus) The other version is a Darwin/X11 that means a Unix-like
2003 Oct 03
2
tseries
Has anyone successfully check/build tseries for MacOSX? It seems like there is the same problem with symbols duplications. The -m like option does not seem to help. stefano
2002 Oct 30
2
native OS X R
I have a version of R-devel which is configured with the flags configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework /tkConfig.sh --enable-R-shlib --with-aqua --without-x TCLTK_LIBS="-framework Tcl -framework Tk" TCLTK_CPPFLAGS="-I/Library/Framewor ks/Tcl.framework/Headers