[MacPorts] #35770: gcc ports should not include a C++ runtime

MacPorts noreply at macports.org
Mon Sep 10 21:35:31 PDT 2012


#35770: gcc ports should not include a C++ runtime
--------------------------------------------------+-------------------------
  Reporter:  jeremyhu@…                           |       Owner:  jeremyhu@…           
      Type:  defect                               |      Status:  closed               
  Priority:  Normal                               |   Milestone:                       
 Component:  ports                                |     Version:  2.1.2                
Resolution:  fixed                                |    Keywords:  libstdc++            
      Port:  gcc43 gcc44 gcc45 gcc46 gcc47 gcc48  |  
--------------------------------------------------+-------------------------

Comment(by wtakuo@…):

 Hi.
 The symbolic link command

     ln -s /usr/lib/libstdc++.6/dylib
 ${destroot}${prefix}/lib/${name}/libstdc++.6.dylib

 found in Changeset 97657 (https://trac.macports.org/changeset/97657) may
 cause broken symlinks.
 I think this should be the following (the fourth slash should be dot).

     ln -s /usr/lib/libstdc++.6.dylib
 ${destroot}${prefix}/lib/${name}/libstdc++.6.dylib

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


More information about the macports-tickets mailing list