Bug #873
compilation failure
| Status: | Closed | Start date: | 12/14/2008 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.9.1 Release Candidate | |||
| ruby -v: |
Description
Linux openSUSE 11.0 gcc-4.3.1 Linux linux-8uq5 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux compilation failure
History
Updated by Koichi Sasada about 3 years ago
Could you show me a rbconfig.rb? Oleg Puchinin wrote:: > Bug #873: compilation failure > http://redmine.ruby-lang.org/issues/show/873 > > Author: Oleg Puchinin > Status: Open, Priority: High > Category: core, Target version: 1.9.x > > Linux openSUSE 11.0 gcc-4.3.1 > Linux linux-8uq5 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux > > compilation failure > > > ---------------------------------------- > http://redmine.ruby-lang.org > -- // SASADA Koichi at atdot dot net
Updated by Yuki Sonoda about 3 years ago
- Target version changed from 2.0.0 to 1.9.1 Release Candidate
Updated by Oleg Puchinin about 3 years ago
- File rbconfig.rb added
Updated by Yusuke Endoh about 3 years ago
Hi, 2008/12/14 Oleg Puchinin <redmine@ruby-lang.org>: > Bug #873: compilation failure > http://redmine.ruby-lang.org/issues/show/873 > > Author: Oleg Puchinin > Status: Open, Priority: High > Category: core, Target version: 1.9.x > > Linux openSUSE 11.0 gcc-4.3.1 > Linux linux-8uq5 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athlon i386 GNU/Linux > > compilation failure Perhaps SUSE's gcc issue. [ruby-core:18029] [ruby-core:18366] I think you may do: - configure with optflags="-O0" - build latest gcc by yourself - use openSUSE 11.1 (which will be released soon) There may be a easier way, such as installing other gcc package and upgrading it. I'm unfamiliar with SUSE. Thanks, -- Yusuke ENDOH <mame@tsg.ne.jp>
Updated by Oleg Puchinin about 3 years ago
- configure with optflags="-O0" Yes, it works. Thanks.
Updated by Yukihiro Matsumoto about 3 years ago
- Status changed from Open to Closed