Just getting started with GNU radio and I’m trying to compile the source
code with the instructions on the wiki for Ubuntu (8.10 Intrepid). I got
the
code from the SVN and bootstrap runs fine, configure will not build the
following (which I assume is ok ) gcell, gr-gcell, gr-audio-jack,
gr-audio-osx, gr-audio-portaudio, gr-audio-windows, gr-comedi. When I go
to
make I seem to be missing a library file:
make[5]: Entering directory
`/home/chuck527/gnuradio/gnuradio-core/src/lib’
/bin/sh …/…/…/libtool --tag=CXX --mode=link g++ -g -O2 -Wall
-Woverloaded-virtual -pthread -o libgnuradio-core.la -rpath
/usr/local/lib -version-info 0:0:0 bug_work_around_6.lo
filter/libfilter.lag72x/
libccitt.la viterbi/libviterbi.la general/libgeneral.la
gengen/libgengen.laio/
libio.la missing/libmissing.la reed-solomon/librs.la
runtime/libruntime.lahier/
libhier.la
/home/chuck527/gnuradio/omnithread/libgromnithread.la/home/chuck527/gnuradio/gruel/src/lib/
libgruel.la -lfftw3f -lm -lgsl -lgslcblas -lm -lgslcblas
libtool: link: g++ -shared -nostdlib
/usr/lib/gcc/i486-linux-gnu/4.3.2/…/…/…/…/lib/crti.o
/usr/lib/gcc/i486-linux-gnu/4.3.2/crtbeginS.o .libs/bug_work_around_6.o
-Wl,–whole-archive filter/.libs/libfilter.a g72x/.libs/libccitt.a
viterbi/.libs/libviterbi.a general/.libs/libgeneral.a
gengen/.libs/libgengen.a io/.libs/libio.a missing/.libs/libmissing.a
reed-solomon/.libs/librs.a runtime/.libs/libruntime.a
hier/.libs/libhier.a
-Wl,–no-whole-archive -Wl,-rpath
-Wl,/home/chuck527/gnuradio/omnithread/.libs -Wl,-rpath
-Wl,/home/chuck527/gnuradio/gruel/src/lib/.libs
/home/chuck527/gnuradio/omnithread/.libs/libgromnithread.so
/home/chuck527/gnuradio/gruel/src/lib/.libs/libgruel.so -L/usr/lib
-lboost_thread-gcc43-mt-1_35 -lrt /usr/lib/libfftw3f.so -lgsl -lgslcblas
-L/usr/lib/gcc/i486-linux-gnu/4.3.2
-L/usr/lib/gcc/i486-linux-gnu/4.3.2/…/…/…/…/lib -L/lib/…/lib
-L/usr/lib/…/lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/…/…/… -lstdc++
-lm
-lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.2/crtendS.o
/usr/lib/gcc/i486-linux-gnu/4.3.2/…/…/…/…/lib/crtn.o -pthread
-pthread -Wl,-soname -Wl,libgnuradio-core.so.0 -o
.libs/libgnuradio-core.so.0.0.0
g++: /usr/lib/libfftw3f.so: No such file or directory
make[5]: *** [libgnuradio-core.la] Error 1
I installed all dependencies including the optional ones with the
exception
of g77 which give me errors from apt. I made sure to get
python-wxgtk-2.8.
Hopefully this is sufficient info. Any help would be appreciated.