search for: dyld_library_path

Displaying 20 results from an estimated 103 matches for "dyld_library_path".

2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
...ot; +prepend PATH "$b/rescue" +prepend PATH "$b/resize" +prepend PATH "$b/sparsify" +prepend PATH "$b/sysprep" +prepend PATH "$b/test-tool" +prepend PATH "$b/tools" +prepend PATH "$b/v2v" export PATH # Set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to contain library. -build_libs_path="$b/src/.libs:$b/java/.libs:$b/gobject/.libs" -export LD_LIBRARY_PATH="$build_libs_path${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" -export DYLD_LIBRARY_PATH="$build_libs_path${DYLD_LIBRARY_PATH:+:}$DYLD_LIBRARY_PATH" +prepend LD_LIBRARY_...
2003 Nov 06
1
RAqua package installation on Panther
...gcc and tar) that use this dll which is installed in "/usr/lib" under Panther. The fix If you only need to install packages from binaries, you just need to write the following command in a R session <i>before</i> attempting to install packages dyld <- Sys.getenv("DYLD_LIBRARY_PATH")<br> Sys.putenv("DYLD_LIBRARY_PATH"=paste("/usr/lib",dyld,sep=":")) This fix is for non-expert unix user and only fix binary installation and should be done each time you need to install packages from binaries (on a per-session basis, i.e. only one time...
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 needs the OpenGL fra...
2015 Feb 13
0
Re: [PATCH] ./run: Use 'prepend' function to build paths.
...ice: first without libguestfs > installed as a system library, and then with it installed. > > (2) Examining the output of './run printenv' by hand and comparing > environment variables to the expected values. > --- Nice idea, thanks for it. > # Set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to contain library. > -build_libs_path="$b/src/.libs:$b/java/.libs:$b/gobject/.libs" > -export LD_LIBRARY_PATH="$build_libs_path${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" > -export DYLD_LIBRARY_PATH="$build_libs_path${DYLD_LIBRARY_PATH:+:}$DYLD_LIBRARY_PATH" >...
2015 Feb 12
3
[PATCH 1/2] run: Set DYLD_LIBRARY_PATH along with LD_LIBRARY_PATH
Mac OS X uses DYLD_LIBRARY_PATH rather than LD_LIBRARY_PATH. --- run.in | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/run.in b/run.in index a8c2904..bf7ea1b 100755 --- a/run.in +++ b/run.in @@ -77,13 +77,10 @@ fi PATH="$b/align:$b/builder:$b/cat:$b/customize:$b/df:$b/diff:$b/edit:$b/erl...
2015 Feb 12
2
[PATCH] macosx: Darwin-specific autoconf macros
* Replace LD_LIBRARY_PATH with DYLD_LIBRARY_PATH for Darwin * Remove the -lcrypt flag for Darwin (unsupported) --- configure.ac | 13 +++++++++++++ run.in | 10 +++++----- v2v/link.sh.in | 2 +- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index d68190a..295de11 100644 --- a/configure.ac...
2013 Nov 12
3
[LLVMdev] Best way to do a lto bootstrap on OS X
For dogfooding the compiler I normally use is a LTO bootstrap of clang. On linux that is simple to do that since clang passes the correct plugin to the linker. On OS X ld64 uses libLTO.so it finds via DYLD_LIBRARY_PATH. Should clang set that before running the linker? Is there a better way for clang to tell the linker which libLTO.so to use? Cheers, Rafael
2015 Feb 12
1
Re: [PATCH] macosx: Darwin-specific autoconf macros
...t; Other Porting Tips -> Functions -> crypt). (TL;DR: crypt() comes from unistd.h) [...] > Is setting LD_LIBRARY_PATH somehow harmful/problematic on Mac OS X? > If not, I'd say to use a variable for the library paths we want to add, > then adding them to both LD_LIBRARY_PATH and DYLD_LIBRARY_PATH; > something like > libdirs="$b/src/.libs:...etc" > # Set LD_LIBRARY_PATH to contain library. > if [ -z "$LD_LIBRARY_PATH" ]; then > LD_LIBRARY_PATH="$libdirs" > else > LD_LIBRARY_PATH="$libdirs:$LD_LIBRARY_PATH" > fi...
2013 Nov 12
0
[LLVMdev] Best way to do a lto bootstrap on OS X
AFAIK, ld does not use DYLD_LIBRARY_PATH to lookup libLTO.dylib but contains a reference to @executable_path/../lib/libLTO.dylib. The only way I managed to load a different LTO library than the default one is to create a symlink pointing to the actual ld binary (as returned by 'xcrun -find ld') and making sure the library I want...
2006 Nov 07
3
wine install mac os x (x86)
Hello, I have compiled and installed (almost) wine 0.9.24 within Mac OS X tiger 4.8 with X11 etc installed. The wine configure and compile steps complete without a warning/hitch etc. However, when I run wine <prog> I receive the following warning message -- Wine cannot find the FreeType font library. To enable Wine to use True Type fonts please install a version of FreeType greater
2007 Nov 02
3
ruby-oci8 build fails
...he Instant Client works, and the make seems to be ok with it up until OCIInitialize(). Anybody got this to work? [relevant output] /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby / Users/dmholmes/Desktop/ruby-oci8-1.0.0-rc2/ext/oci8/extconf.rb checking for load library path... (DYLD_LIBRARY_PATH)... /opt/oracle/ instantclient10_1/libclntsh.dylib.10.1 looks like an instant client. checking for cc... ok checking for gcc... yes checking for LP64... no checking for ruby header... ok checking for OCIInitialize() in oci.h... no --------------------------------------------------- error messages:...
2008 Nov 18
4
Problems compiling git under OS X
...DPWD=/Users/fridbert USER=fridbert COMMAND_MODE=unix2003 SSH_AUTH_SOCK=/tmp/launch-2cmeuX/Listeners __CF_USER_TEXT_ENCODING=0x1F5:0:0 PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin PWD=/Users/fridbert/hacks LANG=en_GB.UTF-8 SHLVL=1 HOME=/Users/fridbert DYLD_LIBRARY_PATH=/opt/local/lib:/opt/local/libexec: LOGNAME=fridbert DISPLAY=/tmp/launch-yww72R/:0 SECURITYSESSIONID=b07c70 _=/usr/bin/env If any more information is required I'm happy to provide it. Thanks in advance! [Wink]
2013 Nov 12
1
[LLVMdev] Best way to do a lto bootstrap on OS X
We do it by setting DYLD_LIBRARY_PATH. That overrides the normal @executable_path lookup. On Nov 12, 2013, at 10:09 AM, Jean-Daniel Dupas <devlists at shadowlab.org> wrote: > AFAIK, ld does not use DYLD_LIBRARY_PATH to lookup libLTO.dylib but contains a reference to @executable_path/../lib/libLTO.dylib. > > The only...
2006 Oct 09
1
[Mac OS X 10.4] object R_loess_raw not found (reason found)
Well... this may be a red herring after all, but it's an interesting one! It turns out I have got DYLD_LIBRARY_PATH set. This gets exported to R (or rather, affects the loader that loads the R process?), and somehow mixes up the way symbols are exported. Something that applies to launching R from the command line (/usr/bin/R) AND via LaunchServices (open -a R). Once I noticed that invoking the R GUI like that al...
2015 Feb 12
0
Re: [PATCH] macosx: Darwin-specific autoconf macros
On Thursday 12 February 2015 17:49:55 Margaret Lewicka wrote: > * Replace LD_LIBRARY_PATH with DYLD_LIBRARY_PATH for Darwin > * Remove the -lcrypt flag for Darwin (unsupported) > --- > configure.ac | 13 +++++++++++++ > run.in | 10 +++++----- > v2v/link.sh.in | 2 +- > 3 files changed, 19 insertions(+), 6 deletions(-) > > diff --git a/configure.ac b/configure.ac > inde...
2001 Nov 14
2
dylib error
I am a naive OS X user. I followed Jan de Leeuw's readme file to install R for Mac OS X. Darwin X is working fine. When I try to run R I am getting error message as follows; dyld: /usr/local/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) Please respond Goren
2004 Jul 01
1
RGL on Mac OS X
Scanning various lists for R, I've noticed that a few people have raised the question of getting the "rgl" package to run in R on the Mac operating system. As far as I can tell (and I must admit to being a novice here), the problem has to do with the inclusion of the /usr/X11R6/lib in R's environment, masking one framework with another. More than one of the people commenting on
2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
...from an expert on the subject matter. Maybe some app that was written for Linux/BSD or whatever is looking at a LD_LIBRARY_PATH on its own and its nothing to do with the OS? I've never tried messing with LD_LIBRARY_PATH on OSX, but its not *supposed* to do anything normally. The OS Relies on DYLD_LIBRARY_PATH. If you change it, you have to make sure it encompasses every single location for every library accessed... or there are major issues. This is what makes DYLD_FALLBACK_LIBRARY_PATH very useful. If the library isn't found, it'll check the fallback locations. Usually its best to not mess w...
2014 Jul 03
5
[LLVMdev] Global constructors "get lost" when transforming bitcode files
Hello, A strange problem appears when upgrading from release_34 to testing. Some transformations to bitcode files cause registered global_ctors to not be called. Here's an example (I've also attached the complete example and pasted it below): This works: clang -fsanitize=address -flto -c -o sum.o sum.c clang -fsanitize=address -o sum sum.o This doesn't work: clang
2019 May 08
2
How can I fix/exclude some failing tests when building with BUILD_SHARED_LIBS=ON
...ng-check to a local directory to make sure clang can find libcxx via rpath. However, when built with shared libs, the copy of clang-check can't find any of it's libraries, so I'd like to either turn if off when BUILD_SHARED_LIBS=ON, or find a way to fix it. Thought about trying to use DYLD_LIBRARY_PATH, but don't think that's the correct approach. There are also a set of clang module tests that fail, as well as a few tools that build local without using llvm_add_library that I plan to fix, but I think this one is special due to the copy. thanks in advance... don -------------- next part...