Changes between Initial Version and Version 1 of Ticket #26258


Ignore:
Timestamp:
Aug 27, 2010, 12:03:26 AM (14 years ago)
Author:
blb@…
Comment:

You appear to have a build of gcc (and related libraries) under /usr/local which is interfering with MacPorts' attempt to compile stuff (this is unfortunately unavoidable, see the FAQ entry). The usual recommendation is to mv /usr/local to /usr/local.hold (or whatever), install what you need in MacPorts, then put /usr/local.hold back to /usr/local.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26258

    • Property Owner changed from macports-tickets@… to ricci@…
    • Property Port perl5.8 added
  • Ticket #26258 – Description

    initial v1  
    11A clean install of Macports, installing Perl5.8 with nothing else produces the following error messages:
     2{{{
    23ld: in /usr/local/lib/libstdc++.6.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
    34collect2: ld returned 1 exit status
     
    89Log for perl5.8 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/main.log
    910Error: Status 1 encountered during processing.
     11}}}