Changes between Initial Version and Version 1 of Ticket #41061


Ignore:
Timestamp:
Oct 29, 2013, 7:03:03 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41061

    • Property Owner changed from macports-tickets@… to erickt@…
    • Property Cc jeremyhu@… added
    • Property Keywords OpenMP removed
  • Ticket #41061 – Description

    initial v1  
    22The package requires autoconf to be installed. Clean install of MacPorts with only autoconf with XCode V5.0.1 on OS X 10.8
    33
    4 Works expected with ./configure with OpenMP support.
     4Works expected with `./configure` with OpenMP support.
    55
    66Install the llvm-gcc42 port and configure fails with
    77
     8{{{
    89checking for llvm-gcc-4.2 -arch x86_64 -std=gnu99 option to accept ISO C89... none needed
    910checking for llvm-gcc-4.2 -arch x86_64 -std=gnu99 option to support OpenMP... unsupported
    1011configure: WARNING: OpenMP does NOT appear to be supported on this system.
    1112configure: creating ./config.status
     13}}}
    1214
    1315The log file indicates:
     16{{{
    1417configure:2614: llvm-gcc-4.2 -arch x86_64 -std=gnu99 -o conftest -mtune=core2 -g -O2   conftest.c  >&5
    1518conftest.c:11: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
     
    2225configure:2614: $? = 1
    2326configure: failed program was:
     27}}}
    2428
    2529I've attached the config.log file.