Re: Give A directFB surface to EGL

刘涛 <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
Sorry ,  add attachment for this time.



在 2015-10-22 20:13:36,"刘涛" <[email protected]> 写道:

I use "./configure --prefix=/usr --enable-idirectfbgl-egl" to configure DirectFB-1.7.6 and please see attachment config.log for output.

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
config.log (text/plain, 96.4 KB)
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 a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether build environment is sane... yes
checking for library containing strerror... none required
checking whether make sets $(MAKE)... (cached) yes
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for fork... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for man2html... no
checking for fluxcomp... /usr/bin/fluxcomp
(*) Direct/Thread: Started 'SigHandler' (14092) [CRITICAL - OTHER/0] <8392704>...
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
configure: WARNING:
*** no Carbon/Carbon.h found -- building without Mac OS X support.
checking for X11... yes
checking for X11VDPAU... no
configure: WARNING: *** no X11/VDPAU found -- building without X11/VDPAU support
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/unistd.h usability... yes
checking linux/unistd.h presence... yes
checking for linux/unistd.h... yes
checking asm/page.h usability... no
checking asm/page.h presence... no
checking for asm/page.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for pthread_attr_init in -lpthread... yes
checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes
checking whether PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is declared... yes
checking for clock_gettime in -lrt... yes
checking for dlopen in -ldl... yes
checking for sys/io.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking which fusionsound drivers should be built... all
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for alsa >= 0.9... yes
checking for libtimidity >= 0.1.0... no
configure: WARNING:
*** libtimidity is required - Timidity music provider will not be built.
checking for vorbisfile >= 1.0.0... no
configure: WARNING:
*** vorbisfile 1.0.0 or newer is required - Ogg/Vorbis music provider will not be built.
checking for mad_timer_add in -lmad... no
configure: WARNING:
*** MAD library not found - MAD music provider will not be built.
configure: WARNING:
*** libcddb 1.0.0 or newer not found - CD-DA Music Provider will be built without CDDB support.
checking for library containing sqrt... -lm
checking whether the binutils support MMX... yes
checking whether the binutils support SSE... yes
checking for EGL... yes
checking for libvncserver-config... no
configure: WARNING:
*** libvncserver-config not found -- building without VNC support. See http://libvncserver.sourceforge.net
checking for MESA... yes
checking for DRMKMS... no
configure: WARNING:
*** libdrm gbm packages not found -- Building without DRM/KMS support.
checking for jpeg_destroy_decompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for LIBPNG... yes
checking for LIBTIFF... no
configure: WARNING: *** TIFF library not found. TIFF image provider will not be built.
checking for jas_image_decode in -ljasper... no
configure: WARNING:
*** Jasper not found. JPEG2000 image provider will not be built.
checking for FREETYPE... yes
checking for LINOTYPE... no
configure: WARNING: *** no linotype -- LinoType font provider will not be built.
checking for LIBWEBP... no
configure: WARNING: *** WebP library not found. WEBP image provider will not be built.
checking which gfxdrivers should be built... all
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking which inputdrivers should be built... all
checking dbox/fp.h usability... no
checking dbox/fp.h presence... no
checking for dbox/fp.h... no
configure: WARNING: *** DBox2 Remote input driver will not be built.
checking for dbox/fp.h... (cached) no
configure: WARNING: *** DreamBox Remote input driver will not be built.
checking linux/h3600_ts.h usability... no
checking linux/h3600_ts.h presence... no
checking for linux/h3600_ts.h... no
configure: WARNING: *** H3600 Touchscreen driver will not be built.
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking for struct input_absinfo in linux/input.h... yes
checking linux/serial.h usability... yes
checking linux/serial.h presence... yes
checking for linux/serial.h... yes
checking linux/sonypi.h usability... yes
checking linux/sonypi.h presence... yes
checking for linux/sonypi.h... yes
checking for TSLIB... no
checking for TSLIB... yes
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating build-android/Makefile
config.status: creating directfb-config
config.status: creating directfb.pc
config.status: creating directfb-internal.pc
config.status: creating directfb.spec
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/directfb_build.h
config.status: creating include/directfb_version.h
config.status: creating include/++dfb/Makefile
config.status: creating lib/Makefile
config.status: creating lib/direct/Makefile
config.status: creating lib/direct/build.h
config.status: creating lib/direct/direct.pc
config.status: creating lib/direct/os/Makefile
config.status: creating lib/direct/os/linux/glibc/Makefile
config.status: creating lib/fusion/Makefile
config.status: creating lib/fusion/build.h
config.status: creating lib/fusion/fusion.pc
config.status: creating lib/fusion/shm/Makefile
config.status: creating lib/One/Makefile
config.status: creating lib/One/one.pc
config.status: creating lib/voodoo/Makefile
config.status: creating lib/voodoo/build.h
config.status: creating lib/voodoo/unix/Makefile
config.status: creating lib/voodoo/voodoo.pc
config.status: creating lib/sawman/Makefile
config.status: creating lib/sawman/sawman.pc
config.status: creating lib/fusiondale/Makefile
config.status: creating lib/fusiondale/coma/Makefile
config.status: creating lib/fusiondale/core/Makefile
config.status: creating lib/fusiondale/messenger/Makefile
config.status: creating lib/fusiondale/misc/Makefile
config.status: creating lib/fusiondale/one/Makefile
config.status: creating lib/fusiondale/fusiondale.pc
config.status: creating lib/fusiondale/fusiondale_version.h
config.status: creating lib/fusionsound/Makefile
config.status: creating lib/fusionsound/core/Makefile
config.status: creating lib/fusionsound/drivers/Makefile
config.status: creating lib/fusionsound/media/Makefile
config.status: creating lib/fusionsound/misc/Makefile
config.status: creating lib/fusionsound/fusionsound.pc
config.status: creating lib/fusionsound/fusionsound-internal.pc
config.status: creating lib/fusionsound/fusionsound_limits.h
config.status: creating lib/fusionsound/fusionsound_version.h
config.status: creating lib/divine/Makefile
config.status: creating lib/divine/divine.pc
config.status: creating lib/dvc/Makefile
config.status: creating lib/++dfb/Makefile
config.status: creating lib/++dfb/++dfb.pc
config.status: creating patches/Makefile
config.status: creating proxy/Makefile
config.status: creating proxy/compressor/Makefile
config.status: creating proxy/dispatcher/Makefile
config.status: creating proxy/requestor/Makefile
config.status: creating rules/Makefile
config.status: creating src/Makefile
config.status: creating src/core/Makefile
config.status: creating src/display/Makefile
config.status: creating src/gfx/Makefile
config.status: creating src/gfx/generic/Makefile
config.status: creating src/input/Makefile
config.status: creating src/media/Makefile
config.status: creating src/misc/Makefile
config.status: creating src/windows/Makefile
config.status: creating systems/Makefile
config.status: creating systems/android/Makefile
config.status: creating systems/devmem/Makefile
config.status: creating systems/dummy/Makefile
config.status: creating systems/fbdev/Makefile
config.status: creating systems/mesa/Makefile
config.status: creating systems/drmkms/Makefile
config.status: creating systems/pvr2d/Makefile
config.status: creating systems/egl/Makefile
config.status: creating systems/x11/Makefile
config.status: creating systems/x11vdpau/Makefile
config.status: creating systems/osx/Makefile
config.status: creating systems/sdl/Makefile
config.status: creating systems/vnc/Makefile
config.status: creating wm/Makefile
config.status: creating wm/default/Makefile
config.status: creating wm/unique/Makefile
config.status: creating wm/unique/classes/Makefile
config.status: creating wm/unique/data/Makefile
config.status: creating wm/unique/devices/Makefile
config.status: creating wm/sawman/Makefile
config.status: creating gfxdrivers/Makefile
config.status: creating gfxdrivers/ati128/Makefile
config.status: creating gfxdrivers/cle266/Makefile
config.status: creating gfxdrivers/cyber5k/Makefile
config.status: creating gfxdrivers/davinci/Makefile
config.status: creating gfxdrivers/ep9x/Makefile
config.status: creating gfxdrivers/gp2d/Makefile
config.status: creating gfxdrivers/gl/Makefile
config.status: creating gfxdrivers/gles2/Makefile
config.status: creating gfxdrivers/i810/Makefile
config.status: creating gfxdrivers/i830/Makefile
config.status: creating gfxdrivers/mach64/Makefile
config.status: creating gfxdrivers/matrox/Makefile
config.status: creating gfxdrivers/neomagic/Makefile
config.status: creating gfxdrivers/nsc/Makefile
config.status: creating gfxdrivers/nsc/include/Makefile
config.status: creating gfxdrivers/nvidia/Makefile
config.status: creating gfxdrivers/omap/Makefile
config.status: creating gfxdrivers/pvr2d/Makefile
config.status: creating gfxdrivers/pxa3xx/Makefile
config.status: creating gfxdrivers/radeon/Makefile
config.status: creating gfxdrivers/savage/Makefile
config.status: creating gfxdrivers/sh772x/Makefile
config.status: creating gfxdrivers/sis315/Makefile
config.status: creating gfxdrivers/tdfx/Makefile
config.status: creating gfxdrivers/unichrome/Makefile
config.status: creating gfxdrivers/vdpau/Makefile
config.status: creating gfxdrivers/vmware/Makefile
config.status: creating inputdrivers/Makefile
config.status: creating inputdrivers/dbox2remote/Makefile
config.status: creating inputdrivers/divine/Makefile
config.status: creating inputdrivers/dreamboxremote/Makefile
config.status: creating inputdrivers/dynapro/Makefile
config.status: creating inputdrivers/elo/Makefile
config.status: creating inputdrivers/gunze/Makefile
config.status: creating inputdrivers/h3600_ts/Makefile
config.status: creating inputdrivers/input_hub/Makefile
config.status: creating inputdrivers/joystick/Makefile
config.status: creating inputdrivers/keyboard/Makefile
config.status: creating inputdrivers/linux_input/Makefile
config.status: creating inputdrivers/lirc/Makefile
config.status: creating inputdrivers/mutouch/Makefile
config.status: creating inputdrivers/zytronic/Makefile
config.status: creating inputdrivers/penmount/Makefile
config.status: creating inputdrivers/ps2mouse/Makefile
config.status: creating inputdrivers/serialmouse/Makefile
config.status: creating inputdrivers/sonypi/Makefile
config.status: creating inputdrivers/tslib/Makefile
config.status: creating inputdrivers/ucb1x00_ts/Makefile
config.status: creating inputdrivers/wm97xx_ts/Makefile
config.status: creating interfaces/Makefile
config.status: creating interfaces/ICoreResourceManager/Makefile
config.status: creating interfaces/IDirectFBFont/Makefile
config.status: creating interfaces/IDirectFBGL/Makefile
config.status: creating interfaces/IDirectFBGL/EGL/Makefile
config.status: creating interfaces/IDirectFBImageProvider/Makefile
config.status: creating interfaces/IDirectFBImageProvider/mpeg2/Makefile
config.status: creating interfaces/IDirectFBVideoProvider/Makefile
config.status: creating interfaces/IDirectFBVideoProvider/video_out_dfb/Makefile
config.status: creating interfaces/IDirectFBWindows/Makefile
config.status: creating interfaces/IFusionSound/Makefile
config.status: creating interfaces/IFusionSoundMusicProvider/Makefile
config.status: creating interfaces/IWater/Makefile
config.status: creating data/Makefile
config.status: creating tests/Makefile
config.status: creating tests/voodoo/Makefile
config.status: creating tools/Makefile
config.status: creating examples/fusiondale/Makefile
config.status: creating examples/fusionsound/Makefile
config.status: creating examples/++dfb/Makefile
config.status: creating examples/++dfb/tests/Makefile
config.status: creating examples/++dfb/tests/data/Makefile
config.status: creating docs/Makefile
config.status: creating docs/dfbg.1
config.status: creating docs/directfb-csource.1
config.status: creating docs/directfbrc.5
config.status: creating docs/html/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands

