On Sun, 2006-12-03 at 02:11 -0600, Shravan Rayanchu wrote: > I installed swig-1.3.31 and ran "bootstrap, configure, make and make > check", but I get the same errors again.
> What else could be the problem ..? Did it actually rebuild any files? Just being paranoid, I'd do a 'make distclean' and then try the above steps again. Also, verify that the config system is picking up your custom installed swig binary vs. the original one. In the top-level directory in the Makefile you should see a line that says: SWIG = /usr/local/bin/swig -c++ You can force the correct choice by uninstalling the Ubuntu supplied package, leaving only your custom compiled swig binary for the configure script to find. If, after that, you still get the problems, we'll need to dig deeper. -- Johnathan Corgan, AE6HO Corgan Enterprises LLC [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
