[distcc] Problems using tool chain distcc/cygwin with armcc compiler on Windows XP

Anderson Fredrik (fa) fredrik.fa.anderson at volvo.com
Tue Aug 19 10:26:53 GMT 2008


Hi,

I have got into problems using tool chain distcc/cygwin with armcc
compiler on Windows XP.
 
We are using cygwin package to build, using GNU make, some SW components
on Windows XP. We are investigating distcc to hopefully be able to
decrease our build time using distributed builds.
 
Currently my investigation has got the following results:
* Able to compile a small C++ project using distcc and g++ compiler,
very nice.
* Not able to compile a .cpp file using distcc and armcc compiler. As
preprocessing makes .i files, armcc compiler complains and don't compile
those files. 
As described in thread,
http://www.mail-archive.com/distcc@lists.samba.org/msg03363.html
<http://www.mail-archive.com/distcc@lists.samba.org/msg03363.html> .
* Tried, as suggested in above thread, to use pump mode as introduced in
distcc 3.0. However got compilation result as attached below in cygwin.
 
* Do you know about any successful setup of described tool chain,
distcc/cygwin/armcc?
* Any suggestions how to go further?
 
Compilation result:
 
...\cygwin\tmp\distcc-3.0rc4>make
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/backoff.o
-c src/backoff.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/climasq.o
-c src/climasq.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/clinet.o -
c src/clinet.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/clirpc.o -
c src/clirpc.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/compile.o
-c src/compile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/cpp.o -c s
rc/cpp.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/distcc.o -
c src/distcc.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/remote.o -
c src/remote.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/ssh.o -c s
rc/ssh.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/state.o -c
 src/state.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/strip.o -c
 src/strip.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/timefile.o
 -c src/timefile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/traceenv.o
 -c src/traceenv.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/include_se
rver_if.o -c src/include_server_if.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/where.o -c
 src/where.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/emaillog.o
 -c src/emaillog.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/arg.o -c s
rc/arg.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/argutil.o
-c src/argutil.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/cleanup.o
-c src/cleanup.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/compress.o
 -c src/compress.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/trace.o -c
 src/trace.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/util.o -c
src/util.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/io.o -c sr
c/io.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/exec.o -c
src/exec.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/rpc.o -c s
rc/rpc.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/tempfile.o
 -c src/tempfile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/bulk.o -c
src/bulk.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/help.o -c
src/help.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/filename.o
 -c src/filename.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/lock.o -c
src/lock.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/netutil.o
-c src/netutil.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/pump.o -c
src/pump.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/sendfile.o
 -c src/sendfile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/safeguard.
o -c src/safeguard.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/snprintf.o
 -c src/snprintf.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/timeval.o
-c src/timeval.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/dotd.o -c
src/dotd.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/hosts.o -c
 src/hosts.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/hostfile.o
 -c src/hostfile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/implicit.o
 -c src/implicit.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/loadfile.o
 -c src/loadfile.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o lzo/minilzo.o
-c lzo/minilzo.c
gcc -g -O2 -MD -W -Wall -Wimplicit -Wuninitialized -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -
Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wmissing-declarations   -o distcc.exe src/backoff.o src/climasq.o s
rc/clinet.o src/clirpc.o src/compile.o src/cpp.o src/distcc.o
src/remote.o src/ssh.o src/state.o src/strip.o src/timefile.o s
rc/traceenv.o src/include_server_if.o src/where.o src/emaillog.o
src/arg.o src/argutil.o src/cleanup.o src/compress.o src/tra
ce.o src/util.o src/io.o src/exec.o src/rpc.o src/tempfile.o src/bulk.o
src/help.o src/filename.o src/lock.o src/netutil.o sr
c/pump.o src/sendfile.o src/safeguard.o src/snprintf.o src/timeval.o
src/dotd.o src/hosts.o src/hostfile.o src/implicit.o src
/loadfile.o lzo/minilzo.o
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: auto-importing has been activated without --ena
ble-auto-import specified on the command line.
This should work unless it involves constant data structures referencing
symbols from auto-imported DLLs.Info: resolving _h_e
rrno by linking to __imp__h_errno (auto-import)
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/access.o -
c src/access.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/daemon.o -
c src/daemon.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/dopt.o -c
src/dopt.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/dparent.o
-c src/dparent.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/dsignal.o
-c src/dsignal.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/ncpus.o -c
 src/ncpus.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/prefork.o
