Opened 15 years ago

Closed 14 years ago

#1010 closed Bugs (fixed)

linking boost.python on freebsd

Reported by: troy@… 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 Dave Abrahams, 15 years ago

Milestone: Boost 1.35.0
Owner: set to Dave Abrahams
Reporter: changed from troy d. straszheim to troy@…
Severity: ShowstopperCosmetic
Status: newassigned

Is this still a problem with BBv2 and Boost 1.34.0?

comment:2 by barner@…, 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 Vladimir Prus, 14 years ago

Resolution: fixed
Status: assignedclosed

I believe this to be fixed in trunk.

Note: See TracTickets for help on using tickets.