partysip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Partysip-dev] Re: [Osip] compile failure


From: Aymeric Moizard
Subject: [Partysip-dev] Re: [Osip] compile failure
Date: Wed, 6 Nov 2002 17:37:11 +0100 (CET)

This is a new error coming from incompatibility with libtool
and autoconf program. I don't really know the real issue but I
got a temporary fix for that:

export SED=sed
./autogen.sh
./configure
make

and it works again :)

The same will happen with partysip!
Aymeric

On Wed, 6 Nov 2002, Zooko wrote:

>
> Folks, thank you for making a GPLed SIP library!
>
> I checked out osip from CVS, ran autogen.sh which completed successfully, ran
> configure which completed successfully, then ran make and got the following
> error output.  For completeness I've attached the outputs from running
> autogen.sh and from running configure.
>
> I'm running on a Debian GNU/Linux system with packages mostly from the 
> "testing"
> package set, and some packages from earlier versions of unstable.  AMD Athlon
> CPU.
>
> Package: libtool
> Version: 1.4.3-2
>
> Package: autoconf
> Version: 2.54-2
>
> Package: automake
> Version: 1:1.4-p6-2
>
> Package: make
> Version: 3.80-1
>
> Package: gcc-3.2
> Version: 1:3.2.1-0pre5
>
> Regards,
>
> Zooko
> http://zooko.com/
>
> ------- begin included output from make
> make  all-recursive
> make[1]: Entering directory `/home/zooko/playground/osip'
> Making all in osip
> make[2]: Entering directory `/home/zooko/playground/osip/osip'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/zooko/playground/osip/osip'
> Making all in parser
> make[2]: Entering directory `/home/zooko/playground/osip/parser'
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    
> -Wall -g -O2  -pedantic -DUSE_TMP_BUFFER -DENABLE_DEBUG -g -DENABLE_TRACE -c 
> hdr_mimeversion.c
> ../libtool: line 1: s%^.*/%%: No such file or directory
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> ../libtool: line 1: -e: command not found
> : compile: cannot determine name of library object from `'
> make[2]: *** [hdr_mimeversion.lo] Error 1
> make[2]: Leaving directory `/home/zooko/playground/osip/parser'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/zooko/playground/osip'
> make: *** [all-recursive-am] Error 2
> ------- end included output from make
>
> ------- begin included output from autogen.sh
> Cleaning stuff generated by libtoolize
> Running libtoolize --copy
> You should add the contents of `/usr/share/aclocal/libtool.m4' to 
> `aclocal.m4'.
> Putting files in AC_CONFIG_AUX_DIR, `scripts'.
> Cleaning stuff generated by aclocal
> Running aclocal -I /home/zooko/playground/osip/scripts
> Cleaning stuff generated by autoheader
> Running autoheader
> autoheader: `config.h.in' is created
> Cleaning stuff generated by automake
> Running automake --add-missing --gnu
> Cleaning stuff generated by autoconf
> Running autoconf
> Finished
>
> osip is now ready for configuration.
> ------- end included output from autogen.sh
>
> ------- begin included output from configure
> Configuring libosip 0.9.0
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal-1.4... found
> checking for working autoconf... found
> checking for working automake-1.4... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output... 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 ANSI C... none needed
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> 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 whether ln -s works... yes
> checking how to recognise dependant libraries... pass_all
> checking command to parse /usr/bin/nm -B output... ok
> checking for egrep... 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 dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking for objdir... .libs
> 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 if gcc supports -c -o file.lo...
> checking if gcc supports -fno-rtti -fno-exceptions... yes
> checking whether the linker (/usr/bin/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> creating libtool
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... gcc
> checking semaphore.h usability... yes
> checking semaphore.h presence... yes
> checking for semaphore.h... yes
> checking sys/sem.h usability... yes
> checking sys/sem.h presence... yes
> checking for sys/sem.h... yes
> We are not on HPUX
> checking for sem_open in -lposix4... no
> checking for nis_add in -lnsl... yes
> checking for sendto in -lsocket... no
> checking for ANSI C header files... (cached) yes
> checking for string.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking ctype.h usability... yes
> checking ctype.h presence... yes
> checking for ctype.h... yes
> checking stdio.h usability... yes
> checking stdio.h presence... yes
> checking for stdio.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking varargs.h usability... yes
> checking varargs.h presence... yes
> checking for varargs.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking time.h usability... yes
> checking time.h presence... yes
> checking for time.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking assert.h usability... yes
> checking assert.h presence... yes
> checking for assert.h... yes
> checking signal.h usability... yes
> checking signal.h presence... yes
> checking for signal.h... yes
> checking sys/signal.h usability... yes
> checking sys/signal.h presence... yes
> checking for sys/signal.h... yes
> checking malloc.h usability... yes
> checking malloc.h presence... yes
> checking for malloc.h... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating parser/Makefile
> config.status: creating fsm/Makefile
> config.status: creating test/Makefile
> config.status: creating osip/Makefile
> config.status: creating scripts/Makefile
> config.status: creating doc/Makefile
> config.status: creating conf/Makefile
> config.status: creating windows/Makefile
> config.status: creating config.h
> config.status: executing default-1 commands
> ------- end included output from configure
> _______________________________________________
> Osip mailing list
> address@hidden
> http://www.atosc.org/mailinglist/listinfo/osip
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]