[MacPorts] #20889: llvm-gcc42: installs libgcc_s.1.dylib in ${prefix}/lib
MacPorts
noreply at macports.org
Thu Dec 17 11:28:40 PST 2009
#20889: llvm-gcc42: installs libgcc_s.1.dylib in ${prefix}/lib
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: erickt@…
Type: defect | Status: new
Priority: High | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port: llvm-gcc42
-------------------------------------+--------------------------------------
Comment(by dports@…):
Here is a patch for the simple change I mentioned yesterday.
I was able to build it and use it to compile a simple program, which
leaves me confident that it works correctly, although it would certainly
be better if someone who actually uses llvm-gcc can verify that.
The libraries are, in fact, installed in a different place as they should
be:
{{{
dan at 26-2-76:~ 1006> port contents llvm-gcc42 | grep libgcc.\*dylib 0
14:24:51 0
/opt/local/lib/llvm-gcc42/libgcc_s.1.dylib
/opt/local/lib/llvm-gcc42/libgcc_s.10.4.dylib
/opt/local/lib/llvm-gcc42/libgcc_s.10.5.dylib
/opt/local/lib/llvm-gcc42/libgcc_s_ppc64.1.dylib
/opt/local/lib/llvm-gcc42/libgcc_s_x86_64.1.dylib
dan at 26-2-76:~ 1007> port contents llvm-gcc42 | grep libiberty 0
14:24:59 0
/opt/local/lib/llvm-gcc42/libiberty.a
/opt/local/lib/llvm-gcc42/x86_64/libiberty.a
}}}
--
Ticket URL: <http://trac.macports.org/ticket/20889#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list