Changes between Initial Version and Version 3 of Ticket #41965


Ignore:
Timestamp:
Dec 29, 2013, 9:32:47 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You don't need to Cc yourself when you're the reporter. But you should Cc the maintainer of the port. I've assigned the ticket to him now.

The config.log says the reason why the C++ compiler cannot create executables is:

configure:1950: /opt/local/bin/llvm-g++-4.2 -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cc  >&5
ld: library not found for -lcrt1.10.6.o

Googling this error message, I foundthis Stack Overflow post which says this could be caused by not installing the Xcode command line tools, so please ensure you've done that by running xcode-select --install.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41965

    • Property Cc ryandesign@… added
    • Property Keywords par2 configure removed
    • Property Owner changed from macports-tickets@… to julian@…
  • Ticket #41965 – Description

    initial v3  
     1{{{
    12When building par2, I get the following error:
    23:info:configure checking build system type... i686-apple-darwin13.0.0
     
    1415:info:configure Exit code: 77
    1516:error:configure Failed to configure par2, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_par2/par2/work/par2cmdline-0.4/config.log
     17}}}