Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: C Extensions
-
Labels:None
-
Environment:
-
Number of attachments :
Description
jruby-dist-master does not build C extensions due to an old gcc. gcc 4.2 is required, and gcc 4.1 is installed.
By not building the C extensions, we don't discover cext build problems.
The cext build is currently failing in my working copy.
Issue Links
- relates to
-
JRUBY-6305
C Extension fails to build
-
I upgraded GCC to 4.2.4 on the CI server.