Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-31 Thread Mike Benonis
On 31 Mar 2010, at 17:35, Johnathan Corgan wrote: > On Wed, Mar 31, 2010 at 14:26, Eric Blossom wrote: > >> The boost options shouldn't be necessary, since it's in the "normal place". > > Also, Ubuntu's ldconfig already has /usr/local/lib in it's search > path, as it is put there by the libc pa

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-31 Thread Johnathan Corgan
On Wed, Mar 31, 2010 at 14:26, Eric Blossom wrote: > The boost options shouldn't be necessary, since it's in the "normal place". Also, Ubuntu's ldconfig already has /usr/local/lib in it's search path, as it is put there by the libc package. The /usr/lib directory is the normal place ldconfig st

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-31 Thread Eric Blossom
On Wed, Mar 31, 2010 at 04:29:10PM -0400, Mike Benonis wrote: > OK, we're up and running! Turns out Ubuntu had Boost included, so SKIP the > boost install step. > > Here's what I needed to do to make it work. From a botched make, I did the > following in the gnuradio directory: > make uninstal

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-31 Thread Mike Benonis
OK, we're up and running! Turns out Ubuntu had Boost included, so SKIP the boost install step. Here's what I needed to do to make it work. From a botched make, I did the following in the gnuradio directory: make uninstall make clean make distclean I probably could simplify that, but it works.

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-29 Thread Alexandru Csete
On 29 March 2010 18:44, Mike Benonis wrote: > On 29 Mar 2010, at 08:37, Tom Rondeau wrote: > >> On 3/28/2010 11:28 PM, Mike Benonis wrote: >>> >>> >>> I'm using Ubuntu 9.10.  I had actually added /opt/boost_[version] to >>> /etc/ld.so.conf and ran sudo ldconfig, but I have not added /usr/local/li

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-29 Thread Mike Benonis
On 29 Mar 2010, at 08:37, Tom Rondeau wrote: > On 3/28/2010 11:28 PM, Mike Benonis wrote: >> >> >> I'm using Ubuntu 9.10. I had actually added /opt/boost_[version] to >> /etc/ld.so.conf and ran sudo ldconfig, but I have not added /usr/local/lib. >> Perhaps that will make a difference...we'll

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-29 Thread Tom Rondeau
On 3/28/2010 11:28 PM, Mike Benonis wrote: On 28-Mar-10 20:32, Eric Blossom wrote: Are you using Ubuntu or Debian? If so, please see http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall#Broken-libtool-on-Debian-and-Ubuntu Eric I'm using Ubuntu 9.10. I had actually added /opt/boo

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-28 Thread Mike Benonis
On 28-Mar-10 14:12, Tom Rondeau wrote: It seems very strange that you can get past configure and have this fail on make. Have you used the "--with-boost-libdir=" option at configure, too? Also, during configure, it should explicitly say something like "Checking for exit in -lboost_program_option

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-28 Thread Mike Benonis
On 28-Mar-10 20:32, Eric Blossom wrote: Are you using Ubuntu or Debian? If so, please see http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall#Broken-libtool-on-Debian-and-Ubuntu Eric I'm using Ubuntu 9.10. I had actually added /opt/boost_[version] to /etc/ld.so.conf and ran sudo l

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-28 Thread Eric Blossom
On Fri, Mar 26, 2010 at 08:45:30PM -0400, Mike Benonis wrote: > On 26-Mar-10 17:07, Eric Blossom wrote: > > >It may be that you have boost installed in more than one place. > > > >Try using: > > > > $ ./configure --with-boost=/opt/boost_1_42_0 ... > > $ make&& make check&& sudo make instal

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-28 Thread Tom Rondeau
On Fri, Mar 26, 2010 at 8:45 PM, Mike Benonis wrote: > On 26-Mar-10 17:07, Eric Blossom wrote: > >> It may be that you have boost installed in more than one place. >> >> Try using: >> >>   $ ./configure --with-boost=/opt/boost_1_42_0   ... >>   $ make&&  make check&&  sudo make install >> >> Eric

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-26 Thread Mike Benonis
On 26-Mar-10 17:07, Eric Blossom wrote: It may be that you have boost installed in more than one place. Try using: $ ./configure --with-boost=/opt/boost_1_42_0 ... $ make&& make check&& sudo make install Eric I've done ./configure and specified the boost location as you suggested,

Re: [Discuss-gnuradio] Install Issues (linker can't find -lboost_program_options)

2010-03-26 Thread Eric Blossom
On Fri, Mar 26, 2010 at 12:39:30PM -0400, Mike Benonis wrote: > I hate to post yet another install issues thread, but I'm stuck for the > moment here. During make, I get the following error: > > make[5]: Entering directory `/home/shared/gnuradio/gnuradio-core/src/lib' > /bin/bash ../../../libtoo