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


Groups > comp.lang.ruby > #2383

Re: Compilation error on AIX

X-FeedAbuse http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109
Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!talisker.lacave.net!lacave.net!not-for-mail
From Ralf Mueller <ralf.mueller@zmaw.de>
Newsgroups comp.lang.ruby
Subject Re: Compilation error on AIX
Date Wed, 6 Apr 2011 07:47:55 -0500
Organization Service de news de lacave.net
Lines 43
Message-ID <4D9C60FB.4030509@zmaw.de> (permalink)
References <9803451335b67561a701f03f8eb9b5c0@ruby-forum.com>
NNTP-Posting-Host bristol.highgroove.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-Trace talisker.lacave.net 1302094093 84997 65.111.164.187 (6 Apr 2011 12:48:13 GMT)
X-Complaints-To abuse@lacave.net
NNTP-Posting-Date Wed, 6 Apr 2011 12:48:13 +0000 (UTC)
In-Reply-To <9803451335b67561a701f03f8eb9b5c0@ruby-forum.com>
X-Received-From This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway
X-Mail-Count 381040
X-Ml-Name ruby-talk
X-Rubymirror Yes
X-Ruby-Talk <4D9C60FB.4030509@zmaw.de>
Xref x330-a1.tempe.blueboxinc.net comp.lang.ruby:2383

Show key headers only | 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