[#19457] equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org>

ふと気がついたのですが、

39 messages 2003/02/02
[#19460] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/03

まつもと ゆきひろです

[#19473] Re: equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org> 2003/02/04

In article <1044245817.592933.31973.nullmailer@picachu.netlab.jp>,

[#19474] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19475] Re: equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org> 2003/02/04

In article <1044329220.257740.28127.nullmailer@picachu.netlab.jp>,

[#19476] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19477] Re: equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org> 2003/02/04

In article <1044331431.138035.28173.nullmailer@picachu.netlab.jp>,

[#19478] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19479] Re: equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org> 2003/02/04

In article <1044332948.099873.28206.nullmailer@picachu.netlab.jp>,

[#19482] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19486] Re: equality between "a" and Exception.new("a") — Tanaka Akira <akr@...17n.org> 2003/02/04

In article <1044338964.502066.28474.nullmailer@picachu.netlab.jp>,

[#19491] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19493] Re: equality between "a" and Exception.new("a") — matz@... (Yukihiro Matsumoto) 2003/02/04

まつもと ゆきひろです

[#19556] compare between String and Exception — Tanaka Akira <akr@...17n.org> 2003/02/12

さらに気が付いたのですが、

[#19514] [Oniguruma] Version 1.7.1 — "K.Kosako" <kosako@...>

ftp.ruby-lang.orgに、onigd20030207.tar.gzを置きました。

19 messages 2003/02/07

[#19548] [PATCH] file.c for (PR#389) and (PR#390) — nobu.nakada@...

なかだです。

20 messages 2003/02/11
[#19572] Re: [PATCH] file.c for (PR#389) and (PR#390) — pegacorn@... 2003/02/14

From: nobu.nakada@nifty.ne.jp

[#19648] Re: SEGV at search_method in eval.c (PR#400) — nobu.nakada@...

なかだです。

13 messages 2003/02/24

[ruby-dev:19538] Re: cannot find -lruby-static (PR#384)

From: Tanaka Akira <akr@...17n.org>
Date: 2003-02-08 05:27:31 UTC
List: ruby-dev #19538
In article <200301212304.h0LN4fu28848@sharui.nakada.kanuma.tochigi.jp>,
  nobu.nakada@nifty.ne.jp writes:

> とりあえず直接$LIBPATHに指定するようにしてみました。

この、-lruby-static が失敗するって話はどうなったんでしたっけ?

つい先程、--with-opt-dir を使わなくても失敗することに気がついたんです
が、症状が悪化してる?

% cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src co ruby
...
% cd ruby 
% autoconf
% ./configure --prefix=/tmp/z && make && make install
...
% cd ..
% cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src co rough/ext/zlib
...
% cd rough/ext/zlib 
% /tmp/z/bin/ruby extconf.rb 
checking for deflateReset() in -lz... no
checking for deflateReset() in -llibz... no
% cat mkmf.log 
have_library: checking for deflateReset() in -lz... 
gcc -o conftest -I/tmp/z/lib/ruby/1.8/i686-linux -I/tmp/z/lib/ruby/1.8/i686-linux -g -O2 conftest.c -rdynamic -lruby-static -lz -ldl -lcrypt -lm -lc
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */


int main() { return 0; }
int t() { deflateReset(); return 0; }
/* end */

gcc -o conftest -I/tmp/z/lib/ruby/1.8/i686-linux -I/tmp/z/lib/ruby/1.8/i686-linux -g -O2 conftest.c -rdynamic -lruby-static -lz -ldl -lcrypt -lm -lc
conftest.c: In function `t':
conftest.c:4: `deflateReset' undeclared (first use in this function)
conftest.c:4: (Each undeclared identifier is reported only once
conftest.c:4: for each function it appears in.)
checked program was:
/* begin */


int main() { return 0; }
int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */

have_library: checking for deflateReset() in -llibz... 
gcc -o conftest -I/tmp/z/lib/ruby/1.8/i686-linux -I/tmp/z/lib/ruby/1.8/i686-linux -g -O2 conftest.c -rdynamic -lruby-static -llibz -ldl -lcrypt -lm -lc
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */


int main() { return 0; }
int t() { deflateReset(); return 0; }
/* end */

gcc -o conftest -I/tmp/z/lib/ruby/1.8/i686-linux -I/tmp/z/lib/ruby/1.8/i686-linux -g -O2 conftest.c -rdynamic -lruby-static -llibz -ldl -lcrypt -lm -lc
conftest.c: In function `t':
conftest.c:4: `deflateReset' undeclared (first use in this function)
conftest.c:4: (Each undeclared identifier is reported only once
conftest.c:4: for each function it appears in.)
checked program was:
/* begin */


int main() { return 0; }
int t() { void ((*volatile p)()); p = (void ((*)()))deflateReset; return 0; }
/* end */
-- 
[田中 哲][たなか あきら][Tanaka Akira]

In This Thread