Opened 9 years ago

Closed 9 years ago

#9078 closed Bugs (invalid)

undefined reference (missing functions)

Reported by: avinash_march1988@… 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)

thread.hpp (24.9 KB ) - added by avinash_march1988@… 9 years ago.
The mentioned header file. There are many such instances of missing function definitions.

Download all attachments as: .zip

Change History (3)

by avinash_march1988@…, 9 years ago

Attachment: thread.hpp added

The mentioned header file. There are many such instances of missing function definitions.

comment:1 by viboes, 9 years ago

Component: Building Boostthread
Owner: set to viboes
Status: newassigned

You must link with boost_thread.

comment:2 by viboes, 9 years ago

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.