Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103245 Details for
Bug 156950
Emerging dev-games/clanlib-0.6.5-r4 failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Config.log
config.log (text/plain), 22.02 KB, created by
Tomasz L. Nowak
on 2006-12-02 15:29:54 UTC
(
hide
)
Description:
Config.log
Filename:
MIME Type:
Creator:
Tomasz L. Nowak
Created:
2006-12-02 15:29:54 UTC
Size:
22.02 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 configure, which was >generated by GNU Autoconf 2.53. Invocation command line was > > $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib/clanlib-0.6.5 --includedir=/usr/include/clanlib-0.6.5 --enable-network --enable-asm386 --disable-lua --enable-dyn --enable-x11 --disable-directfb --enable-opengl --enable-vorbis --enable-png --enable-ttf --enable-mikmod --disable-joystick --enable-vidmode --enable-clansound --build=i686-pc-linux-gnu --cache-file config.cache > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tomek >uname -m = i686 >uname -r = 2.6.19-gentoo >uname -s = Linux >uname -v = #3 Fri Dec 1 17:06:53 CET 2006 > >/usr/bin/uname -p = AMD Athlon(tm) XP 2000+ >/bin/uname -X = unknown > >/bin/arch = i686 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 >PATH: /usr/i686-pc-linux-gnu/mingw32/gcc-bin/4.1.1 >PATH: /opt/xmingw/bin >PATH: /opt/xmingw/i386-mingw32msvc/bin/ >PATH: /opt/blackdown-jdk-1.4.2.03/bin >PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin >PATH: /opt/vmware/server/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1148: loading cache config.cache >configure:1247: checking for i686-pc-linux-gnu-gcc >configure:1273: result: i686-pc-linux-gnu-gcc >configure:1555: checking for C compiler version >configure:1558: i686-pc-linux-gnu-gcc --version </dev/null >&5 >i686-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1-r1) >Copyright (C) 2006 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:1561: $? = 0 >configure:1563: i686-pc-linux-gnu-gcc -v </dev/null >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1-r1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1-r1) >configure:1566: $? = 0 >configure:1568: i686-pc-linux-gnu-gcc -V </dev/null >&5 >i686-pc-linux-gnu-gcc: '-V' option must have argument >configure:1571: $? = 1 >configure:1597: checking for C compiler default output >configure:1600: i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe conftest.c >&5 >configure:1603: $? = 0 >configure:1636: result: a.out >configure:1641: checking whether the C compiler works >configure:1647: ./a.out >configure:1650: $? = 0 >configure:1665: result: yes >configure:1672: checking whether we are cross compiling >configure:1674: result: no >configure:1677: checking for suffix of executables >configure:1679: i686-pc-linux-gnu-gcc -o conftest -O2 -march=athlon-xp -pipe conftest.c >&5 >configure:1682: $? = 0 >configure:1704: result: >configure:1710: checking for suffix of object files >configure:1756: result: o >configure:1760: checking whether we are using the GNU C compiler >configure:1808: result: yes >configure:1814: checking whether i686-pc-linux-gnu-gcc accepts -g >configure:1857: result: yes >configure:1884: i686-pc-linux-gnu-gcc -c -O2 -march=athlon-xp -pipe conftest.c >&5 >conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' >configure:1887: $? = 1 >configure: failed program was: >#ifndef __cplusplus > choke me >#endif >configure:2007: checking for i686-pc-linux-gnu-g++ >configure:2033: result: i686-pc-linux-gnu-g++ >configure:2091: checking for C++ compiler version >configure:2094: i686-pc-linux-gnu-g++ --version </dev/null >&5 >i686-pc-linux-gnu-g++ (GCC) 4.1.1 (Gentoo 4.1.1-r1) >Copyright (C) 2006 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:2097: $? = 0 >configure:2099: i686-pc-linux-gnu-g++ -v </dev/null >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1-r1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1-r1) >configure:2102: $? = 0 >configure:2104: i686-pc-linux-gnu-g++ -V </dev/null >&5 >i686-pc-linux-gnu-g++: '-V' option must have argument >configure:2107: $? = 1 >configure:2110: checking whether we are using the GNU C++ compiler >configure:2158: result: yes >configure:2164: checking whether i686-pc-linux-gnu-g++ accepts -g >configure:2207: result: yes >configure:2253: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe conftest.cc >&5 >configure:2256: $? = 0 >configure:2259: test -s conftest.o >configure:2262: $? = 0 >configure:2290: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe conftest.cc >&5 >configure: In function 'int main()': >configure:2282: error: 'exit' was not declared in this scope >configure:2293: $? = 1 >configure: failed program was: >#line 2271 "configure" >#include "confdefs.h" > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >exit (42); > ; > return 0; >} >configure:2253: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe conftest.cc >&5 >configure:2256: $? = 0 >configure:2259: test -s conftest.o >configure:2262: $? = 0 >configure:2290: i686-pc-linux-gnu-g++ -c -O2 -march=athlon-xp -pipe conftest.cc >&5 >configure:2293: $? = 0 >configure:2296: test -s conftest.o >configure:2299: $? = 0 >configure:2326: checking how to run the C preprocessor >configure:2428: result: i686-pc-linux-gnu-gcc -E >configure:2443: i686-pc-linux-gnu-gcc -E conftest.c >configure:2449: $? = 0 >configure:2476: i686-pc-linux-gnu-gcc -E conftest.c >configure:2472:28: error: ac_nonexistent.h: No such file or directory >configure:2482: $? = 1 >configure: failed program was: >#line 2471 "configure" >#include "confdefs.h" >#include <ac_nonexistent.h> >configure:2524: checking for i686-pc-linux-gnu-ranlib >configure:2550: result: i686-pc-linux-gnu-ranlib >configure:2613: checking how to run the C++ preprocessor >configure:2711: result: i686-pc-linux-gnu-g++ -E >configure:2726: i686-pc-linux-gnu-g++ -E conftest.cc >configure:2732: $? = 0 >configure:2759: i686-pc-linux-gnu-g++ -E conftest.cc >configure:2755:28: error: ac_nonexistent.h: No such file or directory >configure:2765: $? = 1 >configure: failed program was: >#line 2754 "configure" >#include "confdefs.h" >#include <ac_nonexistent.h> >configure:2844: checking for X >configure:2946: i686-pc-linux-gnu-g++ -E conftest.cc >configure:2952: $? = 0 >configure:3003: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe conftest.cc -lXt >&5 >configure:3006: $? = 0 >configure:3009: test -s conftest >configure:3012: $? = 0 >configure:3060: result: libraries , headers >configure:3129: checking for freetype-config >configure:3145: found /usr/bin/freetype-config >configure:3156: result: found >configure:3164: checking FreeType version >configure:3166: result: `freetype-config --version` >configure:3188: checking for freetype >configure:3203: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lfreetype -lz -lfreetype >&5 >In file included from configure:3211: >/usr/include/freetype2/freetype/freetype.h:20:2: error: #error "`ft2build.h' hasn't been included yet!" >/usr/include/freetype2/freetype/freetype.h:21:2: error: #error "Please always use macros to include FreeType header files." >/usr/include/freetype2/freetype/freetype.h:22:2: error: #error "Example:" >/usr/include/freetype2/freetype/freetype.h:23:2: error: #error " #include <ft2build.h>" >/usr/include/freetype2/freetype/freetype.h:24:2: error: #error " #include FT_FREETYPE_H" >configure:3206: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 3197 "configure" >#include "confdefs.h" >/* > $Id: ttf.cpp,v 1.2 2001/09/08 19:24:17 japj Exp $ > > ------------------------------------------------------------------------ > ClanLib, the platform independent game SDK. > > This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE > version 2. See COPYING for details. > > For a total list of contributers see CREDITS. > > ------------------------------------------------------------------------ >*/ >#include <freetype2/freetype/freetype.h> > >int main() { > return 0; >} >configure:3224: result: no >configure:3238: checking for main in -lz >configure:3265: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lz >&5 >configure:3268: $? = 0 >configure:3271: test -s conftest >configure:3274: $? = 0 >configure:3285: result: yes >configure:3315: checking for Hermes >configure:3330: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lHermes >&5 >configure:3333: $? = 0 >configure:3335: ./conftest >configure:3338: $? = 0 >configure:3341: result: yes >configure:3379: checking for GL >configure:3394: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -lGL -lGLU -lpthread -lGL >&5 >configure:3397: $? = 0 >configure:3399: ./conftest >configure:3402: $? = 0 >configure:3405: result: yes >configure:3441: checking for mikmod >configure:3456: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -lmikmod -lmikmod >&5 >configure:3459: $? = 0 >configure:3461: ./conftest >configure:3464: $? = 0 >configure:3467: result: yes >configure:3503: checking for png >configure:3518: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -lpng -lpng >&5 >configure:3521: $? = 0 >configure:3523: ./conftest >configure:3526: $? = 0 >configure:3529: result: yes >configure:3565: checking for jpeg >configure:3580: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -ljpeg -ljpeg >&5 >configure:3583: $? = 0 >configure:3585: ./conftest >configure:3588: $? = 0 >configure:3591: result: yes >configure:3628: checking for lua40 >configure:3643: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -llua40 >&5 >configure:3655:17: error: lua.h: No such file or directory >configure:3657:19: error: tolua.h: No such file or directory >configure: In function 'int main(int, char**)': >configure:3662: error: 'LUA_VERSION' was not declared in this scope >configure:3663: error: 'strlen' was not declared in this scope >configure:3646: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 3637 "configure" >#include "confdefs.h" >/* > $Id: lua.cpp,v 1.5 2001/12/05 12:57:18 sphair Exp $ > > ------------------------------------------------------------------------ > ClanLib, the platform independent game SDK. > > This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE > version 2. See COPYING for details. > > For a total list of contributers see CREDITS. > > ------------------------------------------------------------------------ >*/ >/* > Test wether LUA library is correctly installed. >*/ > >#include <lua.h> >#include <stdio.h> >#include <tolua.h> >#undef class > >int main(int, char**) >{ > const char *version = LUA_VERSION; > if (version[strlen(version)-3]!='4') > { > printf("you need Lua 4.0 or greater\n"); > return 1; > } > return 0; >} >configure:3664: result: no >configure:3628: checking for lua >configure:3643: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -llua >&5 >configure:3655:17: error: lua.h: No such file or directory >configure:3657:19: error: tolua.h: No such file or directory >configure: In function 'int main(int, char**)': >configure:3662: error: 'LUA_VERSION' was not declared in this scope >configure:3663: error: 'strlen' was not declared in this scope >configure:3646: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 3637 "configure" >#include "confdefs.h" >/* > $Id: lua.cpp,v 1.5 2001/12/05 12:57:18 sphair Exp $ > > ------------------------------------------------------------------------ > ClanLib, the platform independent game SDK. > > This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE > version 2. See COPYING for details. > > For a total list of contributers see CREDITS. > > ------------------------------------------------------------------------ >*/ >/* > Test wether LUA library is correctly installed. >*/ > >#include <lua.h> >#include <stdio.h> >#include <tolua.h> >#undef class > >int main(int, char**) >{ > const char *version = LUA_VERSION; > if (version[strlen(version)-3]!='4') > { > printf("you need Lua 4.0 or greater\n"); > return 1; > } > return 0; >} >configure:3664: result: no >configure:3691: checking for vorbis >configure:3706: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lX11 -lXext -lvorbis -lvorbis >&5 >configure:3709: $? = 0 >configure:3711: ./conftest >configure:3714: $? = 0 >configure:3717: result: yes >configure:3738: checking for main in -lXxf86vm_pic >configure:3766: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lXxf86vm_pic -lX11 -lXext > -lz >&5 >/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lXxf86vm_pic >collect2: ld returned 1 exit status >configure:3769: $? = 1 >configure: failed program was: >#line 3746 "configure" >#include "confdefs.h" > > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >main (); > ; > return 0; >} >configure:3786: result: no >configure:3738: checking for main in -lXxf86vm >configure:3766: i686-pc-linux-gnu-g++ -o conftest -O2 -march=athlon-xp -pipe -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext -I/usr/include/freetype2 -lX11 -lXext conftest.cc -lXxf86vm -lX11 -lXext > -lz >&5 >configure:3769: $? = 0 >configure:3772: test -s conftest >configure:3775: $? = 0 >configure:3786: result: yes >configure:3827: checking build system type >configure:3845: result: i686-pc-linux-gnu >configure:3853: checking host system type >configure:3867: result: i686-pc-linux-gnu >configure:3875: checking target system type >configure:3884: error: /bin/sh ./config.sub failed > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >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 -march=athlon-xp -pipe' >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 -march=athlon-xp -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set= >ac_cv_env_FFLAGS_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_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= >ac_cv_env_target_alias_value= >ac_cv_exeext= >ac_cv_f77_compiler_gnu=yes >ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' >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_Xxf86vm___main=yes >ac_cv_lib_Xxf86vm_pic___main=no >ac_cv_lib_z_main=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_install='/bin/install -c' >ac_cv_prog_AR=i686-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=i686-pc-linux-gnu-gcc >ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' >ac_cv_prog_CXX=i686-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='i686-pc-linux-gnu-g++ -E' >ac_cv_prog_F77=i686-pc-linux-gnu-gfortran >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=i686-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_f77_g=yes >ac_cv_prog_freetype_config=found >ac_cv_prog_make_make_set=yes >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_short=2 >ac_cv_target= >ac_cv_target_alias= >ac_cv_type_char=yes >ac_cv_type_int=yes >ac_cv_type_long=yes >ac_cv_type_short=yes >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_CXX_dependencies_compiler_type=gcc3 >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/i686-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/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_c_o_CXX=yes >lt_cv_prog_compiler_c_o_F77=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=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=32768 >lt_lt_cv_prog_compiler_c_o='"yes"' >lt_lt_cv_prog_compiler_c_o_CXX='"yes"' >lt_lt_cv_prog_compiler_c_o_F77='"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'\''"' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#ifdef __cplusplus >#include <stdlib.h> >#endif >#define CL_SCANDIR "/usr/lib/clanlib-0.6.5/ClanLib" >#define HAVE_LIBZ 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 156950
:
103244
| 103245