Opened 8 years ago

Closed 8 years ago

#1120 closed defect (fixed)

Configure script must check for Boost regex and Boost thread libraries

Reported by: Alex Toader Owned by: George Merticariu
Priority: major Milestone: 9.2
Component: undecided Version: development
Keywords: Cc: Peter Baumann
Complexity: Medium

Description

Issues like this must be detected at configuration time and not at build time:

/usr/bin/ld: cannot find -lboost_thread
/usr/bin/ld: cannot find -lboost_regex
collect2: error: ld returned 1 exit status
make[3]: * [rasmgr] Error 1
make[3]:
* Waiting for unfinished jobs….

Grep for the lboost string to find what Boost libraries are used and check for them in the configure script.

Change History (1)

comment:1 by Alex Toader, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.