[#41778] [Bug #3515] FreeBSD wrongly raises ECONNRESET on close(2) — Yui NARUSE <redmine@...>

Bug #3515: FreeBSD wrongly raises ECONNRESET on close(2)

12 messages 2010/07/02

[ruby-dev:41796] [Bug #3243] Can't build Ruby after r26506

From: Juergen Daubert <redmine@...>
Date: 2010-07-03 08:51:44 UTC
List: ruby-dev #41796
チケット #3243 が更新されました。 (by Juergen Daubert)


I ran into the same issue with ruby version 1.9.1-p429 using gcc 4.4.4. I read the comments in issue #2727, but think that it is not acceptable that the latest stable version of ruby cannot build with gcc 4.4.x now. 
Note: it's not possible to build ruby without -O2 optimization because -O2 is hardcoded in configure.in if gcc is used, see the test for gcc in line 191 and the following setting of ${optflags}. 
----------------------------------------
http://redmine.ruby-lang.org/issues/show/3243

----------------------------------------
http://redmine.ruby-lang.org

In This Thread