Hi Don,
You were absolutely right and thank you very much! I had 1.12.1 installed; I 
had double checked a couple of times to ensure that 1.12.0 was the one that was 
installed but then when I had updated a package it automatically updated 
cppunit to 1.12.1.

Following this, I ran "make check" and "make install" and followed the 
procedure to get the tone and it works so far.
Something that I want to note was that after running "make check" I did get an 
error message but the program did not halt when it showed the error. This error 
did not prevent the tone so maybe it does not matter. For reference, I am 
attaching the error message at the end of this mail.
Best regards,-Vijay
-------------------
Here is the error message at the end of running "make check"
FAIL: run_tests
==================
1 of 1 test failed
==================
make[6]: *** [check-TESTS] Error 1
make[6]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core/src/python/
gnuradio/gr'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core/src/python/
gnuradio/gr'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core/src/python/
gnuradio'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core/src/python'

make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/Vijay/gnuradio-3.3.0/gnuradio-core'
make: *** [check-recursive] Error 1
$

--- On Sun, 3/6/11, Don Ward <[email protected]> wrote:

From: Don Ward <[email protected]>
Subject: Re: [Discuss-gnuradio] libstdc++ error on Cygwin
To: "Vijay Pillai" <[email protected]>, [email protected]
Date: Sunday, March 6, 2011, 2:19 PM

Vijay Pillai wrote:

> I am trying to install gnuradio on an XP machine under Cygwin.
> I followed all the instructions at
> 
> http://gnuradio.org/redmine/wiki/gnuradio/CygwinInstallMain
> And ran the configure minimal system without any problems [...]
> When I run make, I get the following errors
> /usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file 
> or directorylibtoolL link: `/usr/lib/gcc/i686-pc-cygwin/4.3.2.libstdc++.la' 
> is not a valid libtool archivemake[5]: *** [libgnuradio-core-qa.la] Error 1
> What might be going wrong here?

Someone wants gcc 4.3.2 libraries, but the Cygwin install instructions assume 
you are using gcc 3.4.4.  Is it possible that you have installed cppunit 1.12.1 
instead of 1.12.0?  You need to be careful: Any updating of Cygwin packages 
will update cppupnit to 1.12.1 unless you specifically tell it not to in the 
"Pending" view of Cygwin setup.

As an aside, it is helpful when reporting problems like this to show a little 
more of the output, including the libtool and g++ commands that preceded the 
error message.

-- Don W.




      
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to