Ld search path on mac os x

Hi list,

I’m trying to build gnu radio from source on a MacOSX 10.6, using
MacPorts.

I tried both with the git master tree and the 3.4.2 tarball, and both
fail at the same point: linking fails in volk/lib with “library not
found for -lboost_unit_test_framework-mt”.

The library files (libboost_unit_test_framework-mt.a and
libboost_unit_test_framework-mt.dylib) are installed in
/opt/local/lib, along with all the other boost libraries. Compiling
and linking works fine in other directories of the source tree.

I don’t know autotools well enough to identify the source of the
problem. Any hints?

Thanks!

Dimitrios S.
“If you think you’re too small to make a difference, try sleeping with
a mosquito!” - Amnesty International

Last I checked, volk didn’t compile on OSX yet – but my knowledge is
probably a month old now, so things might have changed. I just compile
with volk disabled. Maybe Johnathan can comment more about volk working
on OSX? - MLD

On 10/31/2011 12:49 PM, Michael D. wrote:

Last I checked, volk didn’t compile on OSX yet – but my knowledge is
probably a month old now, so things might have changed. I just
compile with volk disabled. Maybe Johnathan can comment more about
volk working on OSX? - MLD

It built just fine on the macmini at my office w/ cmake (off of master
branch). Im building the rest of gnuradio to see if thats ok too. -josh