On Tue, Jan 09, 2001 at 12:46:48AM +0900, Masaki Fukushima wrote:
 
> >  # ruby extconf.rb 
> >  checking for /usr/lib/python1.5/config/Makefile... yes
> >  checking for LIBS... yes
> >  checking for Py_Initialize() in -lpython1.5... no
> 
> Some change in mkmf.rb causes the problem as you guessed.
> Try this patch.

 Thanks!, it works well.

 But python.so has size 637692 (stripped) and two months ago i compiled it
 and size was 100000 approximately.

 It is like a static compilation, isn't it?

 							David