On 22 Jan 2006, Scott Spare <[EMAIL PROTECTED]> wrote: > DistCC with Cygwin as the daemon and FreeBSD as the target (client): > > -Compiling from the FreeBSD ports tree with distcc set as the compiler for > variables > C, CXX, and CPP in /etc/make.conf, the distcc daemon's running on the cygwin > machine...
I suggest you try building something simpler (like hello world) first. Because you have just set it to 'distcc' it's trying to run the default compiler on the server, which may be the wrong one. You typically need e.g. 'distcc i383-freebsd-gcc-4.0' or carefully set DISTCCD_PATH on the servers. Note it is $CC not $C. > -Compile seems to fail due to "File format not recognized" errors. This error is typical when you've used the remote native compiler and therefore are trying to link a Windows object file into a free86 binary. It doesn't fit. -- Martin
signature.asc
Description: Digital signature
__ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
