I am using distcc to compile LFS, and running into an error at almost every package I try to compile.
This happens with setting DISTCC_HOSTS with anything else than "localhost". The other machines are running the same gcc, glibc,and distcc versions as my localhost. Can anyone help ? Thanks Here's a dump: making all in src make[2]: Entering directory `/usr/src/m4-1.4/src' distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer m4.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer builtin.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer debug.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer eval.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer format.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer freeze.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer input.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer macro.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer output.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer path.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer stackovf.c distcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib -O2 -mcpu=i686 -march=i386 -pipe -fomit-frame-pointer symtab.c distcc -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o ou tput.o path.o stackovf.o symtab.o ../lib/libm4.a stackovf.o(.text+0x22d): In function `setup_stackovf_trap': : the `sigstack' function is dangerous. `sigaltstack' should be used instead. builtin.o(.text+0x1bd5): In function `m4_maketemp': : the use of `mktemp' is dangerous, better use `mkstemp' debug.o(.text+0x3c7): In function `trace_format': : undefined reference to `__builtin_va_start' ../lib/libm4.a(error.o)(.text+0x26): In function `error': : undefined reference to `__builtin_va_start' collect2: ld returned 1 exit status distcc[400] ERROR: compile on localhost failed make[2]: *** [m4] Error 1 make[2]: Leaving directory `/usr/src/m4-1.4/src' make[1]: *** [all] Error 1 make[1]: Leaving directory `/usr/src/m4-1.4' make: *** [/usr/src/log/m4-1.4] Error 2 __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc
