Opened 15 years ago
Closed 14 years ago
#1010 closed Bugs (fixed)
linking boost.python on freebsd
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | Building Boost |
Version: | Boost 1.34.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
when linking boost.python on freebsd -ldl is specified (gcc is detected toolset). Since dlopen() and friends are in libc on freebsd, -ldl is unnecessary.
Change History (3)
comment:1 by , 15 years ago
Milestone: | → Boost 1.35.0 |
---|---|
Owner: | set to |
Reporter: | changed from | to
Severity: | Showstopper → Cosmetic |
Status: | new → assigned |
comment:2 by , 15 years ago
Yes, it still happens with Boost.Build v2 with Boost 1.34.0.
See http://svn.boost.org/trac/boost/ticket/1074 for a possible fix.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I believe this to be fixed in trunk.
Note:
See TracTickets
for help on using tickets.
Is this still a problem with BBv2 and Boost 1.34.0?