[AD] Linux bug.

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Running: ./fix.sh unix && ./configure && make && make install
Does this:
running /bin/sh ./configure --no-create --no-recursion
The file attached contains the output of the whole command using >> ni.txt
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
creating makefile
creating allegro-config
creating include/allegro/platform/alunixac.h
include/allegro/platform/alunixac.h is unchanged
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
make[1]: Entering directory `/root/allegro-4.0.3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
make[2]: Entering directory `/root/allegro-4.0.3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
make[3]: Entering directory `/root/allegro-4.0.3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
make[4]: Entering directory `/root/allegro-4.0.3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether -fomit-frame-pointer is safe... (cached) yes
checking whether an include prefix is needed... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether linker works with -s option... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... (cached) yes
checking for ldconfig... (cached) /sbin/ldconfig
checking for install-info... (cached) /sbin/install-info
checking for asm support... (cached) i386
checking for MMX support... (cached) yes
checking for SSE support... (cached) yes
checking for asm prefix before symbols... (cached) ""
checking whether byte ordering is bigendian... (cached) no
checking for constructor attribute... yes
checking for dlfcn.h... (cached) yes
checking whether -export-dynamic linker flag is supported... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for sched_yield... -lc
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for supported ALSA version for digital sound... (cached) no
checking for supported ALSA version for MIDI... (cached) no
checking for esd-config... (cached) /usr/bin/esd-config
checking for esd_open_sound... yes
checking for artsc-config... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for XMissingExtension in -lXext... (cached) yes
checking for XShmQueryExtension in -lXext... (cached) yes
checking for XF86VidModeQueryExtension in -lXxf86vm... (cached) yes
checking for XF86DGAQueryExtension in -lXxf86dga... (cached) yes
checking for XDGAQueryExtension in -lXxf86dga... (cached) yes
checking for MAP_FAILED... (cached) yes
checking for sys/io.h... (cached) yes
checking for linux/joystick.h... (cached) yes
checking for linux/fb.h... (cached) yes
checking for vga.h... (cached) no
checking for pthread.h... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for 8-bit clean memcmp... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memcmp... (cached) yes
checking for mkstemp... (cached) yes
checking for stricmp... (cached) no
checking for strlwr... (cached) no
checking for strupr... (cached) no
creating ./config.status
make[5]: Entering directory `/root/allegro-4.0.3'
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/