discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Install problem


From: Joseph DiVerdi
Subject: [Discuss-gnuradio] Install problem
Date: Wed, 25 Jun 2003 16:11:32 -0600

I am knee-deep in a new gnuradio install on a new system, have hit a wall, and 
am seeking counsel. 

The system configuration follows:

233MHz AMD K6
160MB RAM
6.4GB disk
0.5GB swap disk
RH v8.0 (gcc v3.2)
FFTW v3.0
gnuradio v0.8

configure, make, make check, and make install proceed without errors.

I am now working in the examples directory where (1) none of the programs are 
built during the standard installation process and (2) errors are thrown in 
response to a make manually made in the examples directory. A representative 
error stream follows:

/bin/sh ../../../libtool --mode=link g++  -g -O2 -Wall -Woverloaded-virtual  -o 
adc3_fft  adc3_fft.o ../../../src/gnu/lib/libgnuradio.la 
libtool: link: warning: library `/usr/local/lib/librfftw.la' was moved.
libtool: link: warning: library `/usr/local/lib/libfftw.la' was moved.
g++ -g -O2 -Wall -Woverloaded-virtual -o adc3_fft adc3_fft.o  
../../../src/gnu/lib/.libs/libgnuradio.a /usr/local/lib/librfftw.so 
/usr/local/lib/libfftw.so -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/lib
adc3_fft.o: In function `main':
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:58: undefined 
reference to `VrGUI::VrGUI[in-charge](int, char**)'
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:59: undefined 
reference to `VrGUILayout::horizontal(int)'
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:60: undefined 
reference to `VrGUILayout::vertical(int)'
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:127: undefined 
reference to `VrGUI::start()'
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:130: undefined 
reference to `VrGUI::processEvents(int)'
adc3_fft.o: In function `GrFFTSink<short>::initialize()':
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:88: undefined 
reference to `VrGUIPlot::VrGUIPlot[in-charge](VrGUILayout*, char const*, char 
const*, bool, double, double, double, double, int, int)'
adc3_fft.o: In function `GrFFTSink<short>::collectData(short**)':
/usr/local/src/gnuradio-0.8/src/gnu/examples/adc3_fft.cc:113: undefined 
reference to `VrGUIPlot::data(double*, double*, int)'
collect2: ld returned 1 exit status
make: *** [adc3_fft] Error 1

Any suggestions on troubleshooting path(s) will be greatly appreciated.

Best regards,
Joseph
-- 
Joseph A. DiVerdi, Ph.D., M.B.A.          
http://xtrsystems.com/           970.980.5868 (voice) 
PGP Key ID: 0xD50A9E33




reply via email to

[Prev in Thread] Current Thread [Next in Thread]