Opened 12 years ago
Closed 12 years ago
#4237 closed Patches (fixed)
Boost filesystem dynamic failure on darwin
Reported by: | Chris Jefferson | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | filesystem |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
In boost filesystem, the following situation occurs:
boost_filesystem.dylib links to boost_system.dylib
Applications use symbols from both boost_filesystem.dylib and boost_system.dylib, but only link to boost_filesystem.dylib. The linker complains.
This seems to also exist on windows, and there is already an explicit except for it. The same problem seems to occur on darwin. This patches fixes the problem.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | filesystem_Jamfile.v2.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to filesystem jamfile to fix dynamic linking on darwin