Project

General

Profile

Bug #2570

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  I compile ruby 1.9.1-p376 with MinGW 4.4.0 using the following configuration: 
  CFLAGS='-s -O4' 
  LDFLAGS='-s -O4 -static-libgcc' 
  --optflags='-s -O4' 
  --debugflags='' 
 
  make test succeeded, and make install runs fine. 
 
  Upon installing above gem, or more precisely when installing ri documentation, the execution never stops. Both packaged gem (1.3.1) and latest rubygems (1.3.5) are tested. Since it doesn't happen with 1.8.6-p383 or 1.8.7-p248, I suspect this as 1.9.1-p376 bug. 
 
 =end 
 

Back