discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Porting GNURadio to arm-linux platform


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] Porting GNURadio to arm-linux platform
Date: Wed, 15 Aug 2007 19:58:14 -0400
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (berkeley-unix)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]