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



On Mon, May 19, 2008 at 9:25 PM, Michael Dickens <[EMAIL PROTECTED]> wrote:
>
> On May 19, 2008, at 9:08 PM, Zhenghao Zhang wrote:
>>
>> But make is giving me problems. It seemed to be complaining about not
>> being able to find "fvirtual", therefore the no zzblk.cc is produced
>> and g++ cannot find the source file to compile. The detailed messages
>> are the follows. Any hint is greatly appreciated. Thanks!
>
> The shell environment variable CC isn't getting picked up properly by
> configure, or it is not correctly defined in your shell environment.
>


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

Reply via email to