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

configure: error: could not locate pthread_detach() on IRIX 6.5 (ITS#472)



Full_Name: Kari Hurtta
Version: 1.2.9
OS: IRIX 6.5
URL: 
Submission from: (NULL) (128.214.219.3)



Configure gives

configure: error: could not locate pthread_detach() 

I also tried flags given on

http://www.openldap.org/faq/index.cgi?_highlightWords=pthread%20detach&file=87


Script started on Wed Mar  8 12:08:02 2000
hurtta@hebe:~/openldap-1.2.9% env CC=cc CPPFLAGS="-D_SGI_MP_SOURCE
-D_SGI_REENTRANT_FUNCTIONS"  LDFLAGS="-lpthread" ./configure
checking for a BSD compatible install... build/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gnutar... no
checking for gtar... gtar
checking configure arguments... done
checking host system type... mips-sgi-irix6.5
checking for a BSD compatible install... build/install-sh -c
checking build system type... mips-sgi-irix6.5
checking for ranlib... :
checking for gcc... cc
checking whether the C compiler (cc  -D_SGI_MP_SOURCE -D_SGI_REENTRANT_FUNCTIONS
-lpthread) works... yes
checking whether the C compiler (cc  -D_SGI_MP_SOURCE -D_SGI_REENTRANT_FUNCTIONS
-lpthread) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for non-GNU ld... /bin/ld
checking if the linker (/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /bin/nm -B
checking whether ln -s works... yes
checking whether we are using GNU C... no
checking for object suffix... o
checking for executable suffix... no
checking for cc option to produce PIC... none
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.lo... yes                                    
                            
checking if cc static flag -non_shared works... none
checking if the linker (/bin/ld -n32) is GNU ld... no
checking whether the linker (/bin/ld -n32) supports shared libraries... yes
checking command to parse /bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /bin/ld -n32 option to reload object files... -r
checking dynamic linker characteristics... irix6.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
not updating unwritable cache ./config.cache
checking for sendmail... /usr/lib/sendmail
checking for vi... /bin/vi
checking for finger... /usr/bsd/finger
checking how to run the C preprocessor... cc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for be_app in -lbe... no
checking for cc option to accept ANSI C... none needed
checking for socket... yes
checking for res_search... yes
checking for sigset in -lV3... no
checking for kerberosIV/krb.h... no
checking for kerberosIV/des.h... no
checking for krb.h... no                                                        
      
checking for des.h... no
checking for pthread.h... yes
checking for sched.h... yes
checking POSIX thread version... final
checking for LinuxThreads... no
checking for pthread_create... yes
checking for sched_yield... yes
checking for pthread_yield... no
checking for pthread_kill... no
checking for pthread_detach with <pthread.h>... no
configure: error: could not locate pthread_detach()
hurtta@hebe:~/openldap-1.2.9% exit
exit
 
script done on Wed Mar  8 12:10:17 2000     

I found nothing from Issues ( http://www.openldap.org/its/)

/ Kari Hurtta

(I finally was able to found correct spelling and disable
 automatic anabling of threads:

   env CC=cc ./configure --without-threads

 this as least seems cuase that configure succees.)