Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2383

Re: Compilation error on AIX

From Ralf Mueller <ralf.mueller@zmaw.de>
Newsgroups comp.lang.ruby
Subject Re: Compilation error on AIX
Date 2011-04-06 07:47 -0500
Organization Service de news de lacave.net
Message-ID <4D9C60FB.4030509@zmaw.de> (permalink)
References <9803451335b67561a701f03f8eb9b5c0@ruby-forum.com>

Show all headers | View raw


On 04/05/2011 06:39 PM, Vivek J. wrote:
> Hello
>
> I am running this command :
>
<snip/>
> checking for size_t... yes
> checking size of size_t... configure: error: in `/test/ruby-1.9.2-p180':
>
> I am not sure ..what went wrong.
>
> Can you please guide me ..what I have missed ?
>
> Thank you.
>
You might find this link http://blogs.nullvision.com/?p=86 helpful, if you can install binary packages.
In any case you have to look into config.log if any error occurs during the configure run.

You could also try to use the IBM-C-Compiler xlc/xlc_r.

regards
ralf

-- 
#!/usr/bin/env ruby
# --------------------------------------------------------
Struct.new(:name,
            :mail,
            :phone,
            :fax,
            :institute,
            :room).new('Ralf Mueller',
                       'ralf.mueller@zmaw.de',
                       '+49 40 41173 153',
                       '+49 40 41173 298',
                       ['Max Planck Institute for Meteorology',
                        'Ocean in the Earth System',
                        'Bundesstrasse 53',
                        'D-20146 Hamburg'].join(", "),
                        'ZMAW-building, office 211').each_pair {|k,v| puts [k,v].join("\t") }
#------------------------------------------------------------ (-,-)...zZ

Back to comp.lang.ruby | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Compilation error on AIX "Vivek J." <jain.vivek86@gmail.com> - 2011-04-05 11:39 -0500
  Re: Compilation error on AIX Ralf Mueller <ralf.mueller@zmaw.de> - 2011-04-06 07:47 -0500

csiph-web