Compile error: /usr/local/gnuradio/gnuradio-core/src/lib/gnuradio-config-info.cc:36: undefined refer

Hi,

I am trying to compile gnuradio from the latest development code but in
both
of my computers I get the same exact error**.
I use gentoo and I will appreciate any help
Thank you

libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o
.libs/gnuradio-config-info gnuradio-config-info.o
./.libs/libgnuradio-core.so -L/usr/lib -lrt
/usr/local/gnuradio/gruel/src/lib/.libs/libgruel.so -lboost_thread-1_37
/usr/lib/libfftw3f.so /usr/lib/libgsl.so /usr/lib/libgslcblas.so -lm
-lcblas
-lboost_program_options-1_37 -pthread
gnuradio-config-info.o: In function main': /usr/local/gnuradio/gnuradio-core/src/lib/gnuradio-config-info.cc:36: undefined reference toboost::program_options::options_description::options_description(std::basic_string<char,
std::char_traits, std::allocator > const&, unsigned int,
unsigned int)’
collect2: ld returned 1 exit status
make[5]: *** [gnuradio-config-info] Error 1
make[5]: Leaving directory /usr/local/gnuradio/gnuradio-core/src/lib' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory/usr/local/gnuradio/gnuradio-core/src/lib’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /usr/local/gnuradio/gnuradio-core/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/usr/local/gnuradio/gnuradio-core’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gnuradio’
make: *** [all] Error 2

On Wed, Jun 2, 2010 at 12:06, Burak TUYSUZ [email protected]
wrote:

I am trying to compile gnuradio from the latest development code but in both
of my computers I get the same exact error.

Can you send to me (offlist) two files:

config.log
gnuradio-core/src/lib/Makefile

Thanks,

Johnathan

On Wed, Jun 2, 2010 at 12:06, Burak TUYSUZ [email protected]
wrote:

I am trying to compile gnuradio from the latest development code but in both
of my computers I get the same exact error.

This should be fixed in the latest git master.

Johnathan

Hello,
I am trying to compile gnuradio0-3.3.0 on fedora14. I get this error
when i give make. In the above given solutions, i am not understanding
what changes have to be made to config.log and
gnuradio-core/src/lib/Makefile…
Can u please suggest me how to go about it… The error is…

/home/gnuradio-3.3.0/gnuradio-core/src/lib/gnuradio-config-info.cc:36:
undefined reference to
boost::program_options::options_description::options_description(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned int)' collect2: ld returned 1 exit status make[5]: *** [gnuradio-config-info] Error 1 make[5]: Leaving directory/home/gnuradio-3.3.0/gnuradio-core/src/lib’
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory /home/gnuradio-3.3.0/gnuradio-core/src/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory/home/gnuradio-3.3.0/gnuradio-core/src’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /home/gnuradio-3.3.0/gnuradio-core' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/gnuradio-3.3.0’
make: *** [all] Error 2

Thanks & Regards
Rashmi