linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] help:start linphone problem


From: Simon MORLAT
Subject: Re: [Linphone-users] help:start linphone problem
Date: Thu, 11 Dec 2003 17:13:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031105 Thunderbird/0.3

Hello,

Strange. What's the OS/distribution ?
Run make and make install, and normally the /usr/local/bin/linphone
program should work (if you run ./configure without arguments).
Maybe you are trying to run an old "linphone" executable that is not the
one in /usr/local/bin .

Simon

Alex wrote:

>Hello:
>  When I start linphone, I get a alert like that:
>  "linphone: error while loading shared libraries:
>liblinphonegnome.so.0: cannot open shared object file: No such
>file or directory".
>  But liblinphonegnome.so.0 is in /usr/local/lib directory as below:
> ls -l libl*
>-rw-r--r--    1 root     root       554858 12月 11 23:03 liblinphone.a
>-rw-r--r--    1 root     root       472728 12月 11 23:03 liblinphonegnome.a
>-rwxr-xr-x    1 root     root         1152 12月 11 23:03 liblinphonegnome.la
>lrwxrwxrwx    1 root     root           25 12月 11 23:03
>liblinphonegnome.so -> liblinphonegnome.so.0.0.0
>lrwxrwxrwx    1 root     root           25 12月 11 23:03
>liblinphonegnome.so.0 -> liblinphonegnome.so.0.0.0
>-rwxr-xr-x    1 root     root       281174 12月 11 23:03
>liblinphonegnome.so.0.0.0
>-rwxr-xr-x    1 root     root         1117 12月 11 23:03 liblinphone.la
>lrwxrwxrwx    1 root     root           20 12月 11 23:03 liblinphone.so
>-> liblinphone.so.0.0.0
>lrwxrwxrwx    1 root     root           20 12月 11 23:03
>liblinphone.so.0 -> liblinphone.so.0.0.0
>-rwxr-xr-x    1 root     root       328760 12月 11 23:03
>liblinphone.so.0.0.0
>
>Can You help me?
>Thanks.
>  
>
>------------------------------------------------------------------------
>
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>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 ANSI C... none needed
>checking dependency style of gcc... gcc3
>checking for strerror in -lcposix... no
>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 ANSI C... (cached) none needed
>checking dependency style of gcc... (cached) gcc3
>checking for gcc option to accept ANSI C... none needed
>checking how to run the C preprocessor... gcc -E
>checking for egrep... grep -E
>checking for ANSI C header files... yes
>checking for perl... /usr/bin/perl
>checking build system type... i686-pc-linux-gnu
>checking host system type... i686-pc-linux-gnu
>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 whether ln -s works... yes
>checking how to recognise dependent libraries... pass_all
>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 g++... g++
>checking whether we are using the GNU C++ compiler... yes
>checking whether g++ accepts -g... yes
>checking dependency style of g++... gcc3
>checking how to run the C++ preprocessor... g++ -E
>checking for g77... g77
>checking whether we are using the GNU Fortran 77 compiler... yes
>checking whether g77 accepts -g... yes
>checking the maximum length of command line arguments... 32768
>checking command to parse /usr/bin/nm -B output from gcc object... ok
>checking for objdir... .libs
>checking for ar... ar
>checking for ranlib... ranlib
>checking for strip... strip
>checking if gcc static flag  works... yes
>checking if gcc supports -fno-rtti -fno-exceptions... yes
>checking for gcc option to produce PIC... -fPIC
>checking if gcc PIC flag -fPIC 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 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
>checking for ld used by g++... /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking for g++ option to produce PIC... -fPIC
>checking if g++ PIC flag -fPIC works... yes
>checking if g++ supports -c -o file.o... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking dynamic linker characteristics... GNU/Linux ld.so
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... yes
>appending configuration tag "F77" to libtool
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... yes
>checking whether to build static libraries... yes
>checking for g77 option to produce PIC... -fPIC
>checking if g77 PIC flag -fPIC works... yes
>checking if g77 supports -c -o file.o... yes
>checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
>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 locale.h usability... yes
>checking locale.h presence... yes
>checking for locale.h... yes
>checking for LC_MESSAGES... yes
>checking libintl.h usability... yes
>checking libintl.h presence... yes
>checking for libintl.h... yes
>checking for dgettext in libc... yes
>checking for bind_textdomain_codeset... yes
>checking for msgfmt... /usr/bin/msgfmt
>checking for dcgettext... yes
>checking for gmsgfmt... /usr/bin/msgfmt
>checking for xgettext... /usr/bin/xgettext
>checking for catalogs to be installed...  fr it de ja es pl
>checking for pkg-config... /usr/bin/pkg-config
>checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
>checking for libgnomeui-2.0 >= 1.96.0... yes
>checking LIBGNOMEUI_CFLAGS... -DORBIT2=1 -pthread 
>-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 
>-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 
>-I/usr/include/libart-2.0 -I/usr/include/gconf/2 
>-I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 
>-I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 
>-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 
>-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 
>-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 
>-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
>-I/usr/X11R6/include -I/usr/include/libxml2  
>checking LIBGNOMEUI_LIBS... -pthread -Wl,--export-dynamic -L/usr/X11R6/lib 
>-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 
>-lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 
>-lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 
>-lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 -ldl 
>-lgobject-2.0 -lgthread-2.0 -lglib-2.0  
>checking for libgnome-2.0 >= 1.96.0... yes
>checking LIBGNOME_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 
>-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 
>-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 
>-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
>-I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0  
>checking LIBGNOME_LIBS... -pthread -Wl,--export-dynamic -lgnome-2 -lbonobo-2 
>-lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lm -llinc -lgmodule-2.0 
>-ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0  
>checking for libpanelapplet-2.0 >= 2.0.0 ... yes
>checking GNOME_APPLETS_CFLAGS... -DORBIT2=1 -pthread -I/usr/include/panel-2.0 
>-I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 
>-I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include 
>-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include 
>-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
>-I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
>-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 
>-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 
>-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 
>-I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2  
>checking GNOME_APPLETS_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib 
>-lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz 
>-lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 
>-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 
>-lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 
>-lm -llinc -lgmodule-2.0 -ldl -lgobject-2.0 -lgthread-2.0 -lglib-2.0  
>checking soundcard.h usability... no
>checking soundcard.h presence... no
>checking for soundcard.h... no
>checking sys/soundcard.h usability... yes
>checking sys/soundcard.h presence... yes
>checking for sys/soundcard.h... yes
>checking machine/soundcard.h usability... no
>checking machine/soundcard.h presence... no
>checking for machine/soundcard.h... no
>checking sys/audio.h usability... no
>checking sys/audio.h presence... no
>checking for sys/audio.h... no
>checking alsa/asoundlib.h usability... no
>checking alsa/asoundlib.h presence... no
>checking for alsa/asoundlib.h... no
>checking for getifaddrs... yes
>checking for dlfcn.h... (cached) yes
>checking for dlopen in -ldl... yes
>checking whether byte ordering is bigendian... no
>checking for gtkdoc-mkdb... true
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating po/Makefile.in
>config.status: creating pixmaps/Makefile
>config.status: creating macros/Makefile
>config.status: creating debian/Makefile
>config.status: creating ipkg/Makefile
>config.status: creating ipkg/linphone.control
>config.status: creating support/Makefile
>config.status: creating mediastreamer/Makefile
>config.status: creating media_api/Makefile
>config.status: creating osipua/Makefile
>config.status: creating gsmlib/Makefile
>config.status: creating lpc10-1.5/Makefile
>config.status: creating coreapi/Makefile
>config.status: creating gnome/Makefile
>config.status: creating console/Makefile
>config.status: creating share/Makefile
>config.status: creating share/C/Makefile
>config.status: creating share/fr/Makefile
>config.status: creating share/it/Makefile
>config.status: creating share/ja/Makefile
>config.status: creating share/linphone.pc
>config.status: creating developer-docs/Makefile
>config.status: creating developer-docs/mediastreamer/Makefile
>config.status: creating config.h
>config.status: config.h is unchanged
>config.status: executing depfiles commands
>config.status: executing default-1 commands
>config.status: executing default-2 commands
>configure: configuring in ffmpeg
>configure: running /bin/sh './configure' --prefix=/usr/local  
>--cache-file=/dev/null --srcdir=.
>Install prefix   /usr/local
>C compiler       gcc
>CPU              x86
>MMX enabled      yes
>gprof enabled    no
>grab enabled     yes
>Creating config.mak and config.h
>configure: configuring in speex
>configure: running /bin/sh './configure' --prefix=/usr/local  
>--cache-file=/dev/null --srcdir=.
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets $(MAKE)... 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 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 ANSI C... none needed
>checking dependency style of gcc... gcc3
>checking for a sed that does not truncate output... /bin/sed
>checking for egrep... grep -E
>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 dependent libraries... pass_all
>checking how to run the C preprocessor... gcc -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 g++... g++
>checking whether we are using the GNU C++ compiler... yes
>checking whether g++ accepts -g... yes
>checking dependency style of g++... gcc3
>checking how to run the C++ preprocessor... g++ -E
>checking for g77... g77
>checking whether we are using the GNU Fortran 77 compiler... yes
>checking whether g77 accepts -g... yes
>checking the maximum length of command line arguments... 32768
>checking command to parse /usr/bin/nm -B output from gcc object... ok
>checking for objdir... .libs
>checking for ar... ar
>checking for ranlib... ranlib
>checking for strip... strip
>checking if gcc static flag  works... yes
>checking if gcc supports -fno-rtti -fno-exceptions... yes
>checking for gcc option to produce PIC... -fPIC
>checking if gcc PIC flag -fPIC 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 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
>checking for ld used by g++... /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking for g++ option to produce PIC... -fPIC
>checking if g++ PIC flag -fPIC works... yes
>checking if g++ supports -c -o file.o... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking dynamic linker characteristics... GNU/Linux ld.so
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... yes
>appending configuration tag "F77" to libtool
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... yes
>checking whether to build static libraries... yes
>checking for g77 option to produce PIC... -fPIC
>checking if g77 PIC flag -fPIC works... yes
>checking if g77 supports -c -o file.o... yes
>checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
>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 whether byte ordering is bigendian... no
>checking sys/soundcard.h usability... yes
>checking sys/soundcard.h presence... yes
>checking for sys/soundcard.h... yes
>checking sys/audioio.h usability... no
>checking sys/audioio.h presence... no
>checking for sys/audioio.h... no
>checking for libogg... Ogg includes in /usr/include
>Ogg libraries in /usr/lib
>checking for sin in -lm... yes
>checking for getopt_long in -lgnugetopt... no
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating libspeex/Makefile
>config.status: creating src/Makefile
>config.status: creating doc/Makefile
>config.status: creating Speex.spec
>config.status: creating win32/Makefile
>config.status: creating win32/libspeex/Makefile
>config.status: creating win32/speexenc/Makefile
>config.status: creating win32/speexdec/Makefile
>config.status: executing depfiles commands
>Type "make; make install" to compile and install Speex
>configure: configuring in oRTP
>configure: running /bin/sh './configure' --prefix=/usr/local  
>--cache-file=/dev/null --srcdir=.
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets $(MAKE)... yes
>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 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 ANSI C... none needed
>checking for style of include used by make... GNU
>checking dependency style of gcc... gcc3
>checking for a sed that does not truncate output... /bin/sed
>checking for egrep... grep -E
>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 dependent libraries... pass_all
>checking how to run the C preprocessor... gcc -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 g++... g++
>checking whether we are using the GNU C++ compiler... yes
>checking whether g++ accepts -g... yes
>checking dependency style of g++... gcc3
>checking how to run the C++ preprocessor... g++ -E
>checking for g77... g77
>checking whether we are using the GNU Fortran 77 compiler... yes
>checking whether g77 accepts -g... yes
>checking the maximum length of command line arguments... 32768
>checking command to parse /usr/bin/nm -B output from gcc object... ok
>checking for objdir... .libs
>checking for ar... ar
>checking for ranlib... ranlib
>checking for strip... strip
>checking if gcc static flag  works... yes
>checking if gcc supports -fno-rtti -fno-exceptions... yes
>checking for gcc option to produce PIC... -fPIC
>checking if gcc PIC flag -fPIC 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 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
>checking for ld used by g++... /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking for g++ option to produce PIC... -fPIC
>checking if g++ PIC flag -fPIC works... yes
>checking if g++ supports -c -o file.o... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking dynamic linker characteristics... GNU/Linux ld.so
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... yes
>appending configuration tag "F77" to libtool
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... yes
>checking whether to build static libraries... yes
>checking for g77 option to produce PIC... -fPIC
>checking if g77 PIC flag -fPIC works... yes
>checking if g77 supports -c -o file.o... yes
>checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
>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 pkg-config... /usr/bin/pkg-config
>checking for GLIB - version >= 2.0.0... yes (version 2.2.1)
>checking for seteuid... yes
>checking for ANSI C header files... (cached) yes
>checking fcntl.h usability... yes
>checking fcntl.h presence... yes
>checking for fcntl.h... yes
>checking sys/time.h usability... yes
>checking sys/time.h presence... yes
>checking for sys/time.h... yes
>checking for unistd.h... (cached) yes
>checking sys/audio.h usability... no
>checking sys/audio.h presence... no
>checking for sys/audio.h... no
>checking linux/soundcard.h usability... yes
>checking linux/soundcard.h presence... yes
>checking for linux/soundcard.h... yes
>checking for an ANSI C-conforming const... yes
>checking for inline... inline
>checking whether time.h and sys/time.h may both be included... yes
>checking whether byte ordering is bigendian... no
>checking for select... yes
>checking for socket... yes
>checking for strerror... yes
>checking for gtkdoc-mkdb... true
>checking gtk-doc version (0.10) >= 0.6... no
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating src/Makefile
>config.status: creating docs/Makefile
>config.status: creating build/Makefile
>config.status: creating build/win32/Makefile
>config.status: creating ortp-config.h
>config.status: ortp-config.h is unchanged
>config.status: executing depfiles commands
>configure: configuring in osipua
>configure: running /bin/sh './configure' --prefix=/usr/local  
>--cache-file=/dev/null --srcdir=.
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>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 ANSI C... none needed
>checking dependency style of gcc... gcc3
>checking for strerror in -lcposix... no
>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 ANSI C... (cached) none needed
>checking dependency style of gcc... (cached) gcc3
>checking for gcc option to accept ANSI C... none needed
>checking build system type... i686-pc-linux-gnu
>checking host system type... i686-pc-linux-gnu
>checking for a sed that does not truncate output... /bin/sed
>checking for egrep... grep -E
>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 dependent libraries... pass_all
>checking how to run the C preprocessor... gcc -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 g++... g++
>checking whether we are using the GNU C++ compiler... yes
>checking whether g++ accepts -g... yes
>checking dependency style of g++... gcc3
>checking how to run the C++ preprocessor... g++ -E
>checking for g77... g77
>checking whether we are using the GNU Fortran 77 compiler... yes
>checking whether g77 accepts -g... yes
>checking the maximum length of command line arguments... 32768
>checking command to parse /usr/bin/nm -B output from gcc object... ok
>checking for objdir... .libs
>checking for ar... ar
>checking for ranlib... ranlib
>checking for strip... strip
>checking if gcc static flag  works... yes
>checking if gcc supports -fno-rtti -fno-exceptions... yes
>checking for gcc option to produce PIC... -fPIC
>checking if gcc PIC flag -fPIC 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 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
>checking for ld used by g++... /usr/bin/ld
>checking if the linker (/usr/bin/ld) is GNU ld... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking for g++ option to produce PIC... -fPIC
>checking if g++ PIC flag -fPIC works... yes
>checking if g++ supports -c -o file.o... yes
>checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
>checking dynamic linker characteristics... GNU/Linux ld.so
>checking how to hardcode library paths into programs... immediate
>checking whether stripping libraries is possible... yes
>appending configuration tag "F77" to libtool
>checking if libtool supports shared libraries... yes
>checking whether to build shared libraries... yes
>checking whether to build static libraries... yes
>checking for g77 option to produce PIC... -fPIC
>checking if g77 PIC flag -fPIC works... yes
>checking if g77 supports -c -o file.o... yes
>checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
>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 osip/osip.h usability... yes
>checking osip/osip.h presence... yes
>checking for osip/osip.h... yes
>checking pthread.h usability... yes
>checking pthread.h presence... yes
>checking for pthread.h... yes
>checking for sem_open in -lposix4... no
>checking for nis_add in -lnsl... yes
>checking for sendto in -lsocket... no
>checking for basename in -lgen... no
>checking for sem_open in -lrt... yes
>checking for ANSI C header files... (cached) yes
>checking for strings.h... (cached) yes
>checking for unistd.h... (cached) 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 ifaddrs.h usability... yes
>checking ifaddrs.h presence... yes
>checking for ifaddrs.h... yes
>checking fcntl.h usability... yes
>checking fcntl.h presence... yes
>checking for fcntl.h... yes
>checking sys/time.h usability... yes
>checking sys/time.h presence... yes
>checking for sys/time.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
>checking sys/sem.h usability... yes
>checking sys/sem.h presence... yes
>checking for sys/sem.h... yes
>checking for an ANSI C-conforming const... yes
>checking for vprintf... yes
>checking for _doprnt... no
>checking for cseq_init in -losip... yes
>checking for osip_stop_200ok_retransmissions in -lfsmtl... no
>checking for gtkdoc-mkdb... true
>checking gtk-doc version (0.10) >= 0.6... no
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating src/Makefile
>config.status: creating docs/Makefile
>config.status: creating osipua-config.h
>config.status: osipua-config.h is unchanged
>config.status: executing depfiles commands
>Linphone build configuration ended.
>* Gnome applet will be compiled.
>* Console interface will be compiled.
>Now type 'make' to compile, and then 'make install' as root to install it.
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Linphone-users mailing list
>address@hidden
>http://mail.nongnu.org/mailman/listinfo/linphone-users
>  
>






reply via email to

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