Hello All,
Now I am compiling GNURadio 3.2 directly on beagleboard. However, I
can't pass ./configure with the following error
Hello All,
Now I am compiling GNURadio 3.2 directly on beagleboard. However, I
can't pass ./configure with the following error
I just installed 'arm-angstrom-linux-gnueabi-gfortran' and created a
link file 'g77' to get GNU Fortran 77 worked
But I still get the above "Python.h" error.
I just installed ‘arm-angstrom-linux-gnueabi-gfortran’ and created a
link file ‘g77’ to get GNU Fortran 77 workedBut I still get the above “Python.h” error.
checking for Python include path… /usr/include/python2.6
checking Python.h usability… no
checking Python.h presence… yes
configure: WARNING: Python.h: present but cannot be compiled
configure: WARNING: Python.h: check for missing prerequisite
headers?
configure: WARNING: Python.h: see the Autoconf documentation
configure: WARNING: Python.h: section “Present But Cannot Be
Compiled”
configure: WARNING: Python.h: proceeding with the compiler’s result
checking for Python.h… no
configure: error: cannot find usable Python headersDid anybody meet the similar problem and solve it?
This is usually a sign of requiring the Python development package. Install python-dev
Thanks
However, I have installed the Python development package "python-
deval", and there exists python include dir at /usr/include/
python2.6.
So is there any other reasons for this problem?
And btw, what's the difference between python-dev and python-devel
package?
Zhen
Thanks
However, I have installed the Python development package "python-
deval", and there exists python include dir at /usr/include/
python2.6.So is there any other reasons for this problem?
Did you try looking at the 'config.log' file (generated in the directory
where 'configure' is being run)? It should tell you more about why
this is failing.
Thanks your suggestion. I checked config.log and got the following
error info on f77 -c -g O2 conftest.f