[#38919] Ruby 1.8.1 preview4 — matz@... (Yukihiro Matsumoto)

Hi,

44 messages 2003/12/22
[#38921] Re: Ruby 1.8.1 preview4 — "NAKAMURA, Hiroshi" <nakahiro@...> 2003/12/22

Hi, all,

[ruby-list:38975] Re: Ruby 1.8.1 preview4

From: akira yamada / やまだあきら <akira@...>
Date: 2003-12-24 11:15:37 UTC
List: ruby-list #38975
ぎりぎりになってですがCVSの最新でbuildを試しています。

とりあえずLinux/Sparc64環境下で
--enable-pthredをつけるとrubyを作ることができません。

  libruby-static.a(eval.o)(.text+0x183c): In function `error_print':
  /home/akira/ruby/defines.h:150: warning: warning: getcontext is not implemented and will always fail
  libruby-static.a(eval.o)(.text+0x28a0): In function `rb_eval_string_wrap':
  /home/akira/ruby/eval.c:106: warning: warning: setcontext is not implemented and will always fail
  make: *** [rbconfig.rb] Aborted

というような感じのエラーとなります。
中田さんに言われて
ac_cv_header_ucontext_h=no ./configure --enable-pthread ...
でconfigureしなおしてmakeしてみたところ
rubyができてmake testもパスしました。

#testrbはこれからです。

-- 
やまだあきら / akira yamada <URL:http://arika.org>
Vine Caves, Ltd. <URL:http://vinecaves.com>
(akira@arika.org, akira@debian.org or akira@vinecaves.com)

In This Thread