On Fri, Dec 11, 2009 at 12:21 PM, andrew mcelroy <sophrinix / gmail.com> wrote: > On Fri, Dec 11, 2009 at 12:13 PM, andrew mcelroy <sophrinix / gmail.com> wrote: >> On Fri, Dec 11, 2009 at 10:28 AM, >> <RobertoBouza / bayviewassetmanagement.com> wrote: >>> Andrew, >>> >>> Here it is the URL on github: >>> >>> http://github.com/bouzafr/ruby/blob/master/config.log >>> >>> Thank you. >>> >> Cool this will help figure it out. >> Does 1.9.1-p243 build and compile? >> > > I probably should have added this: > ftp://ftp.ruby-lang.org/pub/ruby/1.9/ > > I am curious to know if ruby-1.9.2-preview1 compiles. > > I am looking for an aix emulator now. > I have access to a powerpc system. > looking at the log, you didn't have to show the hostname, but if its not a security concern to you then don't worry about it. This seems to be where the log goes south: g++: '-V' option must have argument configure:3827: $? = 1 configure:3816: g++ -qversion >&5 g++: unrecognized option '-qversion' g++: no input files configure:3827: $? = 1 configure:3831: checking whether we are using the GNU C++ compiler configure:3850: g++ -c conftest.cpp >&5 configure:3850: $? = 0 configure:3859: result: yes configure:3868: checking whether g++ accepts -g configure:3888: g++ -c -g conftest.cpp >&5 configure:3888: $? = 0 configure:3929: result: yes configure:3958: checking how to run the C preprocessor configure:3989: gcc -E conftest.c configure:3989: $? = 0 configure:4003: gcc -E conftest.c specifically here on line 146: conftest.c:10:28: error: ac_nonexistent.h: No such file or directory Make sure that you have ac_nonexistent.h It looks like these were your flags: configure --disable-shared --enable-threads=posix --prefix=/opt/pware --with-long-double-128 --with-mpfr=/opt/pware --with-gmp=/opt/pware What happens if you don't give it any flags. I would think that it would still fail, but this is an assumption. Also, if you give it no flags, I am only advocating just doing the configure and make (not a make install) ¨ÂîäòåÍãÅìòï>> >>> Roberto. >>> >>> >>> >>> >>> andrew mcelroy <sophrinix / gmail.com> >>> 12/11/2009 11:15 AM >>> Please respond to >>> ruby-talk / ruby-lang.org >>> >>> >>> To >>> ruby-talk / ruby-lang.org (ruby-talk ML) >>> cc >>> >>> Subject >>> Re: Building ruby on AIX 5.3 >>> >>> >>> >>> >>> >>> >>> On Fri, Dec 11, 2009 at 8:53 AM, >>> <RobertoBouza / bayviewassetmanagement.com> wrote: >>>> Hello, >>>> >>>> I'm trying to build ruby 1.9.1 p376 on a AIX platform using pWares's gcc >>>> but this is the error I'm getting: >>>> >>>> checking for size_t... yes >>>> checking size of size_t... configure: error: in >>>> `/tmp/Packages_for_Management/ruby-1.9.1-p376': >>>> configure: error: cannot compute sizeof (size_t) >>>> See `config.log' for more details. >>> >>> Could you please paste the config.log in either a github gist or a >>> pastie and give us the link? >>> Thanks. >>> >>> Andrew McElroy >>> >>> >>>> Any help will be appreciated. >>>> >>>> Roberto. >>> >>> >>> >> >