Re: distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-13 Thread Andrew P.
Today i had success compiling: firefox on Debian/i386 with gcc version 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) (worked out-of-the-box) squid on FC4/amd64 with gcc version 4.0.1 20050727 (Red Hat 4.0.1-5) (required CFLAGS+=-m32 in /etc/make.conf on the distcc client) Both firefox and squid

distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-10 Thread Andrew P.
We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD boxes :-) Some days ago I started using ccache and distcc, and I really love these tools. Now I want to get

Re: distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-10 Thread Garrett Cooper
On Oct 10, 2005, at 2:34 AM, Andrew P. wrote: We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD boxes :-) Some days ago I started using ccache and distcc,

Re: distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-10 Thread Micah
Andrew P. wrote: We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD boxes :-) Some days ago I started using ccache and distcc, and I really love these

Re: distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-10 Thread Dan Nelson
In the last episode (Oct 10), Garrett Cooper said: On Oct 10, 2005, at 2:34 AM, Andrew P. wrote: We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD

Re: distcc and cross-compiling for FreeBSD on Linux/Solaris

2005-10-10 Thread Garrett Cooper
On Oct 10, 2005, at 7:01 AM, Micah wrote: Andrew P. wrote: We've got some mostly idle, but powerful sparc64 servers running Solaris 9/10, as well as a host of Linux servers (x86 and x86_64). Of course, all the real work is done on a pack of FreeBSD boxes :-) Some days ago I started using