similar to: Project Files for OS X Dylibs

Displaying 20 results from an estimated 50000 matches similar to: "Project Files for OS X Dylibs"

2010 Sep 07
3
[Fwd: Trouble with libgsm on Mac OS X 10.6.2]
I'm far 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
2020 Jul 22
2
How to debug a missing symbol with ThinLTO?
Looks like your static library is not even pulled into the link command so the static library is not even in the snapshot. From the link command in the snapshot, the static library is not on the command line from snapshot: /Applications/Xcode-11.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -Z -demangle -object_path_lto
2020 Jul 23
2
How to debug a missing symbol with ThinLTO?
Hi Tobias The problem is that your static archive has a SYMDEF that is empty, so linker thinks the static library provided doesn't contain any symbol. The reason for that is you are using the `ranlib` from Xcode, which is too old to understand the new bitcode object files produced by llvm 10. There are lots of ways to fix that: * The standard way to create static library on macOS is to use
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)
2009 Aug 11
0
[LLVMdev] Error with apple's linker
Background: In Mac OS X 10.5 and later, OS dylibs are copied into something called the dyld shared cache. In the cache all the dylibs are bound to one another, which improves launch time of all processes. The shared cache has a funny constraint where all read-only pages need to be continuous. This requirement means the __TEXT and __DATA segments of each dylib need to be split apart.
2001 Nov 05
2
libao on OS X
OK, wanted to check out the macosx driver for libao on me new iBook. Everything compiles beautifully (given some utils from the fink project, like automake), but... but the dynamic plugin system is broken. 1) on OS X, dll's en in .dylib, not .so, as is hardwired in. this should be an easy fix. 2) dlopen chokes on opening the .dylib files...so the plugin is never loaded. i know not enought
2001 Nov 05
2
libao on OS X
OK, wanted to check out the macosx driver for libao on me new iBook. Everything compiles beautifully (given some utils from the fink project, like automake), but... but the dynamic plugin system is broken. 1) on OS X, dll's en in .dylib, not .so, as is hardwired in. this should be an easy fix. 2) dlopen chokes on opening the .dylib files...so the plugin is never loaded. i know not enought
2017 Jan 05
2
LLVM not building this morning (for me) on Mac OS X
Here's the error: [ 58%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.iossim.dir/sanitizer_procmaps_mac.cc.o [ 58%] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonNoTermination.ios.dir/sanitizer_libc.cc.o [ 58%] Linking CXX shared library
2009 Jul 17
1
Any workaround for CRAN Mac OS X compiler switch to R 2.10.0?
Hello, Has the CRAN compiler for Mac OS X switched to using R 2.10? I recently uploaded an update for the package I maintain to CRAN, and it's no longer possible to run the package after installing CRAN binaries for this package under Mac OS X 10.5 and R 2.9.1. The package is picante 0.7-1. It passes all checks on CRAN cleanly. Under R 2.9.1 on Mac OS X 10.5, the package can be
2009 Aug 11
4
[LLVMdev] Error with apple's linker
Hi all, I'm having an issue with the ld linker on MacOSX (10.5). I have generated a large .s file with llc and the relocation-model=pic argument. When I ask the linker to create the .dylib file, I get this error: ld: double split seg info for same address collect2: ld returned 1 exit status The generated .s file for Linux works fine with Linux's ld linker. If anyone has an idea of
2010 Feb 12
0
[LLVMdev] Problems with custom calling convention on Mac OS X
David Terei wrote: > Hi all, > > I'm working on using LLVM as a back-end for the Haskell GHC compiler. As > part of that work I have modified LLVM to include a new custom calling > convention for performance reasons as outlined previously in a > conversation on this mailing list: > > http://nondot.org/sabre/LLVMNotes/GlobalRegisterVariables.txt > > This
2011 Jan 10
6
gstreamer on Mac OS X
Has anyone gotten this to work? Configure always tells me the development files are not found for base plugins... maybe they need to be in a different location than I have them... I know this was true for gsm which I finally got working after having to manually make dylibs and subfolders in my includes... I have installed, with development files... gstreamer, along with the base and good
2001 Nov 05
1
libao and OS X
I tried sending this once, but it appears my school is having mail server issues. I've been playing with libao on OS X; I wanted to check out the macosx plugin for it, see if I could bend it to my will. Given some utilities from the fink project (automake comes to mind) I was able to compile it just fine. But, there was a problem. It cannot load dynamic plugins! The first reason I found
2001 Nov 05
1
libao and OS X
I tried sending this once, but it appears my school is having mail server issues. I've been playing with libao on OS X; I wanted to check out the macosx plugin for it, see if I could bend it to my will. Given some utilities from the fink project (automake comes to mind) I was able to compile it just fine. But, there was a problem. It cannot load dynamic plugins! The first reason I found
2009 Sep 18
2
Ruuid missing Gtk glib.dylib
Hi, I get an error indicating a missing library from the package 'Ruuid'. I suppose this means I should install RGtk. I just thought I'd document the error. Maybe a dependency entry is missing? R 2.9.0 OS X 10.5.8 Thanks, - chris > biocLite('Ruuid') Using R version 2.9.0, biocinstall version 2.4.12. Installing Bioconductor version 2.4 packages: [1] "Ruuid"
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi, Has anyone succeeded to build oggenc and oggdec on Mac OS X with static linking? I can build libogg and libvorbis and install them as dynamic libraries (by running ./configure, make and then make install). Then oggenc and oggdec will load them in runtime and use them. That works fine. But I'd like to build these two command line tools so they're linked with all the libraries they
2005 Aug 13
1
Broken tkrplot on Mac OS X
Dear all-- I have been trying to get the tkrplot package to work in order to use the bioconductor package genArise. I am trying to build it on a Mac running OS 10.4.1 with R 2.1.1. Following a stanadard install from R here the error I get when I try to load tkrplot > library(tkrplot) Loading required package: tcltk Loading Tcl/Tk interface ... done Error in
2006 Aug 07
9
[OT] Rails is built into OS X 10.5
This coming out of WWDC. Pretty cool to see this kind of thing happen. -- J "Brien" | HybridIndie Productions | http://hybridindie.com | hybridindie@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/380ae29c/attachment.html
2020 Jul 22
2
How to debug a missing symbol with ThinLTO?
This is usually a problem that is not using llvm-ar. I cannot reproduce this problem with either llvm 10.0 or TOT version. Which linker version are you using? You can also try pass "-Wl,-debug_snapshot" to the command where the error produces and then locate the "*.ld-snapshot" in /tmp directory and attach that as a reproducer. Steven > On Jul 22, 2020, at 8:41 AM, Teresa
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker). But, when it tries