Hello,
I have gcc3.4 and g++3.4 and when I do the ./configure there is no
problem. But after when I do the make, I have this mistake :
…/…/…/…/gnuradio-core/src/lib/general/gri_agc2_cc.h:40: warning:
when initialized here
gnuradio_swig_python.cc: In function PyObject* _wrap_gr_multiply_vss_sptr_set_detail(PyObject*, PyObject*)': gnuradio_swig_python.cc:254: internal compiler error: in init_alias_analysis, at alias.c:2962 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.4/README.Bugs>. make[6]: *** [gnuradio_swig_python.lo] Error 1 make[6]: Leaving directory
/home/jul/gnuradio/gnuradio-core/src/lib/swig’
make[5]: *** [all] Error 2
make[5]: Leaving directory
/home/jul/gnuradio/gnuradio-core/src/lib/swig' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory
/home/jul/gnuradio/gnuradio-core/src/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /home/jul/gnuradio/gnuradio-core/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/jul/gnuradio/gnuradio-core’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jul/gnuradio’
make: *** [all] Error 2
What is the problem ? I have installed all the packages I think.
Thanks