Compile from stable snapshots segfaults

Hi,

when compiling the stable snapshot of rub yof the 4.Dec with

   ./configure --prefix=/usr --enable-shared --disable-static --enable-install-doc && \
    make && sudo make install

I get this:

   ..........(much other lines of output).......................

                      shellwords.rb: m.
                       singleton.rb: m...cc.c.m.....c..
                        tempfile.rb: c.........c..
                            unit.rb: mm..
                          thread.rb: cc.c.......c....c........c......
                          thwait.rb: c........
                            time.rb: cc........c
                            yaml.rb: m.....................m.
                            iconv.c: No definition for iconv_failure_inspect
No definition for charset_map_get

                          strscan.c: No definition for strscan_get_string
No definition for strscan_getbyte
No definition for strscan_unscan

                             zlib.c:
Generating RI...
make: *** [install-doc] Segmentation fault

What did I wrong here ?

Kind regards,
Meino

Generating RI...
make: *** [install-doc] Segmentation fault

it's corrected in CVS, retrieve the patch from [ruby-core:03882]

Guy Decoux