Hi,

Well, I actually had to make --prefix the same as DESTDIR to make
install them. I'm suspecting it is because DESTDIR is not the same as
"/mnt/cf/gnu" meaning PATH is not correct.

Thank you,
Younghun


On 8/15/07, Greg Troxel <[EMAIL PROTECTED]> wrote:
> 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
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to