Build options:
  Version                   1.7.6
  Linux powered             yes
  Install prefix            /usr
  Config files in           /usr/etc
  Build shared libs         yes
  Build static libs         no
  Module directory          ${exec_prefix}/lib/directfb-1.7-6
  CC                        gcc
  CXX                       g++
  LD                        /usr/bin/ld -m elf_x86_64
  CPPFLAGS                  -D_REENTRANT 
  CFLAGS                    -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing -Werror-implicit-function-declaration -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE  -std=gnu99 -Werror-implicit-function-declaration
  CXXFLAGS                  -Wall -Wno-strict-aliasing -std=c++0x -g -O2 -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE 
  LDFLAGS                   
  LIBS                      -ldl -lrt -lpthread 
  DYNLIB                    -ldl
  RTLIB                     -lrt
  THREADFLAGS               -D_REENTRANT
  THREADLIB                 -lpthread

Misc options:
  Multi Application Core    no
  Fusion Kernel Device      yes
  Fusion message size       16384
  Fluxed args size          1024
  One (IPC)                 no
  Voodoo (network support)  no
  Pure Voodoo (net only)    no
  DiVine (virtual input)    no
  FusionDale                no
  Debug supported           yes
  Debug enabled             no
  Trace support             no
  MMX support               yes
  SSE support               yes
  GCC Atomics usage         no
  Network support           yes
  Include all strings       yes
  Software Rendering        yes
  Smooth SW Scaling         no
  Dithering                 none
  Dithering 565             none
  zlib compression          no                 
  Using setsockopt          yes

Building Tests              no
Building Tools              yes

Building System Modules:
  Linux FBDev support       yes
  Generic /dev/mem support  yes
  Mesa/DRM/KMS support      yes                -I/usr/include/libdrm   -lGLESv2 -lEGL -ldrm -lgbm  
  DRM/KMS support           no               
  PVR2D                     no                
  EGL                       no                 -I/usr/include/libdrm   -lGL -lEGL  
  X11 support               yes                   -lX11 -lXext  
  X11/VDPAU support         no             
  OSX support               no                  
  SDL support               no                  
  VNC support               no                  

Building Window Manager Modules:
  Default                   yes
  UniQuE                    no
  SaWMan                    no

Building Image Provider Modules:
  GIF                       yes
  JPEG                      yes                 -ljpeg
  PNG                       yes                  -I/usr/include/libpng12   -lpng12  
  Imlib2                    no                
  PNM                       yes
  SVG                       no                   
  BMP                       yes
  WEBP                      no                  
  JPEG2000                  no             
  MPEG2                     yes
  TIFF                      no                  



Building Video Provider Modules:
  GIF                       yes
  Video4Linux               yes (v2: no)
  MNG                       no                  
  Gstreamer                 no (v1: no)        
    with FusionSound        no
  AviFile                   no
  Flash                     no
  Libmpeg3                  no
  OpenQuicktime             no
  Xine                      no
  Xine/VDPAU                no
  Swfdec                    no
  FFmpeg                    no

Building Font Modules:
  FreeType2                 yes                 -I/usr/include/freetype2   -lfreetype  
  LinoType                  no                  
  Default font              yes

Building FusionSound        no

Building Graphics Drivers:
  3Dfx Voodoo               yes
  ATI Mach64                yes
  ATI Rage 128              yes
  ATI Radeon                no
  Cirrus EP9X               yes
  Intel i810                yes
  Intel i830                yes
  Matrox                    yes
  NeoMagic                  yes
  NSC Geode                 yes
  nVidia                    yes
  PVR2D                     no
  PXA 3xx                   yes
  Renesas R-Car GP2D        no                   
  Renesas SH7722/SH7723     no
  S3 Savage                 no
  SiS 315                   yes
  TI Davinci                no
  TI OMAP                   no
  TVIA CyberPro             no
  VIA CLE266                no
  VIA UniChrome             no
  VMWare                    no
  VDPAU                     no
  --
  OpenGL                    yes (GLX: yes)
  OpenGL ES 2.0             yes (Mesa:  yes, PVR2D: no)
                                        -I/usr/include/libdrm   -DGLES2_MESA  -lGLESv2 -lEGL -ldrm -lgbm  

  IDirectFBGL-EGL           yes       -I/usr/include/libdrm   -lGL -lEGL  

Building Input Drivers:
  DBox2 Remote              no
  DreamBox Remote           no
  Dynapro Touchscreen       no
  ELO Touchscreen           no
  Gunze Touchscreen         no
  H3600 Touchscreen         no
  Input Hub                 yes
  Joystick                  yes
  Keyboard                  yes
  Linux Input               yes
  LiRC                      yes
  MuTouch touchscreen       yes
  Zytronic touchscreen      yes
  PS/2 Mouse                yes
  Serial Mouse              yes
  SonyPI Jogdial            yes
  tslib                     yes                   -lts  
  ucb1x00 Touchscreen       no
  WM97xx Touchscreen        yes
  

_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:17241: gcc -c -g -O2  conftest.c >&5
configure:17241: $? = 0
configure:17259: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:17259: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:17387: result: no
configure:17410: checking size of int
configure:17415: gcc -o conftest -g -O2   conftest.c  >&5
configure:17415: $? = 0
configure:17415: ./conftest
configure:17415: $? = 0
configure:17429: result: 4
configure:17443: checking size of long
configure:17448: gcc -o conftest -g -O2   conftest.c  >&5
configure:17448: $? = 0
configure:17448: ./conftest
configure:17448: $? = 0
configure:17462: result: 8
configure:17476: checking size of long long
configure:17481: gcc -o conftest -g -O2   conftest.c  >&5
configure:17481: $? = 0
configure:17481: ./conftest
configure:17481: $? = 0
configure:17495: result: 8
configure:17507: checking for fork
configure:17507: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:50:6: warning: conflicting types for built-in function 'fork' [enabled by default]
 char fork ();
      ^
configure:17507: $? = 0
configure:17507: result: yes
configure:17528: checking for perl5
configure:17561: result: no
configure:17528: checking for perl
configure:17546: found /usr/bin/perl
configure:17558: result: /usr/bin/perl
configure:17572: checking for man2html
configure:17603: result: no
configure:17667: checking for fluxcomp
configure:17685: found /usr/bin/fluxcomp
configure:17697: result: /usr/bin/fluxcomp
configure:17748: checking Carbon/Carbon.h usability
configure:17748: gcc -c -g -O2  conftest.c >&5
conftest.c:61:27: fatal error: Carbon/Carbon.h: No such file or directory
 #include <Carbon/Carbon.h>
                           ^
compilation terminated.
configure:17748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Carbon/Carbon.h>
configure:17748: result: no
configure:17748: checking Carbon/Carbon.h presence
configure:17748: gcc -E  conftest.c
conftest.c:28:27: fatal error: Carbon/Carbon.h: No such file or directory
 #include <Carbon/Carbon.h>
                           ^
