Building Minisip on UBUNTU 7.10 - ERROR:POSIX

Emanuele Bottegoni ebottegoni at hotmail.com
Thu Nov 29 18:18:57 CET 2007


Hello users,

I'm trying to build MInisip on UBuntu 7.10 following steps shows
at http://www.minisip.org/develop_build.html

After the bootstarp of libmutil I start ./configure and I obtain this LOG with a final error:

root at lab-desktop:/usr/local/trunk/libmutil# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether byte ordering is bigendian... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
config.status: include/version.h is unchanged
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... failed
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for pthread_attr_init in -lpthread... no
checking pthread.h usability... no
checking pthread.h presence... no
checking for pthread.h... no
checking semaphore.h usability... no
checking semaphore.h presence... no
checking for semaphore.h... no
configure: error: POSIX thread library and headers are required.


Anyone Know how Can I SOlve this problem with POSIX?
It's strange because I think POSIX is native in the kernel,no?
I've checked about some posix headers in memory and I 've founfed the following

/usr/src/linux-headers-2.6.22-14-generic/include/linux/posix-timers.h
/usr/src/linux-headers-2.6.22-14-generic/include/linux/posix_acl_xattr.h
/usr/src/linux-headers-2.6.22-14-generic/include/linux/posix_types.h
/usr/src/linux-headers-2.6.22-14-generic/include/linux/posix_acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/asm-i386/posix_types.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/xfs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/xfs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/jfs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/jfs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/reiserfs/fs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/reiserfs/fs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/ext3/fs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/ext3/fs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/ext2/fs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/ext2/fs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/fs/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/fs/posix/acl.h
/usr/src/linux-headers-2.6.22-14-generic/include/config/posix
/usr/src/linux-headers-2.6.22-14-generic/include/config/posix/mqueue.h
/usr/src/linux-headers-2.6.22-14/include/asm-sh64/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-s390/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-mips/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-arm26/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-x86_64/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-m32r/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-m68k/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-sh/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/linux/posix-timers.h
/usr/src/linux-headers-2.6.22-14/include/linux/posix_acl_xattr.h
/usr/src/linux-headers-2.6.22-14/include/linux/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/linux/posix_acl.h
/usr/src/linux-headers-2.6.22-14/include/asm-frv/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-powerpc/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-arm/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-i386/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-alpha/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-blackfin/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-h8300/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-parisc/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-sparc64/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-avr32/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-sparc/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-m68knommu/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-ia64/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-v850/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-um/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-xtensa/posix_types.h
/usr/src/linux-headers-2.6.22-14/include/asm-cris/posix_types.h

are they headers posix?

Thanks

Emanuele
_________________________________________________________________
Scarica GRATIS 30 emoticon per Messenger!
http://www.emoticons-livemessenger.com/pages/msnit/index.htm


More information about the Minisip-users mailing list