Dana 19.1.2013 0:35, Bruce Dubbs je napisao:
> For me, I get:
>
> SBU=5.046
> 9800 /usr/src/ruby/ruby-1.9.3-p374.tar.bz2 size (9.570 MB)
> 1008408 kilobytes build size (984.773 MB)
>
> I built and installed in /tmp/ruby:
>
> bdubbs@blfs [ /tmp/ruby ]$ du -sh *
> 433M    install
> 553M    ruby-1.9.3-p374
>
> $ du -sh install/usr/*
> 48K     install/usr/bin
> 252K    install/usr/include
> 53M     install/usr/lib
> 380M    install/usr/share
>
> Most of the installed size is in install/usr/share/doc (321M)
>
> The script I used is basically:
>
> BUILDDIR=/tmp/ruby
> DEST=$BUILDDIR/install
>
> rm -f  $LOG
> rm -rf $BUILDDIR
> mkdir  $BUILDDIR
> cd     $BUILDDIR
>
> tar -xf $DIR/$PROGRAM.tar.?z*
>
> ./configure --prefix=/usr    \
>               --enable-shared  &&
> make                         &&
> make test                    &&
> make DESTDIR=$DEST install
>
>     -- Bruce
>

That's interesting ... I have nothing in /usr/share/doc ...

I am running 64bit operating system ...

Can you post your configure output?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to