Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Andrew Hofmaier
Marcus's libgruel instructions worked for me. Thanks for all your help - now to begin hacking :) On Tue, Apr 12, 2011 at 1:03 PM, Marcus D. Leech wrote: > On 12/04/2011 11:08 AM, Arturo Rinaldi wrote: > >> removing all the paths exported and digit in the terminal >> >> sudo ldconfig >> >> i'll

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 20:58, Andrew Hofmaier ha scritto: Performed the following routine: commented all path lines from .bashrc. (I had previously tested it with both dist-packages and site-packages). ran sudo ldconfig restarted ran sudo ldconfig again recieved the same error message (ImportError: /

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Tom Rondeau
On Tue, Apr 12, 2011 at 2:58 PM, Andrew Hofmaier wrote: > Performed the following routine: > > commented all path lines from .bashrc. (I had previously tested it with > both dist-packages and site-packages). > ran sudo ldconfig > restarted > ran sudo ldconfig again > recieved the same error mess

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Marcus D. Leech
On 04/12/2011 02:58 PM, Andrew Hofmaier wrote: > Performed the following routine: > > commented all path lines from .bashrc. (I had previously tested it > with both dist-packages and site-packages). > ran sudo ldconfig > restarted > ran sudo ldconfig again > recieved the same error message (Import

[Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Andrew Hofmaier
Performed the following routine: commented all path lines from .bashrc. (I had previously tested it with both dist-packages and site-packages). ran sudo ldconfig restarted ran sudo ldconfig again recieved the same error message (ImportError: /usr/local/lib/libgnuradio-core-3.4.0git.so.0: undefine

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Marcus D. Leech
On 12/04/2011 11:08 AM, Arturo Rinaldi wrote: removing all the paths exported and digit in the terminal sudo ldconfig i'll try with the git version later and post any comment ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
removing all the paths exported and digit in the terminal sudo ldconfig i'll try with the git version later and post any comment ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 15:27, Andrew Hofmaier ha scritto: I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo make install routine. However, attempting to r

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Marcus D. Leech
On 12/04/2011 10:39 AM, Arturo Rinaldi wrote: Il 12/04/2011 15:27, Andrew Hofmaier ha scritto: I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo m

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Arturo Rinaldi
Il 12/04/2011 15:27, Andrew Hofmaier ha scritto: I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo make install routine. However, attempting to r

Re: [Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-12 Thread Andrew Hofmaier
I got the same error today as Marcus did last week in a fresh install from next on Ubuntu 10.04 x64. Everything worked fine through the UHD install, ./bootstrap, ./configure, make, make check, sudo make install routine. However, attempting to run gnuradio companion reports: "Cannot import gnurad

[Discuss-gnuradio] Build/install on Ubuntu x64 10.10 today

2011-04-04 Thread Marcus D. Leech
From today's GIT, fresh build ./bootstrap ./configure make sudo make install Then when I try to use gnuradio stuff: >>> from gnuradio import gr Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/__init__.py", line 43, in