zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Although all dependencies are met (Checked with the downloaded version of libjingle) the configure script from svn is not working #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure

What is the expected output? What do you see instead?

Expected : ./configure completes with no errors

What version of the product are you using? On what operating system?

svn revision 21, ubuntu 10.04

output ::

./configure --with-ilbc=/usr/local --with-speex=/usr/local
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-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 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 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 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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 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 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 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++ static flag -static 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
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 f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... /usr/bin/f77: Illegal option: 
-print-search-dirs
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking for XML_ParserCreate in -lexpat... yes
ls: cannot access talk/third_party/gips/VoiceEngine_Linux_gcc.a: No such file 
or directory
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 for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 gmodule-2.0 gthread-2.0... yes
checking GLIB_CFLAGS... -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include  
checking GLIB_LIBS... -Wl,--export-dynamic -pthread -lgmodule-2.0 -lgthread-2.0 
-lrt -lglib-2.0  
checking for ortp >= 0.7.0... yes
checking ORTP_CFLAGS... -D_REENTRANT -DORTP_INET6 -I/usr/local/include  
checking ORTP_LIBS... -L/usr/local/lib -lortp -lpthread -lssl -lcrypto  
checking speex.h usability... yes
checking speex.h presence... yes
checking for speex.h... yes
checking for speex_encode_int in -lspeex... yes
checking iLBC_decode.h usability... yes
checking iLBC_decode.h presence... yes
checking for iLBC_decode.h... yes
checking for iLBC_decode in -lilbc... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in

Original issue reported on code.google.com by thequickbrownfox3@gmail.com on 23 Jun 2010 at 6:25

GoogleCodeExporter commented 9 years ago
Yes, I met teh very same problem!

Original comment by Yuanda...@gmail.com on 24 Jun 2010 at 8:26

GoogleCodeExporter commented 9 years ago
We no longer use autoconf.  Please try the new code with hammer (swtoolkit).

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:36