[MacPorts] #14585: Boost 1.34.1: provide alternate name to boost_unit_test_framework.a for static linking w/ built-in main()
MacPorts
noreply at macports.org
Thu Feb 19 00:47:56 PST 2009
#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
More information about the macports-tickets
mailing list