Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306029 Details for
Bug 447447
missed BuildRequires in ekiga.src.rpm
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
log from configure script
config.log (text/plain), 42.63 KB, created by
Alexey Lubimov
on 2008-05-19 22:48:31 UTC
(
hide
)
Description:
log from configure script
Filename:
MIME Type:
Creator:
Alexey Lubimov
Created:
2008-05-19 22:48:31 UTC
Size:
42.63 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by ekiga configure 2.0.11, which was >generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=i386-redhat-linux --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-scrollkeeper --enable-dbus > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost.localdomain >uname -m = i686 >uname -r = 2.6.25.3-18.fc9.i686 >uname -s = Linux >uname -v = #1 SMP Tue May 13 05:38:53 EDT 2008 > >/usr/bin/uname -p = unknown >/bin/uname -X = unknown > >/bin/arch = i686 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/kerberos/bin >PATH: /usr/local/bin >PATH: /usr/bin >PATH: /bin >PATH: /home/avl/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2110: checking build system type >configure:2128: result: i686-pc-linux-gnu >configure:2150: checking host system type >configure:2165: result: i686-pc-linux-gnu >configure:2187: checking target system type >configure:2202: result: i386-redhat-linux-gnu >configure:2246: checking for a BSD-compatible install >configure:2302: result: /usr/bin/install -c >configure:2313: checking whether build environment is sane >configure:2356: result: yes >configure:2421: checking for gawk >configure:2437: found /usr/bin/gawk >configure:2448: result: gawk >configure:2459: checking whether make sets $(MAKE) >configure:2480: result: yes >configure:2665: checking whether to enable maintainer-specific portions of Makefiles >configure:2674: result: no >configure:2730: checking whether GNOME support must be compiled in >configure:2736: result: yes >configure:2760: checking whether documentation should be built >configure:2766: result: yes >configure:2777: checking for i686-pc-linux-gnu-pkg-config >configure:2810: result: no >configure:2820: checking for pkg-config >configure:2838: found /usr/bin/pkg-config >configure:2850: result: /usr/bin/pkg-config >configure:2879: checking pkg-config is at least version 0.9.0 >configure:2882: result: yes >configure:2900: checking for GDU_MODULE_VERSION_CHECK >configure:2908: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION" >configure:2911: $? = 0 >configure:2926: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $GDU_REQUIRED_VERSION" >configure:2929: $? = 0 >configure:3005: result: yes >configure:3165: checking for style of include used by make >configure:3193: result: GNU >configure:3226: checking for i686-pc-linux-gnu-gcc >configure:3256: result: no >configure:3266: checking for gcc >configure:3282: found /usr/bin/gcc >configure:3293: result: gcc >configure:3531: checking for C compiler version >configure:3538: gcc --version >&5 >gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) >Copyright (C) 2008 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3541: $? = 0 >configure:3548: gcc -v >&5 >Using built-in specs. >Target: i386-redhat-linux >Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux >Thread model: posix >gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) >configure:3551: $? = 0 >configure:3558: gcc -V >&5 >gcc: '-V' option must have argument >configure:3561: $? = 1 >configure:3584: checking for C compiler default output file name >configure:3611: gcc -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:3614: $? = 0 >configure:3652: result: a.out >configure:3669: checking whether the C compiler works >configure:3679: ./a.out >configure:3682: $? = 0 >configure:3699: result: yes >configure:3706: checking whether we are cross compiling >configure:3708: result: no >configure:3711: checking for suffix of executables >configure:3718: gcc -o conftest -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:3721: $? = 0 >configure:3745: result: >configure:3751: checking for suffix of object files >configure:3777: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:3780: $? = 0 >configure:3803: result: o >configure:3807: checking whether we are using the GNU C compiler >configure:3836: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:3842: $? = 0 >configure:3859: result: yes >configure:3864: checking whether gcc accepts -g >configure:3894: gcc -c -g conftest.c >&5 >configure:3900: $? = 0 >configure:3999: result: yes >configure:4016: checking for gcc option to accept ISO C89 >configure:4090: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:4096: $? = 0 >configure:4119: result: none needed >configure:4139: checking dependency style of gcc >configure:4229: result: gcc3 >configure:4246: checking for a sed that does not truncate output >configure:4302: result: /bin/sed >configure:4305: checking for grep that handles long lines and -e >configure:4379: result: /bin/grep >configure:4384: checking for egrep >configure:4462: result: /bin/grep -E >configure:4478: checking for ld used by gcc >configure:4545: result: /usr/bin/ld >configure:4554: checking if the linker (/usr/bin/ld) is GNU ld >configure:4569: result: yes >configure:4574: checking for /usr/bin/ld option to reload object files >configure:4581: result: -r >configure:4599: checking for BSD-compatible nm >configure:4648: result: /usr/bin/nm -B >configure:4652: checking whether ln -s works >configure:4656: result: yes >configure:4663: checking how to recognize dependent libraries >configure:4849: result: pass_all >configure:5090: checking how to run the C preprocessor >configure:5130: gcc -E conftest.c >configure:5136: $? = 0 >configure:5167: gcc -E conftest.c >conftest.c:14:28: error: ac_nonexistent.h: No such file or directory >configure:5173: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5206: result: gcc -E >configure:5235: gcc -E conftest.c >configure:5241: $? = 0 >configure:5272: gcc -E conftest.c >conftest.c:14:28: error: ac_nonexistent.h: No such file or directory >configure:5278: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5316: checking for ANSI C header files >configure:5346: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5352: $? = 0 >configure:5451: gcc -o conftest -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5454: $? = 0 >configure:5460: ./conftest >configure:5463: $? = 0 >configure:5480: result: yes >configure:5504: checking for sys/types.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for sys/stat.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for stdlib.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for string.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for memory.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for strings.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for inttypes.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for stdint.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5504: checking for unistd.h >configure:5525: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5531: $? = 0 >configure:5547: result: yes >configure:5574: checking dlfcn.h usability >configure:5591: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:5597: $? = 0 >configure:5611: result: yes >configure:5615: checking dlfcn.h presence >configure:5630: gcc -E conftest.c >configure:5636: $? = 0 >configure:5650: result: yes >configure:5683: checking for dlfcn.h >configure:5691: result: yes >configure:5718: checking for i686-pc-linux-gnu-g++ >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-c++ >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-gpp >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-aCC >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-CC >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-cxx >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-cc++ >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-cl.exe >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-FCC >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-KCC >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-RCC >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-xlC_r >configure:5748: result: no >configure:5718: checking for i686-pc-linux-gnu-xlC >configure:5748: result: no >configure:5762: checking for g++ >configure:5792: result: no >configure:5762: checking for c++ >configure:5792: result: no >configure:5762: checking for gpp >configure:5792: result: no >configure:5762: checking for aCC >configure:5792: result: no >configure:5762: checking for CC >configure:5792: result: no >configure:5762: checking for cxx >configure:5792: result: no >configure:5762: checking for cc++ >configure:5792: result: no >configure:5762: checking for cl.exe >configure:5792: result: no >configure:5762: checking for FCC >configure:5792: result: no >configure:5762: checking for KCC >configure:5792: result: no >configure:5762: checking for RCC >configure:5792: result: no >configure:5762: checking for xlC_r >configure:5792: result: no >configure:5762: checking for xlC >configure:5792: result: no >configure:5820: checking for C++ compiler version >configure:5827: g++ --version >&5 >./configure: line 5828: g++: command not found >configure:5830: $? = 127 >configure:5837: g++ -v >&5 >./configure: line 5838: g++: command not found >configure:5840: $? = 127 >configure:5847: g++ -V >&5 >./configure: line 5848: g++: command not found >configure:5850: $? = 127 >configure:5853: checking whether we are using the GNU C++ compiler >configure:5882: g++ -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DLDAP_DEPRECATED=1 -fPIC conftest.cpp >&5 >./configure: line 5883: g++: command not found >configure:5888: $? = 127 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| #ifndef __GNUC__ >| choke me >| #endif >| >| ; >| return 0; >| } >configure:5905: result: no >configure:5910: checking whether g++ accepts -g >configure:5940: g++ -c -g conftest.cpp >&5 >./configure: line 5941: g++: command not found >configure:5946: $? = 127 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:5978: g++ -c conftest.cpp >&5 >./configure: line 5979: g++: command not found >configure:5984: $? = 127 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:6017: g++ -c -g conftest.cpp >&5 >./configure: line 6018: g++: command not found >configure:6023: $? = 127 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:6045: result: no >configure:6070: checking dependency style of g++ >configure:6160: result: none >configure:6420: checking for i686-pc-linux-gnu-g77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-xlf >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-f77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-frt >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-pgf77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-cf77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-fort77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-fl32 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-af77 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-xlf90 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-f90 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-pgf90 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-pghpf >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-epcf90 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-gfortran >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-g95 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-xlf95 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-f95 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-fort >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-ifort >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-ifc >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-efc >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-pgf95 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-lf95 >configure:6450: result: no >configure:6420: checking for i686-pc-linux-gnu-ftn >configure:6450: result: no >configure:6464: checking for g77 >configure:6494: result: no >configure:6464: checking for xlf >configure:6494: result: no >configure:6464: checking for f77 >configure:6494: result: no >configure:6464: checking for frt >configure:6494: result: no >configure:6464: checking for pgf77 >configure:6494: result: no >configure:6464: checking for cf77 >configure:6494: result: no >configure:6464: checking for fort77 >configure:6494: result: no >configure:6464: checking for fl32 >configure:6494: result: no >configure:6464: checking for af77 >configure:6494: result: no >configure:6464: checking for xlf90 >configure:6494: result: no >configure:6464: checking for f90 >configure:6494: result: no >configure:6464: checking for pgf90 >configure:6494: result: no >configure:6464: checking for pghpf >configure:6494: result: no >configure:6464: checking for epcf90 >configure:6494: result: no >configure:6464: checking for gfortran >configure:6494: result: no >configure:6464: checking for g95 >configure:6494: result: no >configure:6464: checking for xlf95 >configure:6494: result: no >configure:6464: checking for f95 >configure:6494: result: no >configure:6464: checking for fort >configure:6494: result: no >configure:6464: checking for ifort >configure:6494: result: no >configure:6464: checking for ifc >configure:6494: result: no >configure:6464: checking for efc >configure:6494: result: no >configure:6464: checking for pgf95 >configure:6494: result: no >configure:6464: checking for lf95 >configure:6494: result: no >configure:6464: checking for ftn >configure:6494: result: no >configure:6521: checking for Fortran 77 compiler version >configure:6528: --version >&5 >./configure: line 6529: --version: command not found >configure:6531: $? = 127 >configure:6538: -v >&5 >./configure: line 6539: -v: command not found >configure:6541: $? = 127 >configure:6548: -V >&5 >./configure: line 6549: -V: command not found >configure:6551: $? = 127 >configure:6559: checking whether we are using the GNU Fortran 77 compiler >configure:6578: -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.F >&5 >./configure: line 6579: -c: command not found >configure:6584: $? = 127 >configure: failed program was: >| program main >| #ifndef __GNUC__ >| choke me >| #endif >| >| end >configure:6601: result: no >configure:6607: checking whether accepts -g >configure:6624: -c -g conftest.f >&5 >./configure: line 6625: -c: command not found >configure:6630: $? = 127 >configure: failed program was: >| program main >| >| end >configure:6646: result: no >configure:6676: checking the maximum length of command line arguments >configure:6788: result: 1966080 >configure:6800: checking command to parse /usr/bin/nm -B output from gcc object >configure:6905: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:6908: $? = 0 >configure:6912: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm >configure:6915: $? = 0 >configure:6967: gcc -o conftest -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c conftstm.o >&5 >configure:6970: $? = 0 >configure:7008: result: ok >configure:7012: checking for objdir >configure:7027: result: .libs >configure:7079: checking for i686-pc-linux-gnu-ar >configure:7109: result: no >configure:7119: checking for ar >configure:7135: found /usr/bin/ar >configure:7146: result: ar >configure:7175: checking for i686-pc-linux-gnu-ranlib >configure:7205: result: no >configure:7215: checking for ranlib >configure:7231: found /usr/bin/ranlib >configure:7242: result: ranlib >configure:7271: checking for i686-pc-linux-gnu-strip >configure:7301: result: no >configure:7311: checking for strip >configure:7327: found /usr/bin/strip >configure:7338: result: strip >configure:7624: checking if gcc supports -fno-rtti -fno-exceptions >configure:7642: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C >configure:7646: $? = 0 >configure:7659: result: no >configure:7674: checking for gcc option to produce PIC >configure:7906: result: -fPIC >configure:7914: checking if gcc PIC flag -fPIC works >configure:7932: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -DPIC conftest.c >&5 >configure:7936: $? = 0 >configure:7949: result: yes >configure:7977: checking if gcc static flag -static works >configure:8005: result: yes >configure:8015: checking if gcc supports -c -o file.o >configure:8036: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o out/conftest2.o conftest.c >&5 >configure:8040: $? = 0 >configure:8062: result: yes >configure:8088: checking whether the gcc linker (/usr/bin/ld) supports shared libraries >configure:9069: result: yes >configure:9090: checking whether -lc should be explicitly linked in >configure:9095: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:9098: $? = 0 >configure:9113: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 >configure:9116: $? = 0 >configure:9128: result: no >configure:9136: checking dynamic linker characteristics >configure:9750: result: GNU/Linux ld.so >configure:9759: checking how to hardcode library paths into programs >configure:9784: result: immediate >configure:9798: checking whether stripping libraries is possible >configure:9803: result: yes >configure:10605: checking if libtool supports shared libraries >configure:10607: result: yes >configure:10610: checking whether to build shared libraries >configure:10631: result: yes >configure:10634: checking whether to build static libraries >configure:10638: result: yes >configure:10731: creating libtool >configure:19971: checking for i686-pc-linux-gnu-gcc >configure:19998: result: gcc >configure:20276: checking for C compiler version >configure:20283: gcc --version >&5 >gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8) >Copyright (C) 2008 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:20286: $? = 0 >configure:20293: gcc -v >&5 >Using built-in specs. >Target: i386-redhat-linux >Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux >Thread model: posix >gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) >configure:20296: $? = 0 >configure:20303: gcc -V >&5 >gcc: '-V' option must have argument >configure:20306: $? = 1 >configure:20309: checking whether we are using the GNU C compiler >configure:20361: result: yes >configure:20366: checking whether gcc accepts -g >configure:20501: result: yes >configure:20518: checking for gcc option to accept ISO C89 >configure:20621: result: none needed >configure:20641: checking dependency style of gcc >configure:20731: result: gcc3 >configure:20864: checking for C++ compiler version >configure:20871: g++ --version >&5 >./configure: line 20872: g++: command not found >configure:20874: $? = 127 >configure:20881: g++ -v >&5 >./configure: line 20882: g++: command not found >configure:20884: $? = 127 >configure:20891: g++ -V >&5 >./configure: line 20892: g++: command not found >configure:20894: $? = 127 >configure:20897: checking whether we are using the GNU C++ compiler >configure:20949: result: no >configure:20954: checking whether g++ accepts -g >configure:21089: result: no >configure:21114: checking dependency style of g++ >configure:21204: result: none >configure:21221: checking for library containing strerror >configure:21262: gcc -o conftest -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:21268: $? = 0 >configure:21296: result: none required >configure:21304: checking for ANSI C header files >configure:21468: result: yes >configure:21479: checking whether strcasecmp is declared >configure:21508: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:21514: $? = 0 >configure:21529: result: yes >configure:21580: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation >configure:21595: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files >configure:21628: checking for i686-pc-linux-gnu-pkg-config >configure:21658: result: /usr/bin/pkg-config >configure:21730: checking pkg-config is at least version 0.9.0 >configure:21733: result: yes >configure:21859: checking for EKIGA >configure:21867: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.6.0 gthread-2.0 >= 2.4.0 esound >= 0.2.28 gconf-2.0 >= 2.2.0 libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0" >configure:21870: $? = 0 >configure:21885: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.6.0 gthread-2.0 >= 2.4.0 esound >= 0.2.28 gconf-2.0 >= 2.2.0 libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0" >configure:21888: $? = 0 >configure:21964: result: yes >configure:21970: checking for EDS >configure:21978: $PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.1.3" >configure:21981: $? = 0 >configure:21996: $PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.1.3" >configure:21999: $? = 0 >configure:22035: result: yes >configure:22163: checking for scrollkeeper-config >configure:22181: found /usr/bin/scrollkeeper-config >configure:22194: result: /usr/bin/scrollkeeper-config >configure:22211: checking whether OS type is supported >configure:22228: result: yes >configure:22284: gcc -c -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables conftest.c >&5 >configure:22287: $? = 0 >configure:22321: checking for PWLib includes in /usr/include/ >configure:22323: result: >configure:22329: checking for /usr/include/ptlib/pprocess.h >configure:22345: result: yes >configure:22375: checking for read in -lpt >configure:22410: g++ -o conftest -O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DLDAP_DEPRECATED=1 -fPIC -L/usr/lib/ conftest.cpp -lpt >&5 >./configure: line 22411: g++: command not found >configure:22416: $? = 127 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "ekiga" >| #define PACKAGE_TARNAME "ekiga" >| #define PACKAGE_VERSION "2.0.11" >| #define PACKAGE_STRING "ekiga 2.0.11" >| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >| #define PACKAGE "ekiga" >| #define VERSION "2.0.11" >| #define MAJOR_VERSION 2 >| #define MINOR_VERSION 0 >| #define BUILD_TYPE ReleaseCode >| #define BUILD_NUMBER 11 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_DECL_STRCASECMP 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char read (); >| int >| main () >| { >| return read (); >| ; >| return 0; >| } >configure:22434: result: no >configure:22449: error: You need the PWLib library to compile Ekiga > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=no >ac_cv_env_AVAHI_CFLAGS_set= >ac_cv_env_AVAHI_CFLAGS_value= >ac_cv_env_AVAHI_LIBS_set= >ac_cv_env_AVAHI_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DLDAP_DEPRECATED=1 -fPIC' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_DBUS_CFLAGS_set= >ac_cv_env_DBUS_CFLAGS_value= >ac_cv_env_DBUS_LIBS_set= >ac_cv_env_DBUS_LIBS_value= >ac_cv_env_EDS_CFLAGS_set= >ac_cv_env_EDS_CFLAGS_value= >ac_cv_env_EDS_LIBS_set= >ac_cv_env_EDS_LIBS_value= >ac_cv_env_EKIGA_CFLAGS_set= >ac_cv_env_EKIGA_CFLAGS_value= >ac_cv_env_EKIGA_LIBS_set= >ac_cv_env_EKIGA_LIBS_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' >ac_cv_env_GDU_MODULE_VERSION_CHECK_CFLAGS_set= >ac_cv_env_GDU_MODULE_VERSION_CHECK_CFLAGS_value= >ac_cv_env_GDU_MODULE_VERSION_CHECK_LIBS_set= >ac_cv_env_GDU_MODULE_VERSION_CHECK_LIBS_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set=set >ac_cv_env_target_alias_value=i386-redhat-linux >ac_cv_f77_compiler_gnu=no >ac_cv_file__usr_include_ptlib_pprocess_h=yes >ac_cv_have_decl_strcasecmp=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_pt_read=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_SK_CONFIG=/usr/bin/scrollkeeper-config >ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=gcc >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=no >ac_cv_prog_f77_g=no >ac_cv_prog_make_make_set=yes >ac_cv_search_strerror='none required' >ac_cv_target=i386-redhat-linux-gnu >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_CXX_dependencies_compiler_type=none >ekiga_cv_cc_64bit_output=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/bin/ld >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_SED=/bin/sed >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_gnu_ld=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' >lt_cv_sys_max_cmd_len=1966080 >lt_lt_cv_prog_compiler_c_o='"yes"' >lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' >lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' >lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' >pkg_cv_EDS_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/evolution-data-server-2.22 -I/usr/include/libbonobo-2.0 -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/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 ' >pkg_cv_EDS_LIBS='-pthread -lebook-1.2 -lgnome-2 -lpopt -ledataserver-1.2 -lxml2 -lgconf-2 -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 ' >pkg_cv_EKIGA_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 ' >pkg_cv_EKIGA_LIBS='-pthread -lesd -laudiofile -lm -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GDU_MODULE_VERSION_CHECK_CFLAGS=' ' >pkg_cv_GDU_MODULE_VERSION_CHECK_LIBS=' ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run aclocal-1.9' >ALL_LINGUAS='' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run tar' >AR='ar' >AUTOCONF='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run autoconf' >AUTOHEADER='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run autoheader' >AUTOMAKE='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run automake-1.9' >AVAHI_CFLAGS='' >AVAHI_LIBS='' >AWK='gawk' >CATALOGS='' >CATOBJEXT='' >CC='gcc' >CCDEPMODE='depmode=gcc3' >CFLAGS='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' >CPP='gcc -E' >CPPFLAGS='' >CXX='g++' >CXXCPP='' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DLDAP_DEPRECATED=1 -fPIC' >CYGPATH_W='echo' >DATADIRNAME='' >DBUS_CFLAGS='' >DBUS_LIBS='' >DBUS_SERVICES_INSTALL_FALSE='' >DBUS_SERVICES_INSTALL_TRUE='' >DEFS='' >DEPDIR='.deps' >DISABLE_DOC_FALSE='' >DISABLE_DOC_TRUE='#' >DISABLE_GNOME_FALSE='' >DISABLE_GNOME_TRUE='#' >DOC_USER_FORMATS='' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EDS_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/evolution-data-server-2.22 -I/usr/include/libbonobo-2.0 -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/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 ' >EDS_LIBS='-pthread -lebook-1.2 -lgnome-2 -lpopt -ledataserver-1.2 -lxml2 -lgconf-2 -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 ' >EGREP='/bin/grep -E' >EKIGA_CFLAGS='-pthread -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -DORBIT2=1 -pthread -I/usr/include/evolution-data-server-2.22 -I/usr/include/libbonobo-2.0 -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/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 ' >EKIGA_LDADD='' >EKIGA_LIBS='-pthread -lesd -laudiofile -lm -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -pthread -lebook-1.2 -lgnome-2 -lpopt -ledataserver-1.2 -lxml2 -lgconf-2 -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 ' >EKIGA_LIB_CFLAGS='' >ENABLE_SK_FALSE='' >ENABLE_SK_TRUE='#' >EXEEXT='' >F77='' >FFLAGS='-O2 -g -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' >GCONF_SCHEMAS_INSTALL_FALSE='#' >GCONF_SCHEMAS_INSTALL_TRUE='' >GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults' >GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' >GDU_MODULE_VERSION_CHECK_CFLAGS=' ' >GDU_MODULE_VERSION_CHECK_LIBS=' ' >GETTEXT_PACKAGE='' >GMOFILES='' >GMSGFMT='' >GREP='/bin/grep' >HAS_AVAHI_FALSE='' >HAS_AVAHI_TRUE='' >HAS_DBUS_FALSE='' >HAS_DBUS_TRUE='' >HELP_DIR='${datadir}/gnome/help' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' >INSTOBJEXT='' >INTLLIBS='' >INTLTOOL_CAVES_RULE='' >INTLTOOL_DESKTOP_RULE='' >INTLTOOL_DIRECTORY_RULE='' >INTLTOOL_EXTRACT='' >INTLTOOL_ICONV='' >INTLTOOL_KBD_RULE='' >INTLTOOL_KEYS_RULE='' >INTLTOOL_MERGE='' >INTLTOOL_MSGFMT='' >INTLTOOL_MSGMERGE='' >INTLTOOL_OAF_RULE='' >INTLTOOL_PERL='' >INTLTOOL_PONG_RULE='' >INTLTOOL_PROP_RULE='' >INTLTOOL_SCHEMAS_RULE='' >INTLTOOL_SERVER_RULE='' >INTLTOOL_SERVICE_RULE='' >INTLTOOL_SHEET_RULE='' >INTLTOOL_SOUNDLIST_RULE='' >INTLTOOL_THEME_RULE='' >INTLTOOL_UI_RULE='' >INTLTOOL_UPDATE='' >INTLTOOL_XAM_RULE='' >INTLTOOL_XGETTEXT='' >INTLTOOL_XML_NOMERGE_RULE='' >INTLTOOL_XML_RULE='' >LDFLAGS='' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LN_S='ln -s' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /home/avl/RPM/BUILD/ekiga-2.0.11/missing --run makeinfo' >MKINSTALLDIRS='' >MSGFMT='' >MSGFMT_OPTS='' >OBJEXT='o' >OMF_DIR='${datadir}/omf' >PACKAGE='ekiga' >PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga' >PACKAGE_NAME='ekiga' >PACKAGE_STRING='ekiga 2.0.11' >PACKAGE_TARNAME='ekiga' >PACKAGE_VERSION='2.0.11' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/pkg-config' >POFILES='' >POSUB='' >PO_IN_DATADIR_FALSE='' >PO_IN_DATADIR_TRUE='' >PTLIB_CONFIG='' >RANLIB='ranlib' >SCHEMA_AGE='60' >SDL_CFLAGS='' >SDL_CONFIG='' >SDL_LIBS='' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SK_CONFIG='/usr/bin/scrollkeeper-config' >STRIP='strip' >USE_NLS='' >VERSION='2.0.11' >WIN32_FALSE='' >WIN32_TRUE='#' >XGETTEXT='' >ac_ct_CC='gcc' >ac_ct_CXX='' >ac_ct_F77='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='/usr/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='/usr' >gnomeconfdir='' >gnomedatadir='' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='/usr/include' >infodir='/usr/share/info' >install_sh='/home/avl/RPM/BUILD/ekiga-2.0.11/install-sh' >libdir='/usr/lib' >libexecdir='/usr/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >mandir='/usr/share/man' >mkdir_p='mkdir -p --' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s&^&&' >psdir='${docdir}' >sbindir='/usr/sbin' >sharedstatedir='/usr/com' >sysconfdir='/etc' >target='i386-redhat-linux-gnu' >target_alias='i386-redhat-linux' >target_cpu='i386' >target_os='linux-gnu' >target_vendor='redhat' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "ekiga" >#define PACKAGE_TARNAME "ekiga" >#define PACKAGE_VERSION "2.0.11" >#define PACKAGE_STRING "ekiga 2.0.11" >#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=ekiga" >#define PACKAGE "ekiga" >#define VERSION "2.0.11" >#define MAJOR_VERSION 2 >#define MINOR_VERSION 0 >#define BUILD_TYPE ReleaseCode >#define BUILD_NUMBER 11 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define STDC_HEADERS 1 >#define HAVE_DECL_STRCASECMP 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 447447
:
306028
| 306029