#14585: Boost 1.34.1: provide alternate name to boost_unit_test_framework.a for static linking w/ built-in main() --------------------------------+------------------------------------------- Reporter: ods94043@… | Owner: sanchom@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: | Port: --------------------------------+------------------------------------------- Comment(by mcalhoun@…): Instead of using {{{ c++ ... -L${prefix}/lib -lboost_unit_test_framework }}} which, as you point out, would select the dynamic library, why can't the full name be specified {{{ c++ ... ${prefix}/lib/libboost_unit_test_framework.a }}} ? -- Ticket URL: <http://trac.macports.org/ticket/14585#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS