0x90 / banjax

Automatically exported from code.google.com/p/banjax
3 stars 3 forks source link

buils is failing on rhel 6 64 bit #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install the latest boost 1.53.0
2. download the latest banjax
3. compile

What is the expected output? What do you see instead?

failing at probe, beacons, analysis directory build

What version of the product are you using? On what operating system?

N/A

Please provide any additional information below.

see the errors below,
1. undefined reference to `boost::system::system_category()'
2. undefined reference to 
`boost::program_options::options_description::m_default_line_length'
3. undefined reference to `boost::thread::~thread()'
4. some files are missing iostream include.

note: issues boost is installed correctly, issues are being fixed by changing 
makefile linking. some of build errors are still coming. 

is there any fixed version of the boost library we have to use ? which is the 
platform that we should ideally use ?

Original issue reported on code.google.com by saurabhg...@gmail.com on 6 Apr 2013 at 6:12