Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-08 Thread Howard Wong
It is being compiled when cppunit is downgrade to 1.12.0. On Wed, Mar 9, 2011 at 2:05 AM, Don Ward wrote: > Howard Wong wrote: > > But seems both g++ 4.3 and 3.4.4 were installed and 4.3 is the dominant. >> How >> to switch to 3.4.4? Thanks! >> > > Try "set-gcc-default-3.sh". > > By the way,

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-08 Thread Moeller
On 06.03.2011 20:04, Vijay Pillai wrote: > /usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file > or directory When I upgraded to the GCC 4.5 compiler I had a similar issue. It was not sufficient to select the gcc-4 4.5 compiler packets, but also the libstdc++6 packets (Lib

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-08 Thread Don Ward
Howard Wong wrote: But seems both g++ 4.3 and 3.4.4 were installed and 4.3 is the dominant. How to switch to 3.4.4? Thanks! Try "set-gcc-default-3.sh". By the way, I am testing GNU Radio with gcc 4.5.0 on Cygwin. If that works, I'll go back and try 4.3.4. -- Don W.

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-08 Thread Howard Wong
Hi, I get the same problem on cygwin too. But seems both g++ 4.3 and 3.4.4 were installed and 4.3 is the dominant. How to switch to 3.4.4? Thanks! On Mon, Mar 7, 2011 at 3:19 AM, Don Ward wrote: > Vijay Pillai wrote: > > I am trying to install gnuradio on an XP machine under Cygwin. >> I fol

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-07 Thread Vijay Pillai
d = Condition(Lock()) error: can't allocate lock --- On Sun, 3/6/11, Don Ward wrote: From: Don Ward Subject: Re: [Discuss-gnuradio] libstdc++ error on Cygwin To: discuss-gnuradio@gnu.org Date: Sunday, March 6, 2011, 8:34 PM Vijay Pillai wrote: > Something that I want to note was that a

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-06 Thread Don Ward
Vijay Pillai wrote: 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 t

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-06 Thread Vijay Pillai
.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 wrote: From: Don Ward Subject: Re: [Discuss-gnuradio] libstdc++ error on Cygwin To: &q

Re: [Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-06 Thread Don Ward
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/

[Discuss-gnuradio] libstdc++ error on Cygwin

2011-03-06 Thread Vijay Pillai
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 ($ ./configure --disable-all-components --enable-gruel --enable-gnuradio-core --