[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Dirty compile under Slackware 3.5



(copy of my response, forgot to cc the bug list)

At 09:48 PM 8/31/98 +0100, you wrote:
>I have OpenLDAP 1.0 here, and trying to compile on Slackware 3.5 (egcs
>1.0.3), but get many errors - 'make tests' refuses to run without error.

It appears your version of Linux does not support POSIX THREADS as defined
in the final standard.

I would recommend defining the following in your Make-common:

	THREADS=-DNO_THREADS
	THREADSLIB=

>Is it possible for me to get a cleam compile?

Yes, however, you might have to apply one or two additional patches.
The current build system does not support variants of operating
systems and compilers well.

Kurt