#44318: aubio @0.4.1: undefined symbols ---------------------------+---------------------- Reporter: ryandesign@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: aubio | ---------------------------+---------------------- Changes (by devans@…): * status: assigned => closed * version: 2.3.99 => * resolution: => fixed Comment: By placing LDFLAGS before other link flags on the link command line, waf causes previously installed versions of the aubio libraries to be linked in preference to the new local ones. Deleting -L${prefix}/lib from LDFLAGS fixes the problem. External libraries that need to be linked assert their library search paths via pkg-config and are not effected. r122043. -- Ticket URL: <https://trac.macports.org/ticket/44318#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X