On Tue, Jun 01, 1999 at 12:12:30PM -0700, Brent Fulgham wrote: > For what it's worth, I found that the autoconfig rules used in the Python > sources (which may not really relate to the issue here) did not cause > the threads library to be added to the linking rules. This was partly > because it expected to find "cthreads.h" in the "mach" directory.
Some headers are in /include although packages written for an older mach expects them in /include/mach/. > In addition, the autoconf source needed a line similar to: > LIBS="$LIBS -lthread" > under the "CTHREAD" set of rules. It may be that configuration code that > sees a "MACH" definition may believe that the threading libraries are > part of the main system libraries, and not an external library that needs > to be linked in. Unfortunately, my Mach history is not sufficient to > comment further. I had the very same problem with jade. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org finger brinkmd@ Marcus Brinkmann GNU http://www.gnu.org master.debian.org [EMAIL PROTECTED] for public PGP Key http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/ PGP Key ID 36E7CD09

