Skip to content

Installation, link to boost libraries #977

@bambax

Description

@bambax

Trying to install OSRM on Debian Wheezy, can't get past this error in make:

Scanning dependencies of target osrm-datastore
[ 50%] Building CXX object CMakeFiles/osrm-datastore.dir/datastore.cpp.o
Linking CXX executable osrm-datastore
/tmp/cc9eMZux.lto.o: In function `_ZN12OSRMLockFileclEv.isra.149.13169':
datastore.cpp.o:(.text+0x3ef0): undefined reference to  `boost::filesystem::detail::temp_directory_path(boost::system::error_code*)'

followed by lots of other undefined reference errors...

Boost 1.54.0 is in /usr/local/lib/ and cmake is run like this: cmake -DBOOST_ROOT=/usr/local/lib/ ..

What can I do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions