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


Groups > comp.lang.ruby > #2275 > unrolled thread

Complier Issue in AIX 5.3

Started by"Vivek J." <jain.vivek86@gmail.com>
First post2011-04-04 13:29 -0500
Last post2011-04-21 14:49 -0500
Articles 4 — 3 participants

Back to article view | Back to comp.lang.ruby


Contents

  Complier Issue in AIX 5.3 "Vivek J." <jain.vivek86@gmail.com> - 2011-04-04 13:29 -0500
    Re: Complier Issue in AIX 5.3 "Vivek J." <jain.vivek86@gmail.com> - 2011-04-05 01:25 -0500
      Re: Complier Issue in AIX 5.3 Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-04-05 04:14 -0500
        Re: Complier Issue in AIX 5.3 Art Lee <artlee@sbcglobal.net> - 2011-04-21 14:49 -0500

#2275 — Complier Issue in AIX 5.3

From"Vivek J." <jain.vivek86@gmail.com>
Date2011-04-04 13:29 -0500
SubjectComplier Issue in AIX 5.3
Message-ID<f355c16ab721c287a46b7cdb36e4e804@ruby-forum.com>
Hello

I have AIX 5.3 machine and  want to install Ruby and mechanize gem.

I have downloaded ruby-1.9.2-p180.tar.gz and

Trying to run this :


 cd ruby-1.9.2-p180
bash-3.2# ./configure
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking target system type... powerpc-ibm-aix5.3.0.0
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/test/ruby-1.9.2-p180':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

----------

My AIX box says

bash-3.2# lslpp -L all | grep xl
  xlC.aix50.rte             10.1.0.2    C     F    XL C/C++ Runtime for
AIX 5.3
  xlC.cpp                    9.0.0.0    C     F    C for AIX
Preprocessor
  xlC.rte                   10.1.0.2    C     F    XL C/C++ Runtime


Which C Compiler I need to download ?

What we the next steps to install Ruby and mechanize gem.

Thank you.

Appreciate your quick response.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#2299

From"Vivek J." <jain.vivek86@gmail.com>
Date2011-04-05 01:25 -0500
Message-ID<1486dae52d7d0a1a1b004924c8c22b04@ruby-forum.com>
In reply to#2275
Hello

Please guide me ..I am stuck in Compiler issue.

Please point me to some documnet ..where I can find all necessary steps.

Thank you.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#2313

FromPhillip Gawlowski <cmdjackryan@googlemail.com>
Date2011-04-05 04:14 -0500
Message-ID<BANLkTikRqE=_+LZgFpq50DxVs+aKex4O8g@mail.gmail.com>
In reply to#2299
On Tue, Apr 5, 2011 at 8:25 AM, Vivek J. <jain.vivek86@gmail.com> wrote:
> Hello
>
> Please guide me ..I am stuck in Compiler issue.
>
> Please point me to some documnet ..where I can find all necessary steps.
>
> Thank you.

http://www.ibm.com/developerworks/aix/library/au-gnu.html

-- 
Phillip Gawlowski

Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.

[toc] | [prev] | [next] | [standalone]


#3333

FromArt Lee <artlee@sbcglobal.net>
Date2011-04-21 14:49 -0500
Message-ID<58c0b11cb862753cdd873cf79b90ce2a@ruby-forum.com>
In reply to#2313
Phillip Gawlowski wrote in post #990968:
> On Tue, Apr 5, 2011 at 8:25 AM, Vivek J. <jain.vivek86@gmail.com> wrote:
>> Hello
>>
>> Please guide me ..I am stuck in Compiler issue.
>>
>> Please point me to some documnet ..where I can find all necessary steps.
>>
>> Thank you.
>
> http://www.ibm.com/developerworks/aix/library/au-gnu.html
>
> --
> Phillip Gawlowski
>
> Though the folk I have met,
> (Ah, how soon!) they forget
> When I've moved on to some other place,
> There may be one or two,
> When I've played and passed through,
> Who'll remember my song or my face.

this did not help. I get this in the make
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 41765) in object vm.o:
        The symbol refers to a csect with symbol number 0, which was not
        found. The new symbol cannot be associated with a csect and
        is being ignored.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web