Nitpicking: libxi-dev check

Hi,

as someone else[1] and myself (and probably others) figured out,
libxi-dev must be installed in order to compile gnuradio on
Ubuntu Natty, otherwise you’ll get a

/usr/bin/ld: cannot find -lXi

message. Shouldn’t this be caught by the configure script? If so, I
guess config/grc_qtgui.m4 could use an extra line or two.

Cheerio
MB

[1] Thanks for pointing this out on
http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall !


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

On 04/20/2011 10:06 AM, Martin B. wrote:

Cheerio
MB

[1] Thanks for pointing this out on
http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall !

The latest build-gnuradio script:

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

Knows about this and installs libxi-dev when it installs the
pre-requisites.


Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium

On Wed, Apr 20, 2011 at 10:06 AM, Martin B. [email protected]
wrote:

Yes, it probably should. Haven’t gotten there yet.

Tom