[MacPorts] #25558: ghc: update to latest version
MacPorts
noreply at macports.org
Sun Aug 5 15:56:21 PDT 2012
#25558: ghc: update to latest version
--------------------------------+-------------------------------------------
Reporter: jwiegley@… | Owner: gwright@…
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: ghc ghc-devel
--------------------------------+-------------------------------------------
Comment(by cal@…):
It works for me when using
{{{
compiler.cpath /usr/include
compiler.library_path /usr/lib
}}}
rather than
{{{
compiler.cpath /usr/include:${compiler.cpath}
compiler.library_path /usr/lib:${compiler.library_path}
}}}
I guess we can consider this problem solved then, since the resulting
binaries are correctly linked against the libraries in `$prefix`.
A final thing: The binaries produced do execute correctly (I have no idea
how to test them correctly, though), but are linked against two versions
of libgcc_s:
{{{
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1669.0.0)
/opt/local/lib/gcc45/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)
}}}
Is this expected behavior and/or harmless?
--
Ticket URL: <https://trac.macports.org/ticket/25558#comment:53>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list