[MacPorts] #20838: gcc44, gcc45 on snow leopard: can't open file: ./libgcc_s.1.dylib.tmp: No such file or directory
MacPorts
noreply at macports.org
Fri Sep 11 02:23:12 PDT 2009
#20838: gcc44, gcc45 on snow leopard: can't open file: ./libgcc_s.1.dylib.tmp: No
such file or directory
---------------------------------------+------------------------------------
Reporter: andrius.laikina@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gcc44, gcc45
---------------------------------------+------------------------------------
Comment(by ralph.ganszky@…):
The problem for this error is in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc44/work/gcc-4.4.1/libgcc/config/t
-slibgcc-darwin. In line 52 is the strip command which is unnecessary
because the preceding for loop do the job. In line 67 is a cp command
which is also unnecessary because of a following for loop.
When this two entries are gone, the first stage succeed, but the second
stage compiles all in 32bit mode instead of 64bit on my hardware. After
that all libraries created first does not fit.
--
Ticket URL: <http://trac.macports.org/ticket/20838#comment:25>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list