-c src/prefork.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/stringmap.
o -c src/stringmap.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/serve.o -c
 src/serve.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/setuid.o -
c src/setuid.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/srvnet.o -
c src/srvnet.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/srvrpc.o -
c src/srvrpc.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/stats.o -c
 src/stats.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/fix_debug_
info.o -c src/fix_debug_info.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -Wno-unused -o po
pt/findme.o -c popt/findme.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -Wno-unused -o po
pt/popt.o -c popt/popt.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -Wno-unused -o po
pt/poptconfig.o -c popt/poptconfig.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -Wno-unused -o po
pt/popthelp.o -c popt/popthelp.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -Wno-unused -o po
pt/poptparse.o -c popt/poptparse.c
gcc -g -O2 -MD -W -Wall -Wimplicit -Wuninitialized -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -
Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wmissing-declarations   -o distccd.exe src/access.o src/daemon.o  s
rc/dopt.o src/dparent.o src/dsignal.o src/ncpus.o src/prefork.o
src/stringmap.o src/serve.o src/setuid.o src/srvnet.o src/srv
rpc.o src/state.o src/stats.o src/fix_debug_info.o src/arg.o
src/argutil.o src/cleanup.o src/compress.o src/trace.o src/util.
o src/io.o src/exec.o src/rpc.o src/tempfile.o src/bulk.o src/help.o
src/filename.o src/lock.o src/netutil.o src/pump.o src/s
endfile.o src/safeguard.o src/snprintf.o src/timeval.o src/dotd.o
src/hosts.o src/hostfile.o src/implicit.o src/loadfile.o lz
o/minilzo.o  popt/findme.o  popt/popt.o  popt/poptconfig.o
popt/popthelp.o popt/poptparse.o
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/mon.o -c s
rc/mon.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/mon-text.o
 -c src/mon-text.c
gcc -g -O2 -MD -W -Wall -Wimplicit -Wuninitialized -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -
Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wmissing-declarations   -o distccmon-text.exe src/cleanup.o src/fil
ename.o src/io.o src/mon.o src/netutil.o src/argutil.o src/rpc.o
src/snprintf.o src/state.o src/tempfile.o src/trace.o src/tr
aceenv.o src/util.o src/mon-text.o
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/lsdistcc.o
 -c src/lsdistcc.c
gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src
" -I"./lzo" -I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit
-Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Wwrite-s
trings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wmissing-declarations  -o src/rslave.o -
c src/rslave.c
gcc -g -O2 -MD -W -Wall -Wimplicit -Wuninitialized -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -
Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wmissing-declarations   -o lsdistcc.exe src/lsdistcc.o src/clinet.o
 src/io.o src/netutil.o src/trace.o src/util.o src/rslave.o
src/snprintf.o lzo/minilzo.o
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: auto-importing has been activated without --ena
ble-auto-import specified on the command line.
This should work unless it involves constant data structures referencing
symbols from auto-imported DLLs.Info: resolving _h_e
rrno by linking to __imp__h_errno (auto-import)
if test -z "/bin/python2.5"; then       \
  echo "Not building include-server: No suitable python found"; \
else                                            \
  mkdir -p "./_include_server" &&      \
  DISTCC_VERSION="3.0rc4"                       \
  SRCDIR="."                            \
  CPPFLAGS="-DHAVE_CONFIG_H -D_GNU_SOURCE
-DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc
-I"./src" -I"./lzo" -I"./popt""                        \
  /bin/python2.5 "./include_server/setup.py" \
      build                                     \
        --build-base="./_include_server"  \
        --build-temp="./_include_server"; \
fi
running build
running build_py
creating _include_server/lib.cygwin-1.5.25-i686-2.5
creating _include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/__init__.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/basics.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/cache_basics.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/compiler_defaults.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
 
copying /tmp/distcc-3.0rc4/include_server/compress_files.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/include_analyzer.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying
/tmp/distcc-3.0rc4/include_server/include_analyzer_memoizing_node.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/
include_server
copying /tmp/distcc-3.0rc4/include_server/include_server.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/macro_eval.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/mirror_path.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/parse_command.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/parse_file.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/run.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/setup.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/statistics.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/c_extensions_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
 
copying /tmp/distcc-3.0rc4/include_server/include_server_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_serv
er
copying /tmp/distcc-3.0rc4/include_server/macro_eval_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/mirror_path_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/parse_command_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_serve
r
copying /tmp/distcc-3.0rc4/include_server/parse_file_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/include_analyzer_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_se
rver
copying
/tmp/distcc-3.0rc4/include_server/include_analyzer_memoizing_node_test.p
y -> ./_include_server/lib.cygwin-1.5.25-i686
-2.5/include_server
copying /tmp/distcc-3.0rc4/include_server/basics_test.py ->
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server
running build_ext
building 'include_server.distcc_pump_c_extensions' extension
creating _include_server/tmp
creating _include_server/tmp/distcc-3.0rc4
creating _include_server/tmp/distcc-3.0rc4/src
creating _include_server/tmp/distcc-3.0rc4/lzo
creating _include_server/tmp/distcc-3.0rc4/include_server
creating _include_server/tmp/distcc-3.0rc4/include_server/c_extensions
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/clirpc.c -o
./_include_server/tmp/distcc-3.0rc4/src/clirpc.o -W -Wall -Wimplicit -Wu
ninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FOR
TIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/clinet.c -o
./_include_server/tmp/distcc-3.0rc4/src/clinet.o -W -Wall -Wimplicit -Wu
ninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FOR
TIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/state.c -o
./_include_server/tmp/distcc-3.0rc4/src/state.o -W -Wall -Wimplicit
-Wuni
nitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTI
FY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/srvrpc.c -o
./_include_server/tmp/distcc-3.0rc4/src/srvrpc.o -W -Wall -Wimplicit -Wu
ninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FOR
TIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/pump.c -o
./_include_server/tmp/distcc-3.0rc4/src/pump.o -W -Wall -Wimplicit
-Wunini
tialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTIFY
_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/rpc.c -o
./_include_server/tmp/distcc-3.0rc4/src/rpc.o -W -Wall -Wimplicit
-Wuniniti
alized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTIFY_S
OURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/io.c -o
./_include_server/tmp/distcc-3.0rc4/src/io.o -W -Wall -Wimplicit
-Wuninitial
ized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTIFY_SOU
RCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/include_server_if.c -o
./_include_server/tmp/distcc-3.0rc4/src/include_server_if.o -
W -Wall -Wimplicit -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-exte
rns -Werror -Wp,-U_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/trace.c -o
./_include_server/tmp/distcc-3.0rc4/src/trace.o -W -Wall -Wimplicit
-Wuni
nitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTI
FY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/snprintf.c -o
./_include_server/tmp/distcc-3.0rc4/src/snprintf.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/util.c -o
./_include_server/tmp/distcc-3.0rc4/src/util.o -W -Wall -Wimplicit
-Wunini
tialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTIFY
_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/tempfile.c -o
./_include_server/tmp/distcc-3.0rc4/src/tempfile.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/filename.c -o
./_include_server/tmp/distcc-3.0rc4/src/filename.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/bulk.c -o
./_include_server/tmp/distcc-3.0rc4/src/bulk.o -W -Wall -Wimplicit
-Wunini
tialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_FORTIFY
_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/sendfile.c -o
./_include_server/tmp/distcc-3.0rc4/src/sendfile.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/compress.c -o
./_include_server/tmp/distcc-3.0rc4/src/compress.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/argutil.c -o
./_include_server/tmp/distcc-3.0rc4/src/argutil.o -W -Wall -Wimplicit -
Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_F
ORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/cleanup.c -o
./_include_server/tmp/distcc-3.0rc4/src/cleanup.o -W -Wall -Wimplicit -
Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_F
ORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/emaillog.c -o
./_include_server/tmp/distcc-3.0rc4/src/emaillog.o -W -Wall -Wimplicit
 -Wuninitialized -Wshadow -Wpointer-arith -Wcast-align
-Waggregate-return -Wstrict-prototypes -Wnested-externs -Werror -Wp,-U
_FORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/timeval.c -o
./_include_server/tmp/distcc-3.0rc4/src/timeval.o -W -Wall -Wimplicit -
Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_F
ORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/src/netutil.c -o
./_include_server/tmp/distcc-3.0rc4/src/netutil.o -W -Wall -Wimplicit -
Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_F
ORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c /tmp/distcc-3.0rc4/lzo/minilzo.c -o
./_include_server/tmp/distcc-3.0rc4/lzo/minilzo.o -W -Wall -Wimplicit -
Wuninitialized -Wshadow -Wpointer-arith -Wcast-align -Waggregate-return
-Wstrict-prototypes -Wnested-externs -Werror -Wp,-U_F
ORTIFY_SOURCE
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR=/usr/local/etc
-DPKGDATADIR=/usr/local/share/distcc -Isrc -I./src -I./lzo -I./popt
-D_GNU_SOURCE=1 -Isrc -I./src -I./lzo -I./popt -I/usr/inc
lude/python2.5 -c
/tmp/distcc-3.0rc4/include_server/c_extensions/distcc_pump_c_extensions_
module.c -o ./_include_server/tmp/d
istcc-3.0rc4/include_server/c_extensions/distcc_pump_c_extensions_module
.o -W -Wall -Wimplicit -Wuninitialized -Wshadow -Wpoi
nter-arith -Wcast-align -Waggregate-return -Wstrict-prototypes
-Wnested-externs -Werror -Wp,-U_FORTIFY_SOURCE
gcc -shared -Wl,--enable-auto-image-base -DHAVE_CONFIG_H -D_GNU_SOURCE
-DSYSCONFDIR=/usr/local/etc -DPKGDATADIR=/usr/local/sh
are/distcc -Isrc -I./src -I./lzo -I./popt
./_include_server/tmp/distcc-3.0rc4/src/clirpc.o
./_include_server/tmp/distcc-3.0rc
4/src/clinet.o ./_include_server/tmp/distcc-3.0rc4/src/state.o
./_include_server/tmp/distcc-3.0rc4/src/srvrpc.o ./_include_se
rver/tmp/distcc-3.0rc4/src/pump.o
./_include_server/tmp/distcc-3.0rc4/src/rpc.o
./_include_server/tmp/distcc-3.0rc4/src/io.o
./_include_server/tmp/distcc-3.0rc4/src/include_server_if.o
./_include_server/tmp/distcc-3.0rc4/src/trace.o ./_include_server
/tmp/distcc-3.0rc4/src/snprintf.o
./_include_server/tmp/distcc-3.0rc4/src/util.o
./_include_server/tmp/distcc-3.0rc4/src/temp
file.o ./_include_server/tmp/distcc-3.0rc4/src/filename.o
./_include_server/tmp/distcc-3.0rc4/src/bulk.o ./_include_server/tm
p/distcc-3.0rc4/src/sendfile.o
./_include_server/tmp/distcc-3.0rc4/src/compress.o
./_include_server/tmp/distcc-3.0rc4/src/arg
util.o ./_include_server/tmp/distcc-3.0rc4/src/cleanup.o
./_include_server/tmp/distcc-3.0rc4/src/emaillog.o ./_include_server
/tmp/distcc-3.0rc4/src/timeval.o
./_include_server/tmp/distcc-3.0rc4/src/netutil.o
./_include_server/tmp/distcc-3.0rc4/lzo/mi
nilzo.o
./_include_server/tmp/distcc-3.0rc4/include_server/c_extensions/distcc_p
ump_c_extensions_module.o -L. -lpython2.5 -o
./_include_server/lib.cygwin-1.5.25-i686-2.5/include_server/distcc_pump_
c_extensions.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
cannot find -lpython2.5
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make: *** [include-server] Error 1
 
...\cygwin\tmp\distcc-3.0rc4>
 
 
Fredrik Anderson
Software Designer

 
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the distcc mailing list