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

Re: Problems with pthread detection under HPUX 11.0 (ITS#14)



I noticed a couple of minor errors with your patch.
	* elf.h include is directive doesn't start in column one (1).
	* ol_link_threads=posix should be set when $ol_cv_pthread_hpux_11
	  is yes (instead of when $ol_try_pthread_hpux_11 is yes).

I've also moved the patch to after most of the normal tests as I rather
favor generalized tests over platform specific tests.

Can you very this work on your box?

Kurt