It fails on make. I first do ./bootstrap, ./configure , and then make, which gives me errors.
I get many template with C linkage errors that are associated with the C++ Standard Library files and other files that are in subdirectories blow them, as well as the qa_gr_block files. Then I finally get: make[4]: *** [qa_gr_block.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 >From what I have been reading about these linkage errors on the internet is that they may have something to do with using an extern C block, but I am new to UNIX and GNU so I really do not know. Eric Silvers >===== Original Message From Eric Blossom <[EMAIL PROTECTED]> ===== >On Thu, Jul 14, 2005 at 09:47:41AM -0400, esilvers wrote: >> I am still having problems building the gnuradio core 2.5, and I was wondering >> if I configured it incorrectly. When I >> run ./configure enale-maintainer-mode prefix=/usr >> with-boost-include-dir=/Users/ericsilvers/boost_1_31_0 I >> get the following (note that below are the parts from ./configure . . that >> seemed to be inconsistent from what Eric >> Blossom posted on 9/8/03, Compilation from CVS sources): > >Hi Eric, > >I've got a couple more OS/X patches that need to be committed. >However, from your output, I'm not sure what's actually failed. > >Is it failing on "make check"? If so, do a "make install" then a >"make check". [I've got a fix for this.] > >Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
