Opened 9 years ago
Closed 9 years ago
#9078 closed Bugs (invalid)
undefined reference (missing functions)
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Showstopper |
Keywords: | undefined reference, missing function definition | Cc: |
Description
I am using boost to install OGRE in my system. There are several functions in various headers of 'boost' that do not have any definition. For example, start_thread_noexcept() in boost/thread/detail/thread.hpp has only declaration but no definition. Please provide a fix ASAP.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | thread.hpp added |
---|
comment:1 by , 9 years ago
Component: | Building Boost → thread |
---|---|
Owner: | set to |
Status: | new → assigned |
You must link with boost_thread.
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The mentioned header file. There are many such instances of missing function definitions.