From: | Matthias Schmitt <freak002(at)mmp(dot)lu> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Darwin: make check fails with "child process exited with exit code 134" |
Date: | 2013-10-28 16:50:57 |
Message-ID: | 8C0FF1C0-5469-4FBB-9EC8-18D2BBB8430C@mmp.lu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
On 28.10.2013, at 17:39, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Well, I have
>
> CC = gcc
>
> which is what configure will pick by default, but I see
>
> $ gcc -v
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
> Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
> Target: x86_64-apple-darwin13.0.0
> Thread model: posix
>
> so it's some variant of LLVM/clang. In any case, Matthias claimed it
> didn't make a difference which compiler he picked, and I'm pushing
> back on that assertion.
There is a difference between
gcc
which starts clang and
/usr/bin/gcc-4.2
which is the real GCC version 4.2.1.
Regards
Matthias
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2013-10-28 16:58:28 | Re: Darwin: make check fails with "child process exited with exit code 134" |
Previous Message | Matthias Schmitt | 2013-10-28 16:45:18 | Re: Darwin: make check fails with "child process exited with exit code 134" |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2013-10-28 16:58:28 | Re: Darwin: make check fails with "child process exited with exit code 134" |
Previous Message | Andres Freund | 2013-10-28 16:48:55 | Re: Detection of nested function calls |