Installing GNU radio

Hi

I am trying to install latest GNU radio in the development trunk which
requires GSL (which I have installed already). However, I got following
messages and cannot install gnuradio-core and the most of the
components.

$ ./configure --with-boost=/opt/boost_1_36_0

.
.
.
checking for GSL… no
gnuradio-core requires package gsl, not found.
Not building component gnuradio-core.
.
.
.

I am using fedora 6. Any guidance or comments will be appreciated.

Changkyu Seol

checking for GSL… no
gnuradio-core requires package gsl, not found.
Not building component gnuradio-core.
.
.
.

I am using fedora 6. Any guidance or comments will be appreciated.

Changkyu Seol

You need the GNU scientific library “gsl” package since it is a
pre-requisite for installing gnuradio,
http://www.gnu.org/software/gsl/

Karthik

Karthik Vijayraghavan wrote:

You need the GNU scientific library “gsl” package since it is a
pre-requisite for installing gnuradio,
GSL - GNU Scientific Library - GNU Project - Free Software Foundation

Karthik

I mentioned that I have already installed GSL.