The boost tag has no usage guidance.
0
votes
1answer
17 views
CentOS and a small boost example
I ask this question here, because I think, it has more to do with linux than with boost itself.
So i created a small cpp file:
#include <boost/math/special_functions/round.hpp>
#include ...
0
votes
1answer
36 views
boost_1_58_0 install fails on Enterprise Linux Server release 5.8
Get error during installation of boost:
#./b2
..failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.1.2/release/threading-multi/bzip2.o...
...skipped ...
0
votes
0answers
26 views
Trouble with Boost due to missing Makefile.cmake file?
I'm not very familiar with cmake and am afraid if I make one small wrong error, things will really screw up. I have a previous project(PrevProject) that I got to compile successfully using ...
0
votes
0answers
21 views
error: boost/current_function.hpp: No such file
I tried to reset the cmake configuration for the program I'm working on by creating a new build folder and typing make, but I get the error message directory/src/log4cplus/logger.cxx:27:38: fatal ...
0
votes
1answer
37 views
Install Lyx in OpenSuse - libboost_regex problem
I am trying to install lyx in opensuse with
sudo zypper in lyx
However, I get the following error
Problem: nothing provides libboost_regex.so.1.53.0()(64bit) needed by lyx-2.1.3-109.1.x86_64
...
1
vote
1answer
128 views
Build devel/boost-libs
I'm trying to build the devel/boost-libs on my FreeBSD 10.1.
But I alway get this error
./boost/math/special_functions/detail/lanczos_sse2.hpp:13:10: fatal error: 'emmintrin.h' file not found
...
2
votes
1answer
311 views
Where is boost installed on Debian?
I currently don't have a lot of internet quota so I didn't want to install the latest boost libraries. Instead I installed Boost 1.49 using the Synaptic Package Manager and my Debian DVDs.
Now that ...
3
votes
1answer
5k views
How to uninstall BOOST 1.49 and install BOOST 1.54 in ubuntu?
I have a boost 1.49 in my ubuntu system. And I am trying to uninstall boost 1.49 and completely remove it from my system.
And after that install the Boost 1.54.0
I did like this to uninstall 1.49 ...
2
votes
1answer
4k views
How to compile with third party libs properly?
This is a follow up question to Confusion about linking boost library while compilation:
What is to do, when I generate a Makefile by qmake and I have only a third party boost lib installed (I ...
3
votes
2answers
3k views
Confusion about linking boost library while compilation
For a client I needed to add boost 1.54 to the system. So I downloaded the latest version (1.55) and built it within a special directory: /usr/local/lib/boost1.55/. This works. Then I had to adapt the ...
2
votes
2answers
7k views
How to install a custom boost version in CentOS?
I'm trying to compile and install boost 1.54 from source in CentOS.
The documentation is pretty straight forward and there are plenty of tutorials in the internet available (1) (2) (3). This is what ...
10
votes
1answer
3k views
How does gcc know where boost is installed
I installed boost using sudo apt-get install on Ubuntu. Later I did not have to give gcc the I flag alongwith the path to the boost libraries to use boost ! Nor did I do any pkg-config --cflags --libs ...
0
votes
0answers
337 views
Installing boost 1.46 in Linux Mint
I've just installed Linux Mint 14. Some application I need requires Boost 1.46. For some reason, it fails to compile with the Boost available in Mint's repo (1.49). Is there a way to install Boost ...
2
votes
1answer
575 views
Linux Boost compilation
I compiled boost by this method on Windows:
Go to the directory tools/build/v2/.
Run bootstrap.sh
Run b2 install --prefix=PREFIX where PREFIX is the directory where you want Boost.Build to be ...
0
votes
2answers
416 views
Can we now find boost 1.48.0 on yum in Fedora 16?
Not sure if this is the right place to ask this question, but I really cannot find any information on the Web. Boost 1.48.0 has been out on the website for two days but there has still been no update ...
1
vote
1answer
2k views
How to update boost of OpenSuse 11.4 to boost version 1.46?
I have 64 bit OpenSuse 11.4 and has boost 1.44. I'm trying to update boost to version 1.46 through 1-Click install of OpenSuse's site.
However I'm getting a lot of errors about it's repositories ...
3
votes
3answers
6k views
Are the boost headers separately packaged under Fedora?
The boost C++ library consists of several components. Some components do include shared libraries, other don't.
Under a Fedora 14 system I've looked a bit around with yum search boost and rpm -qR and ...