My quick reaction is that you are having problems from using different
paths from (cross-)building and running.  Try making an ARM destdir and
installing everything into it in the same place you will have it when
you run.  Lots of programs configure in (via @prefix@ in foo.in) the
prefix,and then look for them.  Settting LD_LIBRARY_PATH is a gross hack
and only addresses library search paths, but nothing else.
So I think you need not only --prefix but also DESTDIR on the make install.

disclaimer: I haven't actually done this.  But I cross-build NetBSD
itself all the time, and the above destdir/prefix scheme is how it
works.




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to