On Feb 15, 2004, Christian Leber <[EMAIL PROTECTED]> wrote:

> Exactly, i have about 30000 pieces, my problem is that i don't know how
> to get distcc to pipe it through the gzip(*) on the remote boxes.

You'll probably have to create a wrapper program/script that ``looks''
like a compiler in that it takes a preprocessed source file and
outputs an object file.  Then create a Makefile that splits the big
input into multiple ``source'' files, ``compiles'' (== gzip) them all,
then ``links'' (== cat) the resulting object files into the compressed
image.  Yuck!  But it might even work! :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Happy GNU Year!                     [EMAIL PROTECTED], gnu.org}
Red Hat GCC Developer                 [EMAIL PROTECTED], gcc.gnu.org}
Free Software Evangelist                Professional serial bug killer
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to