Issue #1444 has been updated by sexdosug1001 sexdosug1001. Stop hack the program!!! ---------------------------------------- Bug #1444: Building ruby 1.8.7 p160 on Solaris 10 u6 http://redmine.ruby-lang.org/issues/1444 Author: Konstantinos Pachnis Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.8.7 (2009-04-08 patchlevel 160) [i386-solaris2.10] =begin The build process of ruby-1.8.7-p160 on Solaris 10 u6 using SunStudio 12 fails with the following error: "file.c", line 4369: undefined symbol: O_RDONLY cc: acomp failed for file.c *** Error code 2 make: Fatal error: Command failed for target `file.o' The same error occurs with gcc 3.4.3 (bundled with Solaris) After adding to the file.c the following code the build process completes successfully. #if defined (__SVR4) && defined (__sun) #include <fcntl.h> #endif Please, find attached a patch file that adds the above code. Konstantinos =end -- http://redmine.ruby-lang.org