Actions
Bug #7938
closedStack consistency error while compiling 2.0.0-p0
Description
./configure
make
Files
Actions
Like0
Like0Like0Like0Like0Like0
Added by Piot (Peter Bjorklund) about 12 years ago. Updated about 12 years ago.
Description
./configure
make
Files
linking miniruby.txt (2.99 KB) linking miniruby.txt | Piot (Peter Bjorklund), 02/24/2013 06:43 PM | ||
config.log (733 KB) config.log | Piot (Peter Bjorklund), 02/27/2013 07:29 AM |
Could you show config.log, clang --version, and gcc --version?
I cannot reproduce it with gcc 4.2.1 (Apple Inc. build 5666) and clang 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) on darwin 12.2.0.
I've got the same error with
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
This sounds because they use Xcode 4.2 with ruby-build which wrongly hacks with CC=cc and it breaks build.
See also https://github.com/sstephenson/ruby-build/issues/290
It will be fixed by ruby-build.
If you don't use ruby-build and not set CC=cc, please comment it.
naruse (Yui NARUSE) wrote:
Could you show config.log, clang --version, and gcc --version?
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.