Tagged Questions
0
votes
0answers
21 views
Error in building boost library for Android framework on Linux
I am facing a problem while building boost library from latest version 1.53.0.
While following all steps as described in most of the tutorials for building boost library on Linux system for Android ...
0
votes
1answer
37 views
boost exception with RCF on linux
i am having this problem with boost , C++ ,
i installed a new boost on fedora14 (boost 1.44),
i am linking with RCF library which uses boost , and i am also linking with boost , the compilation ...
0
votes
0answers
19 views
Change the version of Boost used by Eclipse C++ on Red Hat Enterprise Linux
I'm currently running Eclipse 3.7.1 on RHEL. I've got a C++ project and I've added all the necessary imports. However, it seems the version of Boost that is automatically included in the eclipse ...
0
votes
2answers
46 views
undefined references during link phase using Boost 1.53
I am using g++ 4.1.2 and Boost 1.53 on Red Hat Linux rel 5.5. There is an issue during the linking process which is unclear to me. I get the error msg:
...
2
votes
2answers
82 views
Boost log, GCC 4.4 and CMake
I am trying to get a simple boost.log example running on Linux using GCC 4.4.5, CMake 2.8.2 and Boost 1.53.0.
Compiling boost and boost log succeeded, but I keep getting issues when linking my test ...
1
vote
1answer
43 views
Boost different toolsets
I tried to use different toolsets with boost, but I had no luck.
It doesn't matter what I tell b2 to use, it seems it doesn't bother with me.
Using
b2 toolset=gcc stage
and user-config.jam
using ...
0
votes
1answer
38 views
Linking to Boost thread library fails
I have a serious problem with Boost 1.52.0.
In Eclipse, I always get:
boost/thread/detail/thread.hpp:223: undefined reference to `boost::thread::start_thread()
Of course I'm using lboost_system, ...
1
vote
1answer
37 views
Reduce memory usage in boost build
I'm trying to build a C++ library on a linux system with constrained memory resources, using G++ 4.6. The library uses Boost heavily.
I've seen various threads here and in other websites regarding ...
0
votes
0answers
24 views
Installing boost asio on CentOS 5 [migrated]
I tried running:
yum install boost boost-devel boost-doc
(1/3): boost-1.33.1-15.el5.i386.rpm
(2/3): boost-doc-1.33.1-15.el5.i386.rpm
(3/3): boost-devel-1.33.1-15.el5.i386.rpm
Then it ...
0
votes
0answers
37 views
Dynamic linking failing on linux/powerpc
I have a Xilinx FPGA running a soft processor (PowerPC). I recently cross compiled Boost libraries for PowerPC and wanted to test it. So I used one of the sample programs and tried to cross compile it ...
0
votes
0answers
17 views
Where to download boost trunk [closed]
I'm new to Linux ( Debian 6 ) but where would you download the boost trunk using subversion?
Thanks!
1
vote
2answers
110 views
Boost Asio GCC Link Error
I've just installed a clean vm with xubuntu 12.10 and I'm trying to port over some C++ code which works perfectly on Windows. First off, I've installed Virtualbox guest additions and GCC and I can ...
-2
votes
3answers
120 views
c++ boost asio asynchronous compile error
i am compling this simple boost::asio asynchronous server and its failing with this error, any ideas?
#include <iostream>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
...
-1
votes
2answers
53 views
boost synchronous client error [duplicate]
i am new to boost::asio library, while trying this basic synchronous client, its giving this error
#include <iostream>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include ...
0
votes
1answer
36 views
How can I replace default boost with my compiled boost in Linux?
I compile a boost library. I set the prefix '/home/lixiang/local'. And I want to compile some C++ application using my compiled boost library. But the compiling process also invokes the default boost ...