[distcc] 2.15 compile error on Solaris 8 - popt.h not found

Martin Pool mbp at sourcefrog.net
Wed Jul 7 01:53:33 GMT 2004


On  6 Jul 2004, Sean Kelly <lists at shortestpath.org> wrote:
> Hi,
> 
>   I am trying to compile distcc-2.15 on Solaris 8 for SPARC using GCC 
> 2.95.3 and the configure line "./configure --prefix=/distcc".
> 
>   When I type make, the compilation fails with:
> 
> gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./src -DSYSCONFDIR="\"/distcc/etc\"" -
> DPKGDATADIR="\"/distcc/share/distcc\"" -Isrc -I./lzo -g -O2 -W -Wall -
> Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-
> return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o 
> src/dopt.o -c src/dopt.c
> src/dopt.c:38: popt.h: No such file or directory
> make: *** [src/dopt.o] Error 1
> 
>   I can see that popt.h is in distcc-2.15/popt/popt.h and have read from 
> the INSTALL file that if libpopt is not found then it will be statically 
> linked in.
> 
>   I think my problem here is down to the fact that Solaris has problems 
> statically linking binaries.  Is this the case with this error?

Maybe you have libpopt on your system, but not popt.h?  If so, you
should probably configure --with-included-popt.

-- 
Martin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/distcc/attachments/20040707/28a72726/attachment.bin


More information about the distcc mailing list