Hello,
How would I compile my program with distcc?
That's not as daft as it sounds.
I don't use makefiles as it's a relatively small project and I think it's an 
unnecessary complication. I have a file compile.sh.

In that file is a few configuring lines and a compile line:
g++ -o rakentia ./*.cpp -Wall 
`allegro-config --libs`  -I/usr/include/zoidcom -L/usr/lib/zoidcom/libzoidcom.so

It's a game.

How would I make this compile over the network, what is the equivalent of j8 
for distcc?
-- 
A visit to a fresh place will bring strange work.
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to