I have installed the latest version of boost(1.39) but when I do
./configure
during the install process…it gives the following error.
checking for boost >= 1.35… no
configure: error: we could not detect the boost libraries (version 1.35
or
higher).
If you are sure you have boost installed, then check your version number
looking
in <boost/version.hpp>.
I installed boost using subversion. I also read previous threads with
the same
problem but i am unable to get a solution.
Can anybody help me with this.
Regards
Sriram Krishnan
I had similar problem with boost 1.36
Solved by using ./configure
–with-boost-include-dir=/usr/include/boost-1_36
when building the GNU radio sources.
Sriram Krishnan-3 wrote:
in <boost/version.hpp>.
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
–
View this message in context:
http://www.nabble.com/Cant-install-gnu-radio-3.2..problem-with-boost-tp23991882p23994135.html
Sent from the GnuRadio mailing list archive at Nabble.com.
I did not run the ldconfig. Do you suggest I run it before installation
and do I need to make any changes to ld.so.conf?