compilation terminated.
configure:17748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| /* end confdefs.h.  */
| #include <Carbon/Carbon.h>
configure:17748: result: no
configure:17748: checking for Carbon/Carbon.h
configure:17748: result: no
configure:17759: WARNING:
*** no Carbon/Carbon.h found -- building without Mac OS X support.
configure:17786: checking for X11
configure:17793: $PKG_CONFIG --exists --print-errors "xproto x11 xext"
configure:17796: $? = 0
configure:17810: $PKG_CONFIG --exists --print-errors "xproto x11 xext"
configure:17813: $? = 0
configure:17855: result: yes
configure:17881: checking for X11VDPAU
configure:17888: $PKG_CONFIG --exists --print-errors "xproto x11 xext vdpau"
Package vdpau was not found in the pkg-config search path.
Perhaps you should add the directory containing `vdpau.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vdpau' found
configure:17891: $? = 1
configure:17905: $PKG_CONFIG --exists --print-errors "xproto x11 xext vdpau"
Package vdpau was not found in the pkg-config search path.
Perhaps you should add the directory containing `vdpau.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vdpau' found
configure:17908: $? = 1
configure:17922: result: no
No package 'vdpau' found
configure:17939: WARNING: *** no X11/VDPAU found -- building without X11/VDPAU support
configure:17969: checking linux/compiler.h usability
configure:17969: gcc -c -g -O2  conftest.c >&5
conftest.c:61:28: fatal error: linux/compiler.h: No such file or directory
 #include <linux/compiler.h>
                            ^
compilation terminated.
configure:17969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/compiler.h>
configure:17969: result: no
configure:17969: checking linux/compiler.h presence
configure:17969: gcc -E  conftest.c
conftest.c:28:28: fatal error: linux/compiler.h: No such file or directory
 #include <linux/compiler.h>
                            ^
compilation terminated.
configure:17969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| /* end confdefs.h.  */
| #include <linux/compiler.h>
configure:17969: result: no
configure:17969: checking for linux/compiler.h
configure:17969: result: no
configure:17969: checking linux/unistd.h usability
configure:17969: gcc -c -g -O2  conftest.c >&5
configure:17969: $? = 0
configure:17969: result: yes
configure:17969: checking linux/unistd.h presence
configure:17969: gcc -E  conftest.c
configure:17969: $? = 0
configure:17969: result: yes
configure:17969: checking for linux/unistd.h
configure:17969: result: yes
configure:17969: checking asm/page.h usability
configure:17969: gcc -c -g -O2  conftest.c >&5
conftest.c:62:22: fatal error: asm/page.h: No such file or directory
 #include <asm/page.h>
                      ^
compilation terminated.
configure:17969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <asm/page.h>
configure:17969: result: no
configure:17969: checking asm/page.h presence
configure:17969: gcc -E  conftest.c
conftest.c:29:22: fatal error: asm/page.h: No such file or directory
 #include <asm/page.h>
                      ^
compilation terminated.
configure:17969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| /* end confdefs.h.  */
| #include <asm/page.h>
configure:17969: result: no
configure:17969: checking for asm/page.h
configure:17969: result: no
configure:17969: checking signal.h usability
configure:17969: gcc -c -g -O2  conftest.c >&5
configure:17969: $? = 0
configure:17969: result: yes
configure:17969: checking signal.h presence
configure:17969: gcc -E  conftest.c
configure:17969: $? = 0
configure:17969: result: yes
configure:17969: checking for signal.h
configure:17969: result: yes
configure:18257: checking for pthread_attr_init in -lpthread
configure:18282: gcc -o conftest -ffast-math -pipe    conftest.c -lpthread   >&5
configure:18282: $? = 0
configure:18291: result: yes
configure:18309: checking whether PTHREAD_MUTEX_RECURSIVE is declared
configure:18309: gcc -c -ffast-math -pipe   conftest.c >&5
configure:18309: $? = 0
configure:18309: result: yes
configure:18332: checking whether PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is declared
configure:18332: gcc -c -ffast-math -pipe   conftest.c >&5
configure:18332: $? = 0
configure:18332: result: yes
configure:18363: checking for clock_gettime in -lrt
configure:18388: gcc -o conftest -ffast-math -pipe  -D_REENTRANT   conftest.c -lrt  -lpthread  >&5
configure:18388: $? = 0
configure:18397: result: yes
configure:18420: checking for dlopen in -ldl
configure:18445: gcc -o conftest -ffast-math -pipe  -D_REENTRANT   conftest.c -ldl  -lrt -lpthread  >&5
configure:18445: $? = 0
configure:18454: result: yes
configure:18487: checking for sys/io.h
configure:18500: gcc -c -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:18500: $? = 0
configure:18505: result: yes
configure:18659: checking stdbool.h usability
configure:18659: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking stdbool.h presence
configure:18659: gcc -E -D_REENTRANT  conftest.c
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking for stdbool.h
configure:18659: result: yes
configure:18941: checking which fusionsound drivers should be built
configure:18977: result: all
configure:18981: checking sys/soundcard.h usability
configure:18981: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:18981: $? = 0
configure:18981: result: yes
configure:18981: checking sys/soundcard.h presence
configure:18981: gcc -E -D_REENTRANT  conftest.c
configure:18981: $? = 0
configure:18981: result: yes
configure:18981: checking for sys/soundcard.h
configure:18981: result: yes
configure:18994: checking for alsa >= 0.9
configure:19000: result: yes
configure:19056: checking for libtimidity >= 0.1.0
configure:19065: result: no
configure:19068: WARNING:
*** libtimidity is required - Timidity music provider will not be built.
configure:19196: checking for vorbisfile >= 1.0.0
configure:19206: result: no
configure:19209: WARNING:
*** vorbisfile 1.0.0 or newer is required - Ogg/Vorbis music provider will not be built.
configure:19241: checking for mad_timer_add in -lmad
configure:19266: gcc -o conftest -O3 -g2 -ffast-math -pipe  -D_REENTRANT   conftest.c -lmad  -ldl -lrt -lpthread  >&5
/usr/bin/ld: cannot find -lmad
collect2: error: ld returned 1 exit status
configure:19266: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 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 mad_timer_add ();
| int
| main ()
| {
| return mad_timer_add ();
|   ;
|   return 0;
| }
configure:19275: result: no
configure:19302: WARNING:
*** MAD library not found - MAD music provider will not be built.
configure:19341: WARNING:
*** libcddb 1.0.0 or newer not found - CD-DA Music Provider will be built without CDDB support.
configure:19421: checking for library containing sqrt
configure:19452: gcc -o conftest -O3 -g2 -ffast-math -pipe  -Wno-error -D_REENTRANT   conftest.c -ldl -lrt -lpthread  >&5
conftest.c:47:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
 char sqrt ();
      ^
