There is also a problem with "make install" on solaris 8 and 9 (It builds like a champ). Solaris (at least the machines that I'm working on) are missing a BSD style "install" executable. It appears that you are delivering "install-sh", which is a shell script which mimics the BSD "install" executable. However, the configure script is not detecting the absence of "install" and therefore not falling back on "install-sh".

Thanks,

Mike

Martin Pool wrote:

distcc 0.14 contains fixes for just a couple of bugs discovered in the
last week.

distcc-0.14 "no agonizing hanging weights" 2002-11-13

BUG FIXES:

* Take lock on localhost only when compiling locally, not for all
compilations. This removes the accidental limit of only 4 overall jobs.
(Martin Pool)

* Fix Makefile bug that caused HTML documentation to be missing from the
distribution tarball. (Frerich Raabe, Martin Pool)

* Make PreprocessPlainText_Case run in appropriate subdirectory. (Martin
Pool)


PORTABILITY:

* Test for wait4 and wait3, which are missing on IRIX. (Mike Santy,
Martin Pool)


DOCUMENTATION:

* Include example init.d script. (Jason Thomas)


_______________________________________________
distcc mailing list
[EMAIL PROTECTED]
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to