[MacPorts] #29550: kdelibs4 @4.6.3: Undefined symbols _uncompress _compress
MacPorts
noreply at macports.org
Mon May 23 20:16:33 PDT 2011
#29550: kdelibs4 @4.6.3: Undefined symbols _uncompress _compress
------------------------------------+---------------------------------------
Reporter: macports@… | Owner: snc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: kdelibs4
------------------------------------+---------------------------------------
Comment(by michaelld@…):
The issue for the first logfile is that OpenEXR somehow was installed just
as static libraries, not dynamic ones, and its PKGCONFIG file (if any) was
then ignored -- it states that LDFLAGS should include -lz, which would
provide the _compress and _uncompress functions that were not found.
The primary difference between your 'configure' output and mine is:
{{{
:info:configure -- Found OPENEXR:
/opt/local/lib/libImath.a;/opt/local/lib/libIlmImf.a;/opt/local/lib/libIex.a;/opt/local/lib/libHalf.a;/opt/local/lib/libIlmThread.a
}}}
Mine are all dylib, not .a . You might try reinstalling the ports ilmbase
and openexr, just to see if doing that adds in .dylib versions of the
above.
--
Ticket URL: <https://trac.macports.org/ticket/29550#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list