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

Slurpd on SCO



I'm having trouble building slurpd on SCO Openserver 5.04.
SCO does not provide a built-in threads package, so I installed
the  "FSU Pthreads (ver 3.5)" package from Skunkware.

Thinking that this would do the trick, I then ran configure
to get the  following threads related messages:

checking for pthread.h... yes                        
checking for sched.h... yes                          
checking POSIX thread version... final               
checking for LinuxThreads... no                      
checking for pthread_create... no                    
checking for pthread_create with -pthread... no      
checking for pthread_create with -pthreads... no     
checking for pthread_create with -thread... no       
checking for pthread_mutex_lock in -lpthread... no   
checking for pthread_mutex_unlock in -lpthreads... no                 
checking for pthread_create in -lpthread... no                        
checking for pthread_create in -lc_r... no                            
checking for pthread_create in -lpthreads... no                       
checking for pthread_join in -lpthreads... no                         
checking for pthread_create() in HP-UX -lpthread... yes               
checking for sched_yield... no                                        
checking for pthread_yield... no                                      
checking for sched_yield in -lrt... no                                
checking for sched_yield in -lposix4... no                            
configure: warning: could not locate sched_yield() or pthread_yield() 
checking for pthread_kill... no                                       
checking for pthread_detach... no                                     
checking for pthread_attr_create... no                                
checking for pthread_attr_init... (cached) yes                        
checking for pthread_attr_destroy... no                               
checking for pthread_attr_delete... no                                
checking for pthread_attr_setdetachstate... no                        
checking for pthread_attr_setdetach_np... no                          
checking for pthread_setconcurrency... no                             
checking for thr_setconcurrency... no                                 
checking if pthread_create() works... no                              
configure: error: pthread.h and pthread_create are not compatible


The final line being the least promising.

Has anyone out there succeed in getting slurpd to compile on this
OS. Any help appreciated.


Mark Duggan