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

Problem compiling on HPUX10.20



Sorry, fellows, I have no idea where to ask this question, if you feel I've
posted to the wrong list or forum, please let me know. (I didn't find any
matching lists...) 

# csh 
# setenv CC cc 
# ./configure 
 
results in: 
configure: error: could not locate pthread_detach() 
 
# csh 
# setenv CC cc 
# setenv LIBPATH -L/opt/dce/lib 
# setenv CPPFLAGS -I/opt/dce/include 
# setenv LIBS -ldce 
# ./configure 
 
results in: 
configure: error: pthread.h and pthread_create are not compatible 
 
I have no idea what this means! 
I've previously developed ANSI C programs that uses the pthread 
implementation in the dce library without trouble. What's wrong? What should
one do? Any suggestions? 
 
Kind regards, 
David Svanberg 
openldapnewbie