Tanks Edwin Cordeiro for help , at this time the configure command working , but whe start make the system return me a error.
I send you the output , and re-tanks for help Alberto [EMAIL PROTECTED]:~/Desktop/linphone-1.4.1> ./configure configure: linphone-1.4.1 A full featured audio/video sip phone. configure: licensed under the terms of the General Public License (GPL) 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 how to create a ustar tar archive... gnutar 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 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 ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for inline... inline 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 for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... msgmerge checking for xgettext... xgettext checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-suse-linux/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... no checking for f77... no checking for xlf... 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 f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... 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... 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 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/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for libintl_gettext in -lintl... no checking for get_current_dir_name... yes checking for strndup... yes checking for stpcpy... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBGNOMEUI... yes checking for LIBGNOME... yes checking for LIBGTK... yes checking for GNOME_APPLETS... no checking for getifaddrs... yes checking osip2/osip.h usability... yes checking osip2/osip.h presence... yes checking for osip2/osip.h... yes checking for osip_message_init in -losipparser2... yes 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 checking for sem_open in -lposix4... no checking for nis_add in -lnsl... yes checking for sendto in -lsocket... no checking for clock_gettime in -lrt... yes checking for ANSI C header files... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.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... no checking varargs.h presence... no checking for varargs.h... no 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/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/types.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking history.h usability... no checking history.h presence... no checking for history.h... no checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking for readline in -lreadline... yes checking whether byte ordering is bigendian... no checking for SPEEX... yes checking for db2html... no configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating po/Makefile.in config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status: creating pixmaps/Makefile config.status: creating ipkg/Makefile config.status: creating ipkg/linphone.control config.status: creating exosip/Makefile config.status: creating media_api/Makefile config.status: creating gsmlib/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/cs/Makefile config.status: creating share/linphone.pc config.status: creating linphone.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing po/stamp-it commands === configuring in oRTP (/home/Alberto/Desktop/linphone-1.4.1/oRTP) configure: running /bin/sh ./configure --prefix=/usr/local --cache-file=/dev/null --srcdir=. checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu 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 how to create a ustar tar archive... gnutar checking warning make an error on compilation... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-suse-linux/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... no checking for f77... no checking for xlf... 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 f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... 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... 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 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/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for seteuid... yes checking for pthread_mutex_init in -lpthread... yes checking for ANSI C header files... (cached) yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.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 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 epm... false checking for mkepmlist... false checking for epminstall... false configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/ortp/Makefile config.status: creating src/Makefile config.status: creating src/tests/Makefile config.status: creating src/tests/win_receiver/Makefile config.status: creating src/tests/win_sender/Makefile config.status: creating docs/Makefile config.status: creating build/Makefile config.status: creating build/win32native/Makefile config.status: creating ortp.pc config.status: creating ortp.spec config.status: creating ortp-config.h config.status: ortp-config.h is unchanged config.status: executing depfiles commands === configuring in mediastreamer2 (/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2) configure: running /bin/sh ./configure --prefix=/usr/local --cache-file=/dev/null --srcdir=. configure: mediastreamer-2.0.0 A mediastreaming library for telephony application. configure: licensed under the terms of the General Public License (GPL) checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu Building Package on linux 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 how to create a ustar tar archive... gnutar checking warning make an error on compilation... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-suse-linux/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... no checking for f77... no checking for xlf... 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 f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... 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... 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 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/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) 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 clock_gettime in -lrt... yes 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... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for snd_pcm_open in -lasound... yes checking kde/artsc/artsc.h usability... no checking kde/artsc/artsc.h presence... no checking for kde/artsc/artsc.h... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for JACK... yes checking for SAMPLERATE... yes checking for SPEEX... yes checking for SPEEX... yes building from linphone source tree, using ../gsmlib/gsm.h checking for FFMPEG... yes checking SDL/SDL.h usability... yes checking SDL/SDL.h presence... yes checking for SDL/SDL.h... yes checking for SDL_Init in -lSDL... yes checking for THEORA... yes building from linphone source tree, using ../oRTP/include/ortp/ortp.h checking for dlfcn.h... (cached) yes checking for dlopen in -ldl... yes checking for dlopen... yes checking for epm... false checking for mkepmlist... false checking for epminstall... false configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/mediastreamer2/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating build/Makefile config.status: creating build/win32native/Makefile config.status: creating plugins/Makefile config.status: creating plugins/plugins.mk config.status: creating mediastreamer.pc config.status: creating mediastreamer2.spec config.status: creating mediastreamer-config.h config.status: mediastreamer-config.h is unchanged config.status: executing depfiles commands Linphone build configuration ended. * Gnome applet will not be compiled due to missing gnome-applet library. * Console interface will be compiled. * db2html not found; user documentation will not be generated. Now type 'make' to compile, and then 'make install' as root to install it. [EMAIL PROTECTED]:~/Desktop/linphone-1.4.1> make make all-recursive make[1]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1' Making all in m4 make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/m4' Making all in pixmaps make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/pixmaps' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/pixmaps' Making all in po make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/po' Making all in ipkg make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/ipkg' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/ipkg' Making all in oRTP make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' make all-recursive make[3]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' Making all in src make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src' Making all in . make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src' Making all in tests make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests' Making all in win_receiver make[6]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests/win_receiver' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests/win_receiver' Making all in win_sender make[6]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests/win_sender' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests/win_sender' make[6]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests' make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src/tests' make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/src' Making all in docs make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/docs' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/docs' Making all in build make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build' Making all in win32native make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build/win32native' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build/win32native' make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build' make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/build' Making all in include make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include' Making all in ortp make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include/ortp' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include/ortp' make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include' make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP/include' make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' make[3]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/oRTP' Making all in gsmlib make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/gsmlib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/gsmlib' Making all in mediastreamer2 make[2]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2' make all-recursive make[3]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2' Making all in src make[4]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2/src' make all-am make[5]: Entering directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I../../gsmlib -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -MT ice.lo -MD -MP -MF ".deps/ice.Tpo" -c -o ice.lo ice.c; \ then mv -f ".deps/ice.Tpo" ".deps/ice.Plo"; else rm -f ".deps/ice.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include -I../../gsmlib -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -MT ice.lo -MD -MP -MF .deps/ice.Tpo -c ice.c -fPIC -DPIC -o .libs/ice.o cc1: warnings being treated as errors ice.c: In function '_ice_get_localip_for': ice.c:197: warning: dereferencing type-punned pointer will break strict-aliasing rules make[5]: *** [ice.lo] Error 1 make[5]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2/src' make[4]: *** [all] Error 2 make[4]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1/mediastreamer2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Alberto/Desktop/linphone-1.4.1' make: *** [all] Error 2 [EMAIL PROTECTED]:~/Desktop/linphone-1.4.1> ./configure _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
