On Fri, Jul 21, 2006 at 09:29:00PM -0700, Eric Blossom wrote:
> > # Where to look for installed GNU Radio python modules
> > # FIXME this is wrong on a distcheck.  We really need to ask gnuradio-core
> > # where it put its python files.
> > installed_pythondir=${prefix}/lib/python2.4/site-packages
> > installed_pyexecdir=${exec_prefix}/lib64/python2.4/site-packages
> > 
> > I noticed the first line referes to lib as opposed to lib64, but changing 
> > this to lib64 didn't seem to fix the problem.
> 
> This shouldn't matter in your case.  It's a warning about
> (patholigical) cases where gnuradio-core is installed in a different
> prefix than what you're trying to build.  It is strange that the two
> path are different however...

Answering my own query...  The two lines should be different.  One is
the library path (which has the lib64), the other is the "execpath".

Eric


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

Reply via email to