From: nobu.nokada@... Date: 2002-08-10T22:25:45+09:00 Subject: Re: struct needs to be a constant? Hi, At Sat, 10 Aug 2002 20:43:58 +0900, ts wrote: > it has generated > > Init_tkutil(); > rb_provide("tk"); > > I have not yet understood this case, where, apparently, the user request > for an extension but ruby try to load another extension In this case, I guess extmk.rb.in should be fixed. Index: extmk.rb.in =================================================================== RCS file: /cvs/ruby/src/ruby/ext/extmk.rb.in,v retrieving revision 1.79 diff -u -2 -p -r1.79 extmk.rb.in --- extmk.rb.in 29 Jul 2002 07:06:34 -0000 1.79 +++ extmk.rb.in 10 Aug 2002 13:17:58 -0000 @@ -803,5 +803,5 @@ if $extlist.size > 0 \tInit_%s();\n\ \trb_provide(\"%s\");\n\ -", t, s) +", t, t) $extobjs += "ext/" $extobjs += f -- Nobu Nakada