[Fink-devel] llvm34-3.4.1-0e and OpenMP3.1_Validation

2014-05-26 Thread Jack Howarth
In case anyone is interested, below is how the current clang-omp/openmp implementation merged into llvm34-3.4.1-0, performs in the OpenMP3.1_Validation ctest compared to the gomp in FSF gcc. clang-3.4 on darwin12 Summary: S Number of tested Open MP constructs: 62 S Number of used tests:

[Fink-devel] libc++ headers

2014-05-26 Thread Jack Howarth
David, I noticed that MacPorts was using the llvm.org 3.4.1 headers with the system libc++ shared library and filed a bug report on that… https://trac.macports.org/ticket/43828 The response off list was as follows… Have you ran this pass the Apple clang and libc++ programmers? Yes. You

[Fink-devel] ddd build failure, 10.9/Xcode 5.1.1

2014-05-26 Thread Alexander Hansen
It appears to be due to clang's strictness: ... g++ -DHAVE_CONFIG_H -I. -I./.. -isystem /usr/X11R6/include -I/sw/include -O2 -g -Wall -W -Wwrite-strings -mminimal-toc -trigraphs -c -o home.o home.C clang: warning: unknown argument: '-mminimal-toc'

Re: [Fink-devel] ddd build failure, 10.9/Xcode 5.1.1

2014-05-26 Thread Hanspeter Niederstrasser
On 5/26/2014 10:19 PM, Alexander Hansen wrote: It appears to be due to clang's strictness: ... g++ -DHAVE_CONFIG_H -I. -I./.. -isystem /usr/X11R6/include -I/sw/include -O2 -g -Wall -W -Wwrite-strings -mminimal-toc -trigraphs -c -o home.o home.C clang: warning: unknown argument:

Re: [Fink-devel] ddd build failure, 10.9/Xcode 5.1.1

2014-05-26 Thread Alexander Hansen
On 5/26/14, 8:28 PM, Hanspeter Niederstrasser wrote: On 5/26/2014 10:19 PM, Alexander Hansen wrote: It appears to be due to clang's strictness: ... g++ -DHAVE_CONFIG_H -I. -I./.. -isystem /usr/X11R6/include -I/sw/include -O2 -g -Wall -W -Wwrite-strings -mminimal-toc -trigraphs -c -o