[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
Sat Sep 12 17:21:28 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 howarth@…):

 Let me explain that patch a bit. The operative decider on what should
 reported from config.guess is either the default code execution in the
 absence of a compiler (the second half of the patch) or better yet the
 *default* code generation of the system compiler as defined by CC. This is
 why the proposed patch doesn't break i386 fink on 10.6. Fink resorts to
 compiler wrappers in i386 fink which effectively passed -m32 in the
 definition of CC. This means that the patched config.guess in that case
 will always report i386-apple-darwin10 on i386 fink on 10.6. In your case,
 you don't need the compiler wrappers if you correct config.guess to
 properly deduce the native code generation.

-- 
Ticket URL: <http://trac.macports.org/ticket/20838#comment:30>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list