Installation problem : gnuradio 3.4.2 in Ubuntu 11.10 system

Hi all,

I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I
googled
the error but i didn’t get any materials to solve this issue.

Could anyone please help me in this regard:

/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-qtgui.la] Error 1
make[5]: Leaving directory /home/roshni/gnuradio-3.4.2/gr-qtgui/lib' make[4]: *** [all] Error 2 make[4]: Leaving directory/home/roshni/gnuradio-3.4.2/gr-qtgui/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /home/roshni/gnuradio-3.4.2/gr-qtgui' make[2]: *** [all] Error 2 make[2]: Leaving directory/home/roshni/gnuradio-3.4.2/gr-qtgui’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roshni/gnuradio-3.4.2’
make: *** [all] Error 2

Thanks
Senthil

On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan
[email protected]wrote:

Hi all,

I have error when making gnuradio 3.4.2 in Ubuntu 11.10 system. I googled
the error but i didn’t get any materials to solve this issue.

You need to install libxi. On Ubuntu 11.10 the package is “libxi6”.

–n

The other approach for Ubuntu is:

http://www.sbrac.org/files/build-gnuradio

Takes care of
dependencies, etc.

On Wed, 7 Mar 2012 08:06:34 -0800, Nick F.
wrote:

On Wed, Mar 7, 2012 at 5:15 AM, senthil murugan wrote:

Hi all,

I have error when making gnuradio 3.4.2 in Ubuntu 11.10
system. I googled the error but i didn’t get any materials to solve this
issue.

You need to install libxi. On Ubuntu 11.10 the package is
“libxi6”.

–n

Could anyone please help me in this
regard:

/usr/bin/ld: cannot find -lXi
collect2: ld returned 1
exit status
make[5]: *** [libgnuradio-qtgui.la [1]] Error 1

make[5]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui/lib’

make[4]: *** [all] Error 2

make[4]: Leaving directory
/home/roshni/gnuradio-3.4.2/gr-qtgui/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory /home/roshni/gnuradio-3.4.2/gr-qtgui’
make[2]: *** [all] Error 2

make[2]: Leaving directory `/home/roshni/gnuradio-3.4.2/gr-qtgui’

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory
`/home/roshni/gnuradio-3.4.2’
make: *** [all] Error 2

Thanks

Senthil


Discuss-gnuradio
mailing list
[email protected] [2]

Discuss-gnuradio Info Page [3]

Links:

[1] http://libgnuradio-qtgui.la
[2]
mailto:[email protected]
[3]
Discuss-gnuradio Info Page
[4]
mailto:[email protected]

Nella citazione in data Wed Mar 7 17:28:33 2012, [email protected] ha
scritto:

Could anyone please help me in this regard:
make[2]: *** [all] Error 2
[email protected] <mailto:[email protected]>
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

from the ubuntu shell digit :

sudo apt-get build-dep gnuradio

then

extract the ubuntu part in the “build_gnuradio” script and run in it in
the shell. then perform the usual steps and you’re done :wink: