On Mon, May 19, 2008 at 09:46:03PM -0400, Zhenghao Zhang wrote: > Thanks for the help! I will check it. > > automake has been complaining about not being able tofind PYTHON variable: > > src/lib/Makefile.am:55: Python sources seen but `PYTHON' is undefined > > After adding `AM_PATH_PYTHON' micro to Makefile.am, automake does not > complain any more. I actually don't think I should be doing this > because it should be automatically done, I guess. The missing of the > CC variable may due to the same problem. > > Thanks again for the help! > > Zhenghao
What versions of automake and autoconf do you have? $ autoconf --version $ automake --version Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