/tmp/ccaaAKBE.o: In function `main':
/home/liutao/work/sourcecode/DirectFB-1.7.6/conftest.c:51: undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:19452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 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 sqrt ();
| int
| main ()
| {
| return sqrt ();
|   ;
|   return 0;
| }
configure:19452: gcc -o conftest -O3 -g2 -ffast-math -pipe  -Wno-error -D_REENTRANT   conftest.c -lm  -ldl -lrt -lpthread  >&5
conftest.c:47:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
 char sqrt ();
      ^
configure:19452: $? = 0
configure:19469: result: -lm
configure:19603: checking whether the binutils support MMX
configure:19607: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.S >&5
configure:19610: $? = 0
configure:19615: result: yes
configure:19620: checking whether the binutils support SSE
configure:19624: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.S >&5
configure:19627: $? = 0
configure:19632: result: yes
configure:19821: checking for EGL
configure:19828: $PKG_CONFIG --exists --print-errors "gl egl"
configure:19831: $? = 0
configure:19845: $PKG_CONFIG --exists --print-errors "gl egl"
configure:19848: $? = 0
configure:19896: result: yes
configure:20080: checking for libvncserver-config
configure:20111: result: no
configure:20122: WARNING:
*** libvncserver-config not found -- building without VNC support. See http://libvncserver.sourceforge.net
configure:20154: checking for MESA
configure:20161: $PKG_CONFIG --exists --print-errors "glesv2 egl libdrm gbm"
configure:20164: $? = 0
configure:20178: $PKG_CONFIG --exists --print-errors "glesv2 egl libdrm gbm"
configure:20181: $? = 0
configure:20229: result: yes
configure:20256: checking for DRMKMS
configure:20263: $PKG_CONFIG --exists --print-errors "libdrm libkms"
Package libkms was not found in the pkg-config search path.
Perhaps you should add the directory containing `libkms.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libkms' found
configure:20266: $? = 1
configure:20280: $PKG_CONFIG --exists --print-errors "libdrm libkms"
Package libkms was not found in the pkg-config search path.
Perhaps you should add the directory containing `libkms.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libkms' found
configure:20283: $? = 1
configure:20297: result: no
No package 'libkms' found
configure:20315: WARNING:
*** libdrm gbm packages not found -- Building without DRM/KMS support.
configure:20362: checking for jpeg_destroy_decompress in -ljpeg
configure:20387: gcc -o conftest -O3 -g2 -ffast-math -pipe  -D_REENTRANT   conftest.c -ljpeg  -ldl -lrt -lpthread  >&5
configure:20387: $? = 0
configure:20396: result: yes
configure:20405: checking jpeglib.h usability
configure:20405: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:20405: $? = 0
configure:20405: result: yes
configure:20405: checking jpeglib.h presence
configure:20405: gcc -E -D_REENTRANT  conftest.c
configure:20405: $? = 0
configure:20405: result: yes
configure:20405: checking for jpeglib.h
configure:20405: result: yes
configure:20539: checking for LIBPNG
configure:20546: $PKG_CONFIG --exists --print-errors "libpng >= 1.2.2"
configure:20549: $? = 0
configure:20563: $PKG_CONFIG --exists --print-errors "libpng >= 1.2.2"
configure:20566: $? = 0
configure:20608: result: yes
configure:20807: checking for LIBTIFF
configure:20814: $PKG_CONFIG --exists --print-errors "libtiff-4"
Package libtiff-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtiff-4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtiff-4' found
configure:20817: $? = 1
configure:20831: $PKG_CONFIG --exists --print-errors "libtiff-4"
Package libtiff-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtiff-4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtiff-4' found
configure:20834: $? = 1
configure:20848: result: no
No package 'libtiff-4' found
configure:20865: WARNING: *** TIFF library not found. TIFF image provider will not be built.
configure:21073: checking for jas_image_decode in -ljasper
configure:21098: gcc -o conftest -O3 -g2 -ffast-math -pipe  -D_REENTRANT   conftest.c -ljasper -lm -ldl -lrt -lpthread  >&5
/usr/bin/ld: cannot find -ljasper
collect2: error: ld returned 1 exit status
configure:21098: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 1
| #define USE_MMX 1
| #define USE_SSE 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 jas_image_decode ();
| int
| main ()
| {
| return jas_image_decode ();
|   ;
|   return 0;
| }
configure:21107: result: no
configure:21129: WARNING:
*** Jasper not found. JPEG2000 image provider will not be built.
configure:22656: checking for FREETYPE
configure:22663: $PKG_CONFIG --exists --print-errors "freetype2"
configure:22666: $? = 0
configure:22680: $PKG_CONFIG --exists --print-errors "freetype2"
configure:22683: $? = 0
configure:22725: result: yes
configure:22756: checking for LINOTYPE
configure:22763: $PKG_CONFIG --exists --print-errors "linotype"
Package linotype was not found in the pkg-config search path.
Perhaps you should add the directory containing `linotype.pc'
to the PKG_CONFIG_PATH environment variable
No package 'linotype' found
configure:22766: $? = 1
configure:22780: $PKG_CONFIG --exists --print-errors "linotype"
Package linotype was not found in the pkg-config search path.
Perhaps you should add the directory containing `linotype.pc'
to the PKG_CONFIG_PATH environment variable
No package 'linotype' found
configure:22783: $? = 1
configure:22797: result: no
No package 'linotype' found
configure:22814: WARNING: *** no linotype -- LinoType font provider will not be built.
configure:22897: checking for LIBWEBP
configure:22904: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
Package libwebp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebp' found
configure:22907: $? = 1
configure:22921: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
Package libwebp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libwebp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libwebp' found
configure:22924: $? = 1
configure:22938: result: no
No package 'libwebp' found
configure:22955: WARNING: *** WebP library not found. WEBP image provider will not be built.
configure:23014: checking which gfxdrivers should be built
configure:23052: result: all
configure:23177: checking GL/gl.h usability
configure:23177: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23177: $? = 0
configure:23177: result: yes
configure:23177: checking GL/gl.h presence
configure:23177: gcc -E -D_REENTRANT  conftest.c
configure:23177: $? = 0
configure:23177: result: yes
configure:23177: checking for GL/gl.h
configure:23177: result: yes
configure:23183: checking GL/glx.h usability
configure:23183: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23183: $? = 0
configure:23183: result: yes
configure:23183: checking GL/glx.h presence
configure:23183: gcc -E -D_REENTRANT  conftest.c
configure:23183: $? = 0
configure:23183: result: yes
configure:23183: checking for GL/glx.h
configure:23183: result: yes
configure:23474: checking which inputdrivers should be built
configure:23505: result: all
configure:23586: checking dbox/fp.h usability
configure:23586: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
conftest.c:76:21: fatal error: dbox/fp.h: No such file or directory
 #include <dbox/fp.h>
                     ^
compilation terminated.
configure:23586: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 1
| #define USE_MMX 1
| #define USE_SSE 1
| #define USE_GLX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dbox/fp.h>
configure:23586: result: no
configure:23586: checking dbox/fp.h presence
configure:23586: gcc -E -D_REENTRANT  conftest.c
conftest.c:43:21: fatal error: dbox/fp.h: No such file or directory
 #include <dbox/fp.h>
                     ^
compilation terminated.
configure:23586: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 1
| #define USE_MMX 1
| #define USE_SSE 1
| #define USE_GLX 1
| /* end confdefs.h.  */
| #include <dbox/fp.h>
configure:23586: result: no
configure:23586: checking for dbox/fp.h
configure:23586: result: no
configure:23591: WARNING: *** DBox2 Remote input driver will not be built.
configure:23600: checking for dbox/fp.h
configure:23600: result: no
configure:23605: WARNING: *** DreamBox Remote input driver will not be built.
configure:23629: checking linux/h3600_ts.h usability
configure:23629: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
conftest.c:76:28: fatal error: linux/h3600_ts.h: No such file or directory
 #include <linux/h3600_ts.h>
                            ^
compilation terminated.
configure:23629: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 1
| #define USE_MMX 1
| #define USE_SSE 1
| #define USE_GLX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/h3600_ts.h>
configure:23629: result: no
configure:23629: checking linux/h3600_ts.h presence
configure:23629: gcc -E -D_REENTRANT  conftest.c
conftest.c:43:28: fatal error: linux/h3600_ts.h: No such file or directory
 #include <linux/h3600_ts.h>
                            ^
compilation terminated.
configure:23629: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define DIRECTFB_VERSION "1.7.6"
| #define DIRECTFB_VERSION_VENDOR ""
| #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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_FORK 1
| #define HAVE_LINUX_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define ARCH_X86_64 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
| #define HAVE_LIBRT 1
| #define HAVE_LIBDL 1
| #define HAVE_INB_OUTB_IOPL 1
| #define HAVE_SYSIO 1
| #define FS_ENABLE_PRECISION 1
| #define FS_ENABLE_LINEAR_FILTER 1
| #define USE_MMX 1
| #define USE_SSE 1
| #define USE_GLX 1
| /* end confdefs.h.  */
| #include <linux/h3600_ts.h>
configure:23629: result: no
configure:23629: checking for linux/h3600_ts.h
configure:23629: result: no
configure:23634: WARNING: *** H3600 Touchscreen driver will not be built.
configure:23649: checking linux/joystick.h usability
configure:23649: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23649: $? = 0
configure:23649: result: yes
configure:23649: checking linux/joystick.h presence
configure:23649: gcc -E -D_REENTRANT  conftest.c
configure:23649: $? = 0
configure:23649: result: yes
configure:23649: checking for linux/joystick.h
configure:23649: result: yes
configure:23668: checking linux/input.h usability
configure:23668: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23668: $? = 0
configure:23668: result: yes
configure:23668: checking linux/input.h presence
configure:23668: gcc -E -D_REENTRANT  conftest.c
configure:23668: $? = 0
configure:23668: result: yes
configure:23668: checking for linux/input.h
configure:23668: result: yes
configure:23680: checking for struct input_absinfo in linux/input.h
configure:23693: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23693: $? = 0
configure:23697: result: yes
configure:23734: checking linux/serial.h usability
configure:23734: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23734: $? = 0
configure:23734: result: yes
configure:23734: checking linux/serial.h presence
configure:23734: gcc -E -D_REENTRANT  conftest.c
configure:23734: $? = 0
configure:23734: result: yes
configure:23734: checking for linux/serial.h
configure:23734: result: yes
configure:23748: checking linux/sonypi.h usability
configure:23748: gcc -c -O3 -g2 -ffast-math -pipe  -D_REENTRANT  conftest.c >&5
configure:23748: $? = 0
configure:23748: result: yes
configure:23748: checking linux/sonypi.h presence
configure:23748: gcc -E -D_REENTRANT  conftest.c
configure:23748: $? = 0
configure:23748: result: yes
configure:23748: checking for linux/sonypi.h
configure:23748: result: yes
configure:23764: checking for TSLIB
configure:23771: $PKG_CONFIG --exists --print-errors "tslib-1.0 >= 1.0.0"
Package tslib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `tslib-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tslib-1.0' found
configure:23774: $? = 1
configure:23788: $PKG_CONFIG --exists --print-errors "tslib-1.0 >= 1.0.0"
Package tslib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `tslib-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tslib-1.0' found
configure:23791: $? = 1
configure:23805: result: no
No package 'tslib-1.0' found
configure:23836: checking for TSLIB
configure:23843: $PKG_CONFIG --exists --print-errors "tslib-0.0"
configure:23846: $? = 0
configure:23860: $PKG_CONFIG --exists --print-errors "tslib-0.0"
configure:23863: $? = 0
configure:23905: result: yes
configure:24829: checking that generated files are newer than configure
configure:24835: result: done
configure:24869: checking that generated files are newer than configure
configure:24875: result: done
configure:25375: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on liutao-ThinkPad-T440

config.status:1726: creating build-android/Makefile
config.status:1726: creating directfb-config
config.status:1726: creating directfb.pc
config.status:1726: creating directfb-internal.pc
config.status:1726: creating directfb.spec
config.status:1726: creating Makefile
config.status:1726: creating include/Makefile
config.status:1726: creating include/directfb_build.h
config.status:1726: creating include/directfb_version.h
config.status:1726: creating include/++dfb/Makefile
config.status:1726: creating lib/Makefile
config.status:1726: creating lib/direct/Makefile
config.status:1726: creating lib/direct/build.h
config.status:1726: creating lib/direct/direct.pc
config.status:1726: creating lib/direct/os/Makefile
config.status:1726: creating lib/direct/os/linux/glibc/Makefile
config.status:1726: creating lib/fusion/Makefile
config.status:1726: creating lib/fusion/build.h
config.status:1726: creating lib/fusion/fusion.pc
config.status:1726: creating lib/fusion/shm/Makefile
config.status:1726: creating lib/One/Makefile
config.status:1726: creating lib/One/one.pc
config.status:1726: creating lib/voodoo/Makefile
config.status:1726: creating lib/voodoo/build.h
config.status:1726: creating lib/voodoo/unix/Makefile
config.status:1726: creating lib/voodoo/voodoo.pc
config.status:1726: creating lib/sawman/Makefile
config.status:1726: creating lib/sawman/sawman.pc
config.status:1726: creating lib/fusiondale/Makefile
config.status:1726: creating lib/fusiondale/coma/Makefile
config.status:1726: creating lib/fusiondale/core/Makefile
config.status:1726: creating lib/fusiondale/messenger/Makefile
config.status:1726: creating lib/fusiondale/misc/Makefile
config.status:1726: creating lib/fusiondale/one/Makefile
config.status:1726: creating lib/fusiondale/fusiondale.pc
config.status:1726: creating lib/fusiondale/fusiondale_version.h
config.status:1726: creating lib/fusionsound/Makefile
config.status:1726: creating lib/fusionsound/core/Makefile
config.status:1726: creating lib/fusionsound/drivers/Makefile
config.status:1726: creating lib/fusionsound/media/Makefile
config.status:1726: creating lib/fusionsound/misc/Makefile
config.status:1726: creating lib/fusionsound/fusionsound.pc
config.status:1726: creating lib/fusionsound/fusionsound-internal.pc
config.status:1726: creating lib/fusionsound/fusionsound_limits.h
config.status:1726: creating lib/fusionsound/fusionsound_version.h
config.status:1726: creating lib/divine/Makefile
config.status:1726: creating lib/divine/divine.pc
config.status:1726: creating lib/dvc/Makefile
config.status:1726: creating lib/++dfb/Makefile
config.status:1726: creating lib/++dfb/++dfb.pc
config.status:1726: creating patches/Makefile
config.status:1726: creating proxy/Makefile
config.status:1726: creating proxy/compressor/Makefile
config.status:1726: creating proxy/dispatcher/Makefile
config.status:1726: creating proxy/requestor/Makefile
config.status:1726: creating rules/Makefile
config.status:1726: creating src/Makefile
config.status:1726: creating src/core/Makefile
config.status:1726: creating src/display/Makefile
config.status:1726: creating src/gfx/Makefile
config.status:1726: creating src/gfx/generic/Makefile
config.status:1726: creating src/input/Makefile
config.status:1726: creating src/media/Makefile
config.status:1726: creating src/misc/Makefile
config.status:1726: creating src/windows/Makefile
config.status:1726: creating systems/Makefile
config.status:1726: creating systems/android/Makefile
config.status:1726: creating systems/devmem/Makefile
config.status:1726: creating systems/dummy/Makefile
config.status:1726: creating systems/fbdev/Makefile
config.status:1726: creating systems/mesa/Makefile
config.status:1726: creating systems/drmkms/Makefile
config.status:1726: creating systems/pvr2d/Makefile
config.status:1726: creating systems/egl/Makefile
config.status:1726: creating systems/x11/Makefile
config.status:1726: creating systems/x11vdpau/Makefile
config.status:1726: creating systems/osx/Makefile
config.status:1726: creating systems/sdl/Makefile
config.status:1726: creating systems/vnc/Makefile
config.status:1726: creating wm/Makefile
config.status:1726: creating wm/default/Makefile
config.status:1726: creating wm/unique/Makefile
config.status:1726: creating wm/unique/classes/Makefile
config.status:1726: creating wm/unique/data/Makefile
config.status:1726: creating wm/unique/devices/Makefile
config.status:1726: creating wm/sawman/Makefile
config.status:1726: creating gfxdrivers/Makefile
config.status:1726: creating gfxdrivers/ati128/Makefile
config.status:1726: creating gfxdrivers/cle266/Makefile
config.status:1726: creating gfxdrivers/cyber5k/Makefile
config.status:1726: creating gfxdrivers/davinci/Makefile
config.status:1726: creating gfxdrivers/ep9x/Makefile
config.status:1726: creating gfxdrivers/gp2d/Makefile
config.status:1726: creating gfxdrivers/gl/Makefile
config.status:1726: creating gfxdrivers/gles2/Makefile
config.status:1726: creating gfxdrivers/i810/Makefile
config.status:1726: creating gfxdrivers/i830/Makefile
config.status:1726: creating gfxdrivers/mach64/Makefile
config.status:1726: creating gfxdrivers/matrox/Makefile
config.status:1726: creating gfxdrivers/neomagic/Makefile
config.status:1726: creating gfxdrivers/nsc/Makefile
config.status:1726: creating gfxdrivers/nsc/include/Makefile
config.status:1726: creating gfxdrivers/nvidia/Makefile
config.status:1726: creating gfxdrivers/omap/Makefile
config.status:1726: creating gfxdrivers/pvr2d/Makefile
config.status:1726: creating gfxdrivers/pxa3xx/Makefile
config.status:1726: creating gfxdrivers/radeon/Makefile
config.status:1726: creating gfxdrivers/savage/Makefile
config.status:1726: creating gfxdrivers/sh772x/Makefile
config.status:1726: creating gfxdrivers/sis315/Makefile
config.status:1726: creating gfxdrivers/tdfx/Makefile
config.status:1726: creating gfxdrivers/unichrome/Makefile
config.status:1726: creating gfxdrivers/vdpau/Makefile
config.status:1726: creating gfxdrivers/vmware/Makefile
config.status:1726: creating inputdrivers/Makefile
config.status:1726: creating inputdrivers/dbox2remote/Makefile
config.status:1726: creating inputdrivers/divine/Makefile
config.status:1726: creating inputdrivers/dreamboxremote/Makefile
config.status:1726: creating inputdrivers/dynapro/Makefile
config.status:1726: creating inputdrivers/elo/Makefile
config.status:1726: creating inputdrivers/gunze/Makefile
config.status:1726: creating inputdrivers/h3600_ts/Makefile
config.status:1726: creating inputdrivers/input_hub/Makefile
config.status:1726: creating inputdrivers/joystick/Makefile
config.status:1726: creating inputdrivers/keyboard/Makefile
config.status:1726: creating inputdrivers/linux_input/Makefile
config.status:1726: creating inputdrivers/lirc/Makefile
config.status:1726: creating inputdrivers/mutouch/Makefile
config.status:1726: creating inputdrivers/zytronic/Makefile
config.status:1726: creating inputdrivers/penmount/Makefile
config.status:1726: creating inputdrivers/ps2mouse/Makefile
config.status:1726: creating inputdrivers/serialmouse/Makefile
config.status:1726: creating inputdrivers/sonypi/Makefile
config.status:1726: creating inputdrivers/tslib/Makefile
config.status:1726: creating inputdrivers/ucb1x00_ts/Makefile
config.status:1726: creating inputdrivers/wm97xx_ts/Makefile
config.status:1726: creating interfaces/Makefile
config.status:1726: creating interfaces/ICoreResourceManager/Makefile
config.status:1726: creating interfaces/IDirectFBFont/Makefile
config.status:1726: creating interfaces/IDirectFBGL/Makefile
config.status:1726: creating interfaces/IDirectFBGL/EGL/Makefile
config.status:1726: creating interfaces/IDirectFBImageProvider/Makefile
config.status:1726: creating interfaces/IDirectFBImageProvider/mpeg2/Makefile
config.status:1726: creating interfaces/IDirectFBVideoProvider/Makefile
config.status:1726: creating interfaces/IDirectFBVideoProvider/video_out_dfb/Makefile
config.status:1726: creating interfaces/IDirectFBWindows/Makefile
config.status:1726: creating interfaces/IFusionSound/Makefile
config.status:1726: creating interfaces/IFusionSoundMusicProvider/Makefile
config.status:1726: creating interfaces/IWater/Makefile
config.status:1726: creating data/Makefile
config.status:1726: creating tests/Makefile
config.status:1726: creating tests/voodoo/Makefile
config.status:1726: creating tools/Makefile
config.status:1726: creating examples/fusiondale/Makefile
config.status:1726: creating examples/fusionsound/Makefile
config.status:1726: creating examples/++dfb/Makefile
config.status:1726: creating examples/++dfb/tests/Makefile
config.status:1726: creating examples/++dfb/tests/data/Makefile
config.status:1726: creating docs/Makefile
config.status:1726: creating docs/dfbg.1
config.status:1726: creating docs/directfb-csource.1
config.status:1726: creating docs/directfbrc.5
config.status:1726: creating docs/html/Makefile
config.status:1726: creating config.h
config.status:1907: config.h is unchanged
config.status:1955: executing depfiles commands
config.status:1955: executing libtool commands
config.status:1955: executing default commands
configure:28134: result:
Build options:
  Version                   1.7.6
  Linux powered             yes
  Install prefix            /usr
  Config files in           /usr/etc
  Build shared libs         yes
  Build static libs         no
  Module directory          ${exec_prefix}/lib/directfb-1.7-6
  CC                        gcc
  CXX                       g++
  LD                        /usr/bin/ld -m elf_x86_64
  CPPFLAGS                  -D_REENTRANT 
  CFLAGS                    -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing -Werror-implicit-function-declaration -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE  -std=gnu99 -Werror-implicit-function-declaration
  CXXFLAGS                  -Wall -Wno-strict-aliasing -std=c++0x -g -O2 -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE 
  LDFLAGS                   
  LIBS                      -ldl -lrt -lpthread 
  DYNLIB                    -ldl
  RTLIB                     -lrt
  THREADFLAGS               -D_REENTRANT
  THREADLIB                 -lpthread

Misc options:
  Multi Application Core    no
  Fusion Kernel Device      yes
  Fusion message size       16384
  Fluxed args size          1024
  One (IPC)                 no
  Voodoo (network support)  no
  Pure Voodoo (net only)    no
  DiVine (virtual input)    no
  FusionDale                no
  Debug supported           yes
  Debug enabled             no
  Trace support             no
  MMX support               yes
  SSE support               yes
  GCC Atomics usage         no
  Network support           yes
  Include all strings       yes
  Software Rendering        yes
  Smooth SW Scaling         no
  Dithering                 none
  Dithering 565             none
  zlib compression          no                 
  Using setsockopt          yes

Building Tests              no
Building Tools              yes

Building System Modules:
  Linux FBDev support       yes
  Generic /dev/mem support  yes
  Mesa/DRM/KMS support      yes                -I/usr/include/libdrm   -lGLESv2 -lEGL -ldrm -lgbm  
  DRM/KMS support           no               
  PVR2D                     no                
  EGL                       no                 -I/usr/include/libdrm   -lGL -lEGL  
  X11 support               yes                   -lX11 -lXext  
  X11/VDPAU support         no             
  OSX support               no                  
  SDL support               no                  
  VNC support               no                  

Building Window Manager Modules:
  Default                   yes
  UniQuE                    no
  SaWMan                    no

Building Image Provider Modules:
  GIF                       yes
  JPEG                      yes                 -ljpeg
  PNG                       yes                  -I/usr/include/libpng12   -lpng12  
  Imlib2                    no                
  PNM                       yes
  SVG                       no                   
  BMP                       yes
  WEBP                      no                  
  JPEG2000                  no             
  MPEG2                     yes
  TIFF                      no                  



Building Video Provider Modules:
  GIF                       yes
  Video4Linux               yes (v2: no)
  MNG                       no                  
  Gstreamer                 no (v1: no)        
    with FusionSound        no
  AviFile                   no
  Flash                     no
  Libmpeg3                  no
  OpenQuicktime             no
  Xine                      no
  Xine/VDPAU                no
  Swfdec                    no
  FFmpeg                    no

Building Font Modules:
  FreeType2                 yes                 -I/usr/include/freetype2   -lfreetype  
  LinoType                  no                  
  Default font              yes

Building FusionSound        no
configure:28332: result:
Building Graphics Drivers:
  3Dfx Voodoo               yes
  ATI Mach64                yes
  ATI Rage 128              yes
  ATI Radeon                no
  Cirrus EP9X               yes
  Intel i810                yes
  Intel i830                yes
  Matrox                    yes
  NeoMagic                  yes
  NSC Geode                 yes
  nVidia                    yes
  PVR2D                     no
  PXA 3xx                   yes
  Renesas R-Car GP2D        no                   
  Renesas SH7722/SH7723     no
  S3 Savage                 no
  SiS 315                   yes
  TI Davinci                no
  TI OMAP                   no
  TVIA CyberPro             no
  VIA CLE266                no
  VIA UniChrome             no
  VMWare                    no
  VDPAU                     no
  --
  OpenGL                    yes (GLX: yes)
  OpenGL ES 2.0             yes (Mesa:  yes, PVR2D: no)
                                        -I/usr/include/libdrm   -DGLES2_MESA  -lGLESv2 -lEGL -ldrm -lgbm  

  IDirectFBGL-EGL           yes       -I/usr/include/libdrm   -lGL -lEGL  

Building Input Drivers:
  DBox2 Remote              no
  DreamBox Remote           no
  Dynapro Touchscreen       no
  ELO Touchscreen           no
  Gunze Touchscreen         no
  H3600 Touchscreen         no
  Input Hub                 yes
  Joystick                  yes
  Keyboard                  yes
  Linux Input               yes
  LiRC                      yes
  MuTouch touchscreen       yes
  Zytronic touchscreen      yes
  PS/2 Mouse                yes
  Serial Mouse              yes
  SonyPI Jogdial            yes
  tslib                     yes                   -lts  
  ucb1x00 Touchscreen       no
  WM97xx Touchscreen        yes
configure:28389: result:   


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_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=
ac_cv_env_CFLAGS_value=
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=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DRMKMS_CFLAGS_set=
ac_cv_env_DRMKMS_CFLAGS_value=
ac_cv_env_DRMKMS_LIBS_set=
ac_cv_env_DRMKMS_LIBS_value=
ac_cv_env_EGL_CFLAGS_set=
ac_cv_env_EGL_CFLAGS_value=
ac_cv_env_EGL_LIBS_set=
ac_cv_env_EGL_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTIFF_CFLAGS_set=
ac_cv_env_LIBTIFF_CFLAGS_value=
ac_cv_env_LIBTIFF_LIBS_set=
ac_cv_env_LIBTIFF_LIBS_value=
ac_cv_env_LIBWEBP_CFLAGS_set=
ac_cv_env_LIBWEBP_CFLAGS_value=
ac_cv_env_LIBWEBP_LIBS_set=
ac_cv_env_LIBWEBP_LIBS_value=
ac_cv_env_LINOTYPE_CFLAGS_set=
ac_cv_env_LINOTYPE_CFLAGS_value=
ac_cv_env_LINOTYPE_LIBS_set=
ac_cv_env_LINOTYPE_LIBS_value=
ac_cv_env_MESA_CFLAGS_set=
ac_cv_env_MESA_CFLAGS_value=
ac_cv_env_MESA_LIBS_set=
ac_cv_env_MESA_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_SH772X_DEP_CFLAGS_set=
ac_cv_env_SH772X_DEP_CFLAGS_value=
ac_cv_env_SH772X_DEP_LIBS_set=
ac_cv_env_SH772X_DEP_LIBS_value=
ac_cv_env_SH772X_SHJPEG_DEP_CFLAGS_set=
ac_cv_env_SH772X_SHJPEG_DEP_CFLAGS_value=
ac_cv_env_SH772X_SHJPEG_DEP_LIBS_set=
ac_cv_env_SH772X_SHJPEG_DEP_LIBS_value=
ac_cv_env_TSLIB_CFLAGS_set=
ac_cv_env_TSLIB_CFLAGS_value=
ac_cv_env_TSLIB_LIBS_set=
ac_cv_env_TSLIB_LIBS_value=
ac_cv_env_X11VDPAU_CFLAGS_set=
ac_cv_env_X11VDPAU_CFLAGS_value=
ac_cv_env_X11VDPAU_LIBS_set=
ac_cv_env_X11VDPAU_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_fork=yes
ac_cv_have_decl_PTHREAD_MUTEX_RECURSIVE=yes
ac_cv_have_decl_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP=yes
ac_cv_header_Carbon_Carbon_h=no
ac_cv_header_GL_gl_h=yes
ac_cv_header_GL_glx_h=yes
ac_cv_header_asm_page_h=no
ac_cv_header_dbox_fp_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_linux_compiler_h=no
ac_cv_header_linux_h3600_ts_h=no
ac_cv_header_linux_input_h=yes
ac_cv_header_linux_joystick_h=yes
ac_cv_header_linux_serial_h=yes
ac_cv_header_linux_sonypi_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_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_soundcard_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=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_jasper_jas_image_decode=no
ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
ac_cv_lib_mad_mad_timer_add=no
ac_cv_lib_pthread_pthread_attr_init=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MAN2HTML=no
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/bin/sed
ac_cv_path_VNC_CONFIG=no
ac_cv_path_ac_pt_FLUXCOMP=/usr/bin/fluxcomp
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
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=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_sqrt=-lm
ac_cv_search_strerror='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=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_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_EGL_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_EGL_LIBS='-lGL -lEGL  '
pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2  '
pkg_cv_FREETYPE_LIBS='-lfreetype  '
pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng12  '
pkg_cv_LIBPNG_LIBS='-lpng12  '
pkg_cv_MESA_CFLAGS='-I/usr/include/libdrm  '
pkg_cv_MESA_LIBS='-lGLESv2 -lEGL -ldrm -lgbm  '
pkg_cv_TSLIB_CFLAGS=' '
pkg_cv_TSLIB_LIBS='-lts  '
pkg_cv_X11_CFLAGS=' '
pkg_cv_X11_LIBS='-lX11 -lXext  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/missing aclocal-1.14 '
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-lasound  '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='gcc'
ASFLAGS='-ffast-math -pipe '
AUTOCONF='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/missing autoconf'
AUTOHEADER='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/missing autoheader'
AUTOMAKE='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/missing automake-1.14'
AVIFILE_CFLAGS=''
AVIFILE_CONFIG=''
AVIFILE_LIBS=''
AVIFILE_PROVIDER_FALSE=''
AVIFILE_PROVIDER_TRUE='#'
AWK='gawk'
BMP_FALSE='#'
BMP_TRUE=''
BUILDARMASM_FALSE=''
BUILDARMASM_TRUE='#'
BUILDMMX_FALSE='#'
BUILDMMX_TRUE=''
BUILDPPCASM_FALSE=''
BUILDPPCASM_TRUE='#'
BUILD_ALSA_FALSE='#'
BUILD_ALSA_TRUE=''
BUILD_CDDA_FALSE='#'
BUILD_CDDA_TRUE=''
BUILD_DIRECTFB_CSOURCE_FALSE='#'
BUILD_DIRECTFB_CSOURCE_TRUE=''
BUILD_DVC_FALSE=''
BUILD_DVC_TRUE='#'
BUILD_FFMPEG_FALSE=''
BUILD_FFMPEG_TRUE='#'
BUILD_MAD_FALSE=''
BUILD_MAD_TRUE='#'
BUILD_OSS_FALSE='#'
BUILD_OSS_TRUE=''
BUILD_PLAYLIST_FALSE='#'
BUILD_PLAYLIST_TRUE=''
BUILD_SHARED_FALSE='#'
BUILD_SHARED_TRUE=''
BUILD_STATIC_FALSE=''
BUILD_STATIC_TRUE='#'
BUILD_TESTS_FALSE=''
BUILD_TESTS_TRUE='#'
BUILD_TIMIDITY_FALSE=''
BUILD_TIMIDITY_TRUE='#'
BUILD_TOOLS_FALSE='#'
BUILD_TOOLS_TRUE=''
BUILD_VORBIS_FALSE=''
BUILD_VORBIS_TRUE='#'
BUILD_WAVE_FALSE='#'
BUILD_WAVE_TRUE=''
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CDDB_CFLAGS=''
CDDB_LIBS=''
CFLAGS='-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing -Werror-implicit-function-declaration -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE  -std=gnu99 -Werror-implicit-function-declaration'
CPP='gcc -E'
CPPFLAGS='-D_REENTRANT '
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -Wno-strict-aliasing -std=c++0x -g -O2 -O3 -g2 -ffast-math -pipe  -D_GNU_SOURCE '
CXXSTD='c++0x'
CYGPATH_W='echo'
DATADIR='${datarootdir}/directfb-1.7.6'
DBOX2REMOTE_FALSE=''
DBOX2REMOTE_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEP_ONE=''
DEP_VOODOO=''
DEVMEM_CORE_FALSE='#'
DEVMEM_CORE_TRUE=''
DFB_CFLAGS_OMIT_FRAME_POINTER='-fomit-frame-pointer'
DFB_INTERNAL_CFLAGS='-D_GNU_SOURCE '
DFB_LDFLAGS=' '
DFB_SMOOTH_SCALING=''
DIRECTFB_BINARY_AGE='0'
DIRECTFB_BUILD_ONE='0'
DIRECTFB_BUILD_ONE_FALSE=''
DIRECTFB_BUILD_ONE_TRUE='#'
DIRECTFB_BUILD_PURE_VOODOO='0'
DIRECTFB_BUILD_PURE_VOODOO_FALSE=''
DIRECTFB_BUILD_PURE_VOODOO_TRUE='#'
DIRECTFB_BUILD_VOODOO='0'
DIRECTFB_BUILD_VOODOO_FALSE=''
DIRECTFB_BUILD_VOODOO_TRUE='#'
DIRECTFB_CSOURCE=''
DIRECTFB_INTERFACE_AGE='0'
DIRECTFB_MAJOR_VERSION='1'
DIRECTFB_MICRO_VERSION='6'
DIRECTFB_MINOR_VERSION='7'
DIRECTFB_VERSION='1.7.6'
DIRECTFB_VERSION_VENDOR=''
DIRECT_BUILD_DEBUG='0'
DIRECT_BUILD_DEBUGS='1'
DIRECT_BUILD_DYNLOAD='1'
DIRECT_BUILD_GCC_ATOMICS='0'
DIRECT_BUILD_GETTID='1'
DIRECT_BUILD_MULTICORE='1'
DIRECT_BUILD_NETWORK='1'
DIRECT_BUILD_OSTYPE='DIRECT_OS_LINUX_GNU_LIBC'
DIRECT_BUILD_STDBOOL='1'
DIRECT_BUILD_TEXT='1'
DIRECT_BUILD_TRACE='0'
DLLTOOL='false'
DREAMBOXREMOTE_FALSE=''
DREAMBOXREMOTE_TRUE='#'
DRMKMS_CFLAGS=''
DRMKMS_CORE_FALSE=''
DRMKMS_CORE_TRUE='#'
DRMKMS_LIBS=''
DSYMUTIL=''
DUMPBIN=''
DYNAPRO_INPUT_FALSE=''
DYNAPRO_INPUT_TRUE='#'
DYNLIB='-ldl'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CFLAGS='-I/usr/include/libdrm  '
EGL_CORE_FALSE=''
EGL_CORE_TRUE='#'
EGL_LIBS='-lGL -lEGL  '
EGREP='/bin/grep -E'
ELO_INPUT_FALSE=''
ELO_INPUT_TRUE='#'
ENABLE_DEBUGS_FALSE='#'
ENABLE_DEBUGS_TRUE=''
ENABLE_DEBUG_FALSE=''
ENABLE_DEBUG_TRUE='#'
ENABLE_DIVINE_FALSE=''
ENABLE_DIVINE_TRUE='#'
ENABLE_FUSIONDALE_FALSE=''
ENABLE_FUSIONDALE_TRUE='#'
ENABLE_FUSIONSOUND_FALSE=''
ENABLE_FUSIONSOUND_TRUE='#'
ENABLE_MULTI_FALSE=''
ENABLE_MULTI_TRUE='#'
ENABLE_ONE_FALSE=''
ENABLE_ONE_TRUE='#'
ENABLE_SAWMAN_FALSE=''
ENABLE_SAWMAN_TRUE='#'
ENABLE_TRACE_FALSE=''
ENABLE_TRACE_TRUE='#'
ENABLE_UNIQUE_FALSE=''
ENABLE_UNIQUE_TRUE='#'
ENABLE_VOODOO_FALSE=''
ENABLE_VOODOO_TRUE='#'
EXEEXT=''
FBDEV_CORE_FALSE='#'
FBDEV_CORE_TRUE=''
FFMPEG_CFLAGS=''
FFMPEG_LIBS=''
FFMPEG_PROVIDER_FALSE=''
FFMPEG_PROVIDER_TRUE='#'
FGREP='/bin/grep -F'
FLASH_LIBS=''
FLASH_PROVIDER_FALSE=''
FLASH_PROVIDER_TRUE='#'
FLUXCOMP='/usr/bin/fluxcomp'
FLUXED_ARGS_BYTES='1024'
FREETYPE_CFLAGS='-I/usr/include/freetype2  '
FREETYPE_LIBS='-lfreetype  '
FREETYPE_PROVIDER=''
FREETYPE_PROVIDER_FALSE='#'
FREETYPE_PROVIDER_TRUE=''
FS_MAX_CHANNELS='6'
FUSION_BUILD_KERNEL='1'
FUSION_BUILD_MULTI='0'
FUSION_MESSAGE_SIZE='16384'
GENERIC_INCLUDEDIR='${prefix}/include'
GFX_ATI128_FALSE='#'
GFX_ATI128_TRUE=''
GFX_CLE266_FALSE=''
GFX_CLE266_TRUE='#'
GFX_CYBER5K_FALSE=''
GFX_CYBER5K_TRUE='#'
GFX_DAVINCI_FALSE=''
GFX_DAVINCI_TRUE='#'
GFX_EP9X_FALSE='#'
GFX_EP9X_TRUE=''
GFX_GLES2_FALSE='#'
GFX_GLES2_TRUE=''
GFX_GLX_FALSE='#'
GFX_GLX_TRUE=''
GFX_GL_FALSE='#'
GFX_GL_TRUE=''
GFX_GP2D_FALSE=''
GFX_GP2D_TRUE='#'
GFX_I810_FALSE='#'
GFX_I810_TRUE=''
GFX_I830_FALSE='#'
GFX_I830_TRUE=''
GFX_MACH64_FALSE='#'
GFX_MACH64_TRUE=''
GFX_MATROX_FALSE='#'
GFX_MATROX_TRUE=''
GFX_NEOMAGIC_FALSE='#'
GFX_NEOMAGIC_TRUE=''
GFX_NSC_FALSE='#'
GFX_NSC_TRUE=''
GFX_NVIDIA_FALSE='#'
GFX_NVIDIA_TRUE=''
GFX_OMAP_FALSE=''
GFX_OMAP_TRUE='#'
GFX_PVR2D_FALSE=''
GFX_PVR2D_TRUE='#'
GFX_PXA3XX_FALSE='#'
GFX_PXA3XX_TRUE=''
GFX_RADEON_FALSE=''
GFX_RADEON_TRUE='#'
GFX_SAVAGE_FALSE=''
GFX_SAVAGE_TRUE='#'
GFX_SH772X_FALSE=''
GFX_SH772X_TRUE='#'
GFX_SIS315_FALSE='#'
GFX_SIS315_TRUE=''
GFX_TDFX_FALSE='#'
GFX_TDFX_TRUE=''
GFX_UNICHROME_FALSE=''
GFX_UNICHROME_TRUE='#'
GFX_VDPAU_FALSE=''
GFX_VDPAU_TRUE='#'
GFX_VMWARE_FALSE=''
GFX_VMWARE_TRUE='#'
GIF_PROVIDER=''
GIF_PROVIDER_FALSE='#'
GIF_PROVIDER_TRUE=''
GLES2_CFLAGS=' -I/usr/include/libdrm   -DGLES2_MESA'
GLES2_LIBS=' -lGLESv2 -lEGL -ldrm -lgbm  '
GL_LIBS='-lGL'
GP2D_CFLAGS=''
GP2D_LIBS=''
GREP='/bin/grep'
GSTREAMER_INCL=''
GSTREAMER_LIBS=''
GSTREAMER_PROVIDER_FALSE=''
GSTREAMER_PROVIDER_TRUE='#'
GUNZE_INPUT_FALSE=''
GUNZE_INPUT_TRUE='#'
H3600_TS_FALSE=''
H3600_TS_TRUE='#'
HAVE_LINUX=''
HAVE_LINUX_FALSE='#'
HAVE_LINUX_TRUE=''
HAVE_MAN2HTML_FALSE=''
HAVE_MAN2HTML_TRUE='#'
IDIRECTFBGL_EGL_FALSE='#'
IDIRECTFBGL_EGL_TRUE=''
IMLIB2_CFLAGS=''
IMLIB2_CONFIG=''
IMLIB2_FALSE=''
IMLIB2_LIBS=''
IMLIB2_TRUE='#'
INCLUDEDIR='${prefix}/include/directfb'
INPUT_HUB_FALSE='#'
INPUT_HUB_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTERNALINCLUDEDIR='${prefix}/include/directfb-internal'
JASPER_LIBS=''
JOYSTICK_INPUT_FALSE='#'
JOYSTICK_INPUT_TRUE=''
JPEG2000_FALSE=''
JPEG2000_TRUE='#'
JPEG_PROVIDER=''
JPEG_PROVIDER_FALSE='#'
JPEG_PROVIDER_TRUE=''
KEYBOARD_INPUT_FALSE='#'
KEYBOARD_INPUT_TRUE=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBJPEG='-ljpeg'
LIBM='-lm'
LIBMNG=''
LIBMPEG3_LIBS=''
LIBMPEG3_PROVIDER_FALSE=''
LIBMPEG3_PROVIDER_TRUE='#'
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng12  '
LIBPNG_LIBS='-lpng12  '
LIBS='-ldl -lrt -lpthread '
LIBTIFF_CFLAGS=''
LIBTIFF_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBWEBP_CFLAGS=''
LIBWEBP_LIBS=''
LINOTYPE_CFLAGS=''
LINOTYPE_LIBS=''
LINOTYPE_PROVIDER_FALSE=''
LINOTYPE_PROVIDER_TRUE='#'
LINUX_INPUT_FALSE='#'
LINUX_INPUT_TRUE=''
LIPO=''
LIRC_INPUT_FALSE='#'
LIRC_INPUT_TRUE=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_BINARY='6'
LT_CURRENT='6'
LT_RELEASE='1.7'
LT_REVISION='0'
MAD_LIBS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/missing makeinfo'
MAN2HTML='no'
MANIFEST_TOOL=':'
MESA_CFLAGS='-I/usr/include/libdrm  '
MESA_CORE_FALSE='#'
MESA_CORE_TRUE=''
MESA_LIBS='-lGLESv2 -lEGL -ldrm -lgbm  '
MKDIR_P='/bin/mkdir -p'
MNG_PROVIDER=''
MNG_PROVIDER_FALSE=''
MNG_PROVIDER_TRUE='#'
MODULEDIR='${exec_prefix}/lib/directfb-1.7-6'
MODULEDIRNAME='directfb-1.7-6'
MPEG2_FALSE='#'
MPEG2_TRUE=''
MUTOUCH_TS_FALSE='#'
MUTOUCH_TS_TRUE=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENQUICKTIME_LIBS=''
OPENQUICKTIME_PROVIDER_FALSE=''
OPENQUICKTIME_PROVIDER_TRUE='#'
OSX_CORE_FALSE=''
OSX_CORE_TRUE='#'
OSX_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='DirectFB'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PENMOUNT_TS_FALSE='#'
PENMOUNT_TS_TRUE=''
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_PROVIDER=''
PNG_PROVIDER_FALSE='#'
PNG_PROVIDER_TRUE=''
PNM_FALSE='#'
PNM_TRUE=''
PS2MOUSE_INPUT_FALSE='#'
PS2MOUSE_INPUT_TRUE=''
PVR2D_CFLAGS=''
PVR2D_CORE_FALSE=''
PVR2D_CORE_TRUE='#'
PVR2D_LIBS=''
RANLIB='ranlib'
RTLIB='-lrt'
RUNTIME_SYSROOT=''
SDL_CFLAGS=''
SDL_CORE_FALSE=''
SDL_CORE_TRUE='#'
SDL_LIBS=''
SED='/bin/sed'
SERIAL_MOUSE_INPUT_FALSE='#'
SERIAL_MOUSE_INPUT_TRUE=''
SET_MAKE=''
SH772X_DEP_CFLAGS=''
SH772X_DEP_LIBS=''
SH772X_SHJPEG_DEP_CFLAGS=''
SH772X_SHJPEG_DEP_LIBS=''
SH772X_SHJPEG_FALSE=''
SH772X_SHJPEG_TRUE='#'
SHELL='/bin/bash'
SOFTWARE_RENDERING_FALSE='#'
SOFTWARE_RENDERING_TRUE=''
SONYPI_FALSE='#'
SONYPI_TRUE=''
SOPATH='${exec_prefix}/lib/libdirectfb-1.7.so.6'
STRIP='strip'
SVG_CFLAGS=''
SVG_FALSE=''
SVG_LIBS=''
SVG_TRUE='#'
SWFDEC_CFLAGS=''
SWFDEC_LIBS=''
SWFDEC_PROVIDER_FALSE=''
SWFDEC_PROVIDER_TRUE='#'
SYSCONFDIR='/usr/etc'
THREADFLAGS='-D_REENTRANT'
THREADLIB='-lpthread'
TIFF_PROVIDER_FALSE=''
TIFF_PROVIDER_TRUE='#'
TIMIDITY_CFLAGS=''
TIMIDITY_LIBS=''
TSLIB_CFLAGS=' '
TSLIB_FALSE='#'
TSLIB_LIBS='-lts  '
TSLIB_TRUE=''
UCB1X00_TS_FALSE=''
UCB1X00_TS_TRUE='#'
V4L_PROVIDER_FALSE='#'
V4L_PROVIDER_TRUE=''
VERSION='1.7.6'
VNC_CFLAGS=''
VNC_CONFIG='no'
VNC_CORE_FALSE=''
VNC_CORE_TRUE='#'
VNC_LIBS=''
VOODOO_BUILD_NO_SETSOCKOPT='0'
VORBISFILE_CFLAGS=''
VORBISFILE_LIBS=''
WEBP_PROVIDER_FALSE=''
WEBP_PROVIDER_TRUE='#'
WM97XX_TS_FALSE='#'
WM97XX_TS_TRUE=''
X11VDPAU_CFLAGS=''
X11VDPAU_CORE_FALSE=''
X11VDPAU_CORE_TRUE='#'
X11VDPAU_LIBS=''
X11_CFLAGS=' '
X11_CORE_FALSE='#'
X11_CORE_TRUE=''
X11_LIBS='-lX11 -lXext  '
XINE_CFLAGS=''
XINE_CONFIG=''
XINE_LIBS=''
XINE_PLUGINDIR=''
XINE_PROVIDER_FALSE=''
XINE_PROVIDER_TRUE='#'
XINE_VDPAU_CFLAGS=''
XINE_VDPAU_LIBS=''
XINE_VDPAU_PLUGINDIR=''
XINE_VDPAU_PROVIDER_FALSE=''
XINE_VDPAU_PROVIDER_TRUE='#'
ZLIB_LIBS=''
ZYTRONIC_TS_FALSE='#'
ZYTRONIC_TS_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/liutao/work/sourcecode/DirectFB-1.7.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define DIRECTFB_VERSION "1.7.6"
#define DIRECTFB_VERSION_VENDOR ""
#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 LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define HAVE_FORK 1
#define HAVE_LINUX_UNISTD_H 1
#define HAVE_SIGNAL_H 1
#define ARCH_X86_64 1
#define HAVE_LIBPTHREAD 1
#define HAVE_DECL_PTHREAD_MUTEX_RECURSIVE 1
#define HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
#define HAVE_LIBRT 1
#define HAVE_LIBDL 1
#define HAVE_INB_OUTB_IOPL 1
#define HAVE_SYSIO 1
#define FS_ENABLE_PRECISION 1
#define FS_ENABLE_LINEAR_FILTER 1
#define USE_MMX 1
#define USE_SSE 1
#define USE_GLX 1
#define HAVE_INPUT_ABSINFO 1
#define DFB_DITHER_SIMPLE 1
#define DFB_DITHER_ADVANCED 2

configure: exit 0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.