« Return to Thread: Missing libltdl.3.dylib on OS X 10.7

Re: Missing libltdl.3.dylib on OS X 10.7

by Patrick-5 :: Rate this Message:

| View in Thread


On Apr 2, 2012, at 5:18 PM, Doug Cook wrote:

>> Attached as a zip is the result of installing from sox-14.4.0.tar.gz (after errors resulting from spaces in the path to the sources were fixed), trying to test, and trying to run. The text output in this file is the result of typing
>>    ./congifure
>>    make -s
>>    sudo make install
>>    make installcheck
>>    sox
>>
>> As you can see, make -s resulted in 386 warnings. When trying to run, I have no idea why it is trying to load /usr/local/gnat/lib/libgomp.1.dylib -- gnat is the gcc Ada compiler which I do have installed but NOT at /usr/local/gnat/ (that directory does not exist). The mysteriously-referenced library does exist at /usr/local/adacore-gnat-2010/lib/libgomp.1.dylib.
>>
>> The pre-compiled binary sox-14.4.0-macosx.zip seems to run OK--it plays a .wav file for me.
>
> During the build process, sox asks your libtool "Where can I find a
> dylib named libgomb?" and libtool responds
> "/usr/local/gnat/lib/libgomp.1.dylib". The incorrect result means that
> your libtool data is not configured correctly. Most likely the
> installation of gnat messed it up. You can disable SoX's OpenMP
> support and that might help you get a working sox if libgomp is the
> only problem. OpenMP support isn't very important for Sox right now,
> so you won't really be missing much by disabling it.
>
> I'm not a libtool expert, an OSX expert, or a gnat expert, so I can't
> help you much farther than that.

Could it be that you should do this prior to ./configure...

export LDFLAGS=/usr/local/adacore-gnat-2010/lib/libgomp.1.dylib


Pat
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Sox-users mailing list
Sox-users@...
https://lists.sourceforge.net/lists/listinfo/sox-users

 « Return to Thread: Missing libltdl.3.dylib on OS X 10.7