[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Compile Ruby 1.8.4 on HP-UX 11

McDevitt, Chris

3/17/2006 4:57:00 PM

Thanks. I instilled gcc and ran configure. It received and error, so I
checked the config.log and found this:

gcc version 4.1.0
configure:1972: $? = 0
configure:1974: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1977: $? = 1
configure:2000: checking for C compiler default output file name
configure:2003: gcc conftest.c >&5
ld: I/O error, file "unix98.o": No such file or directory
Fatal error.

Any Suggestions?

-Chris


-----Original Message-----
From: news [mailto:news@sea.gmane.org]
Sent: Thursday, March 16, 2006 8:29 AM
To: ruby-talk ML
Subject: Re: Compile Ruby 1.8.4 on HP-UX 11


try, http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

I think you will get better results with gcc and gnu make.


McDevitt, Chris wrote:
> When I run make (we are using cc not gcc) I receive:
>
> # make
> cc -Ae -s -O +Z -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I. -c parse.c
> cc: "parse.y", line 4439: warning 527: Integral value implicitly
> converted to pointer in assignment.
> cc: "parse.y", line 4442: error 1530: Undefined struct or union.
> cc: "parse.y", line 4444: error 1530: Undefined struct or union.
> cc: "parse.y", line 4444: warning 563: Argument #1 is not the correct
> type.
> cc: "parse.y", line 4446: error 1530: Undefined struct or union.
> cc: "parse.y", line 4446: error 1563: Expression in if must be scalar.
> cc: "parse.y", line 4455: error 1530: Undefined struct or union.
> cc: "parse.y", line 4457: error 1530: Undefined struct or union.
> cc: "parse.y", line 4457: error 1530: Undefined struct or union.
> cc: "parse.y", line 4457: error 1563: Expression in if must be scalar.
> cc: "parse.y", line 4459: error 1530: Undefined struct or union.
> make: *** [parse.o] Error 1
>
> Any suggestions?
>




1 Answer

vanekl

3/17/2006 7:41:00 PM

0