https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=667
Summary: problem when linking cdeployer-gnulinux for
boost_program_options with non-standard boost
installation path
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Build system
AssignedTo: orocos-dev [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0
Created an attachment (id=443)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=443)
patch to solva linking problem
title describes it all:
error while linking:
Linking CXX executable cdeployer-gnulinux
/usr/bin/ld: cannot find -lboost_program_options
collect2: ld returned 1 exit status
make[2]: *** [bin/cdeployer-gnulinux] Error 1
make[1]: *** [bin/CMakeFiles/cdeployer-gnulinux.dir/all] Error 2
make: *** [all] Error 2
The attachement is a patch solving this linking problem.
Tinne
[Bug 667] problem when linking cdeployer-gnulinux for boost_prog
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=667
Peter Soetens <peter [..] ...> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter [..] ...
Resolution| |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Peter Soetens <peter [..] ...> 2009-06-11 12:08:43 ---
Fixed in r30203. Thanks for the patch.