Skip to content

Profiler (server) linker error (tbb) #950

@Langwedocjusz

Description

@Langwedocjusz

When compiling the profiler on manjaro linux, using gcc I get linker error "undefined reference to tbb::detail::r1::execution_slot". It can be fixed by linking against tbb in the profiler cmake:

find_package(TBB REQUIRED COMPONENTS tbb)
target_link_libraries(${PROJECT_NAME} PRIVATE tbb)

I could open a pull request which does this, but I'm not certain if this should also be applied to other platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions