Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distcc build fail in zeroconf.c #3

Closed
GoogleCodeExporter opened this issue May 26, 2015 · 1 comment
Closed

distcc build fail in zeroconf.c #3

GoogleCodeExporter opened this issue May 26, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Building r456 fails for me on Ubuntu Dapper.

Looks like you need to add src/gcc-id.o to $common_obj in Makefile.in.

Console output:

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 -D_REENTRANT 
   -o distcc src/backoff.o src/climasq.o src/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 src/traceenv.o src/include_server_if.o
src/where.o src/zeroconf.o src/emaillog.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/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 -lpthread   -lpopt -lavahi-common -lavahi-client
src/zeroconf.o: In function `daemon_proc':
/home/thestig/distcc/pump/distcc-read-only/src/zeroconf.c:431: undefined
reference to `dcc_get_gcc_version'
/home/thestig/distcc/pump/distcc-read-only/src/zeroconf.c:431: undefined
reference to `dcc_get_gcc_machine'
/home/thestig/distcc/pump/distcc-read-only/src/zeroconf.c:434: undefined
reference to `dcc_make_dnssd_subtype'
collect2: ld returned 1 exit status
make: *** [distcc] Error 1

Original issue reported on code.google.com by zhang...@gmail.com on 3 Jun 2008 at 9:35

@GoogleCodeExporter
Copy link
Author

Original comment by csilv...@gmail.com on 3 Jun 2008 at 9:57

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant