+ Responder ao Tópico



  1. #1
    duker
    Visitante

    Padrão Ajuda no SDL

    Olhem fui instalar o SDL-1.2.5 e vejam no que deu :
    #./configure
    loading cache ./config.cache
    checking host system type... i586-pc-linux-gnu
    checking target system type... i586-pc-linux-gnu
    checking for a BSD compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... found
    checking build system type... i586-pc-linux-gnu
    checking for ranlib... (cached) ranlib
    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 for ld used by GCC... (cached) /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
    checking for BSD-compatible nm... (cached) /usr/bin/nm -B
    checking whether ln -s works... (cached) yes
    loading cache ./config.cache within ltconfig
    checking for object suffix... o
    checking for executable suffix... (cached) no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions ... yes
    checking if gcc static flag -static works... none
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking command to parse /usr/bin/nm -B output... ok
    checking how to hardcode library paths into programs... immediate
    checking for /usr/bin/ld option to reload object files... -r
    checking dynamic linker characteristics... Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for objdir... .libs
    creating libtool
    loading cache ./config.cache
    checking whether make sets ${MAKE}... (cached) yes
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc -g -O2 ) works... yes
    checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for inline... (cached) inline
    checking for working const... (cached) yes
    checking for c++... (cached) c++
    checking whether the C++ compiler (c++ ) works... yes
    checking whether the C++ compiler (c++ ) is a cross-compiler... no
    checking whether we are using GNU C++... (cached) yes
    checking whether c++ accepts -g... (cached) yes
    checking for a BSD compatible install... /usr/bin/install -c
    checking how to run the C preprocessor... (cached) gcc -E
    checking for working alloca.h... (cached) yes
    checking for alloca... (cached) yes
    checking for nasm... no
    checking for OSS audio support... yes
    checking for ALSA audio support... no
    checking for artsc-config... no
    checking for esd-config... (cached) /usr/bin/esd-config
    checking for ESD - version >= 0.2.8... yes
    -- /usr/lib/libesd.so.* -> libesd.so.0
    checking for NAS audio support... no
    checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for dnet_ntoa in -ldnet... (cached) no
    checking for dnet_ntoa in -ldnet_stub... (cached) no
    checking for gethostbyname... (cached) yes
    checking for connect... (cached) yes
    checking for remove... (cached) yes
    checking for shmat... (cached) yes
    checking for IceConnectionNumber in -lICE... (cached) yes
    checking for XFree86 VidMode 1.0 support... yes
    checking for XFree86 VidMode gamma support... yes
    checking for XFree86 DGA 1.0 support... yes
    checking for XFree86 XvImage support... yes
    checking for X11 Xinerama support... yes
    checking for Xi Graphics XiGMiscExtension support... no
    checking for XFree86 DGA 2.0 support... yes
    checking for framebuffer console support... yes
    checking for pkg-config... (cached) no
    no
    checking for PlayStation 2 GS support... no
    checking for OpenGL (GLX) support... yes
    checking for dlopen in -ldl... (cached) yes
    checking for Linux 2.4 unified input interface... yes
    checking for pthreads... yes
    checking for recursive mutexes... no
    checking for pthread semaphores... yes
    checking for broken glibc 2.0 pthreads... no
    checking whether semun is defined in /usr/include/sys/sem.h... no
    Copying src/main/linux/SDL_main.c -> src/main/SDL_main.c
    Copying src/thread/linux/SDL_systhread.c -> src/thread/SDL_systhread.c
    Copying src/thread/linux/SDL_systhread_c.h -> src/thread/SDL_systhread_c.h
    Copying src/thread/linux/SDL_syssem.c -> src/thread/SDL_syssem.c
    Copying src/thread/generic/SDL_syssem_c.h -> src/thread/SDL_syssem_c.h
    Copying src/thread/linux/SDL_sysmutex.c -> src/thread/SDL_sysmutex.c
    Copying src/thread/linux/SDL_sysmutex_c.h -> src/thread/SDL_sysmutex_c.h
    Copying src/thread/generic/SDL_syscond.c -> src/thread/SDL_syscond.c
    Copying src/thread/generic/SDL_syscond_c.h -> src/thread/SDL_syscond_c.h
    Copying src/timer/linux/SDL_systimer.c -> src/timer/SDL_systimer.c
    creating ./config.status
    creating Makefile
    creating docs/Makefile
    creating docs/html/Makefile
    creating docs/man3/Makefile
    creating include/Makefile
    creating src/Makefile
    creating src/main/Makefile
    creating src/main/macosx/Makefile
    creating src/main/macosx/Info.plist
    creating src/audio/Makefile
    creating src/audio/alsa/Makefile
    creating src/audio/arts/Makefile
    creating src/audio/baudio/Makefile
    creating src/audio/dc/Makefile
    creating src/audio/dma/Makefile
    creating src/audio/dmedia/Makefile
    creating src/audio/dsp/Makefile
    creating src/audio/esd/Makefile
    creating src/audio/macrom/Makefile
    creating src/audio/nas/Makefile
    creating src/audio/nto/Makefile
    creating src/audio/openbsd/Makefile
    creating src/audio/paudio/Makefile
    creating src/audio/sun/Makefile
    creating src/audio/ums/Makefile
    creating src/audio/windib/Makefile
    creating src/audio/windx5/Makefile
    creating src/audio/disk/Makefile
    creating src/audio/mint/Makefile
    creating src/video/Makefile
    creating src/video/XFree86/Makefile
    creating src/video/XFree86/extensions/Makefile
    creating src/video/XFree86/Xinerama/Makefile
    creating src/video/XFree86/Xv/Makefile
    creating src/video/XFree86/Xxf86dga/Makefile
    creating src/video/XFree86/Xxf86vm/Makefile
    creating src/video/cybergfx/Makefile
    creating src/video/x11/Makefile
    creating src/video/dga/Makefile
    creating src/video/nanox/Makefile
    creating src/video/fbcon/Makefile
    creating src/video/directfb/Makefile
    creating src/video/ps2gs/Makefile
    creating src/video/ggi/Makefile
    creating src/video/maccommon/Makefile
    creating src/video/macdsp/Makefile
    creating src/video/macrom/Makefile
    creating src/video/quartz/Makefile
    creating src/video/svga/Makefile
    creating src/video/vgl/Makefile
    creating src/video/aalib/Makefile
    creating src/video/wincommon/Makefile
    creating src/video/windib/Makefile
    creating src/video/windx5/Makefile
    creating src/video/bwindow/Makefile
    creating src/video/photon/Makefile
    creating src/video/epoc/Makefile
    creating src/video/dummy/Makefile
    creating src/video/ataricommon/Makefile
    creating src/video/xbios/Makefile
    creating src/video/gem/Makefile
    creating src/video/dc/Makefile
    creating src/video/qtopia/Makefile
    creating src/video/picogui/Makefile
    creating src/events/Makefile
    creating src/joystick/Makefile
    creating src/joystick/amigaos/Makefile
    creating src/joystick/beos/Makefile
    creating src/joystick/bsd/Makefile
    creating src/joystick/darwin/Makefile
    creating src/joystick/dc/Makefile
    creating src/joystick/dummy/Makefile
    creating src/joystick/linux/Makefile
    creating src/joystick/macos/Makefile
    creating src/joystick/mint/Makefile
    creating src/joystick/win32/Makefile
    creating src/cdrom/Makefile
    creating src/cdrom/aix/Makefile
    creating src/cdrom/beos/Makefile
    creating src/cdrom/dc/Makefile
    creating src/cdrom/dummy/Makefile
    creating src/cdrom/bsdi/Makefile
    creating src/cdrom/freebsd/Makefile
    creating src/cdrom/linux/Makefile
    creating src/cdrom/macos/Makefile
    creating src/cdrom/openbsd/Makefile
    creating src/cdrom/qnx/Makefile
    creating src/cdrom/win32/Makefile
    creating src/thread/Makefile
    creating src/timer/Makefile
    creating src/endian/Makefile
    creating src/file/Makefile
    creating src/hermes/Makefile
    creating sdl-config
    creating SDL.spec

    configure: warning: *** pkg-config is required to build the DirectFB video driver.
    sed: -e expression #1, char 214: Unknown command: `

    #make
    Making all in src
    make[1]: Entering directory `/root/app/SDL-1.2.5/src´
    Making all in main
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/main´
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_main.c
    rm -f libSDLmain.a
    ar cru libSDLmain.a SDL_main.o
    ranlib libSDLmain.a
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/main´
    Making all in audio
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/audio´
    Making all in disk
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/disk´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/disk´
    Making all in dsp
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/dsp´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dsp´
    Making all in dma
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/dma´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dma´
    Making all in esd
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio´
    make[3]: Nothing to be done for `all-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/audio´
    Making all in video
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/video´
    Making all in dummy
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/dummy´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/dummy´
    Making all in x11
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/x11´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/x11´
    Making all in XFree86/Xxf86vm
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    Making all in XFree86/Xxf86dga
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    Making all in XFree86/Xv
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    Making all in XFree86/Xinerama
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    Making all in dga
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/dga´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/dga´
    Making all in fbcon
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video´
    make[3]: Nothing to be done for `all-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/video´
    Making all in events
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/events´
    make[2]: Nothing to be done for `all´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/events´
    Making all in joystick
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/joystick´
    Making all in linux
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/joystick´
    make[3]: Nothing to be done for `all-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/joystick´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/joystick´
    Making all in cdrom
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/cdrom´
    Making all in linux
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[3]: Nothing to be done for `all´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/cdrom´
    make[3]: Nothing to be done for `all-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom´
    Making all in thread
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/thread´
    /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systhread.c
    rm -f .libs/SDL_systhread.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systhread.c -fPIC -DPIC -o .libs/SDL_systhread.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systhread.c -o SDL_systhread.o >/dev/null 2>&1
    mv -f .libs/SDL_systhread.lo SDL_systhread.lo
    /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_sysmutex.c
    rm -f .libs/SDL_sysmutex.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_sysmutex.c -fPIC -DPIC -o .libs/SDL_sysmutex.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_sysmutex.c -o SDL_sysmutex.o >/dev/null 2>&1
    mv -f .libs/SDL_sysmutex.lo SDL_sysmutex.lo
    /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syssem.c
    rm -f .libs/SDL_syssem.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syssem.c -fPIC -DPIC -o .libs/SDL_syssem.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syssem.c -o SDL_syssem.o >/dev/null 2>&1
    mv -f .libs/SDL_syssem.lo SDL_syssem.lo
    /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syscond.c
    rm -f .libs/SDL_syscond.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syscond.c -fPIC -DPIC -o .libs/SDL_syscond.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_syscond.c -o SDL_syscond.o >/dev/null 2>&1
    mv -f .libs/SDL_syscond.lo SDL_syscond.lo
    /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -o libthread.la SDL_thread.lo SDL_systhread.lo SDL_sysmutex.lo SDL_syssem.lo SDL_syscond.lo
    rm -fr .libs/libthread.la .libs/libthread.* .libs/libthread.*
    ar cru .libs/libthread.al SDL_thread.lo SDL_systhread.lo SDL_sysmutex.lo SDL_syssem.lo SDL_syscond.lo
    ranlib .libs/libthread.al
    creating libthread.la
    (cd .libs && rm -f libthread.la && ln -s ../libthread.la libthread.la)
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/thread´
    Making all in timer
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/timer´
    /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systimer.c
    rm -f .libs/SDL_systimer.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systimer.c -fPIC -DPIC -o .libs/SDL_systimer.lo
    gcc -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -c SDL_systimer.c -o SDL_systimer.o >/dev/null 2>&1
    mv -f .libs/SDL_systimer.lo SDL_systimer.lo
    /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../../include -I../../include/SDL -I../../src -I../../src/linux -I../../src/main -I../../src/audio -I../../src/video -I../../src/video/XFree86/extensions -I../../src/events -I../../src/joystick -I../../src/cdrom -I../../src/thread -I../../src/timer -I../../src/endian -I../../src/file -o libtimer.la SDL_timer.lo SDL_systimer.lo
    rm -fr .libs/libtimer.la .libs/libtimer.* .libs/libtimer.*
    ar cru .libs/libtimer.al SDL_timer.lo SDL_systimer.lo
    ranlib .libs/libtimer.al
    creating libtimer.la
    (cd .libs && rm -f libtimer.la && ln -s ../libtimer.la libtimer.la)
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/timer´
    Making all in endian
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/endian´
    make[2]: Nothing to be done for `all´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/endian´
    Making all in file
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/file´
    make[2]: Nothing to be done for `all´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/file´
    make[2]: Entering directory `/root/app/SDL-1.2.5/src´
    /bin/sh ../libtool --mode=link gcc -g -O2 -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DESD_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DPTHREAD_NO_RECURSIVE_MUTEX -I../include -I../include/SDL -I../src -I../src/linux -I../src/main -I../src/audio -I../src/video -I../src/video/XFree86/extensions -I../src/events -I../src/joystick -I../src/cdrom -I../src/thread -I../src/timer -I../src/endian -I../src/file -o libSDL.la -rpath /usr/local/lib -release 1.2 -version-info 0:5:0 SDL.lo SDL_error.lo SDL_fatal.lo SDL_getenv.lo SDL_loadso.lo main/libarch.la audio/libaudio.la video/libvideo.la events/libevents.la joystick/libjoystick.la cdrom/libcdrom.la thread/libthread.la timer/libtimer.la endian/libendian.la file/libfile.la -lm -L/usr/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -ldl
    rm -fr .libs/libSDL.la .libs/libSDL.* .libs/libSDL-1.2.*
    gcc -shared SDL.lo SDL_error.lo SDL_fatal.lo SDL_getenv.lo SDL_loadso.lo -Wl,--whole-archive main/.libs/libarch.al audio/.libs/libaudio.al video/.libs/libvideo.al events/.libs/libevents.al joystick/.libs/libjoystick.al cdrom/.libs/libcdrom.al thread/.libs/libthread.al timer/.libs/libtimer.al endian/.libs/libendian.al file/.libs/libfile.al -Wl,--no-whole-archive -lm -L/usr/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -ldl -lc -Wl,-soname -Wl,libSDL-1.2.so.0 -o .libs/libSDL-1.2.so.0.0.5
    (cd .libs && rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.0.5 libSDL-1.2.so.0)
    (cd .libs && rm -f libSDL.so && ln -s libSDL-1.2.so.0.0.5 libSDL.so)
    rm -fr .libs/libSDL.lax
    mkdir .libs/libSDL.lax
    rm -fr .libs/libSDL.lax/libarch.al
    mkdir .libs/libSDL.lax/libarch.al
    (cd .libs/libSDL.lax/libarch.al && ar x /root/app/SDL-1.2.5/src/main/.libs/libarch.al)
    rm -fr .libs/libSDL.lax/libaudio.al
    mkdir .libs/libSDL.lax/libaudio.al
    (cd .libs/libSDL.lax/libaudio.al && ar x /root/app/SDL-1.2.5/src/audio/.libs/libaudio.al)
    rm -fr .libs/libSDL.lax/libvideo.al
    mkdir .libs/libSDL.lax/libvideo.al
    (cd .libs/libSDL.lax/libvideo.al && ar x /root/app/SDL-1.2.5/src/video/.libs/libvideo.al)
    rm -fr .libs/libSDL.lax/libevents.al
    mkdir .libs/libSDL.lax/libevents.al
    (cd .libs/libSDL.lax/libevents.al && ar x /root/app/SDL-1.2.5/src/events/.libs/libevents.al)
    rm -fr .libs/libSDL.lax/libjoystick.al
    mkdir .libs/libSDL.lax/libjoystick.al
    (cd .libs/libSDL.lax/libjoystick.al && ar x /root/app/SDL-1.2.5/src/joystick/.libs/libjoystick.al)
    rm -fr .libs/libSDL.lax/libcdrom.al
    mkdir .libs/libSDL.lax/libcdrom.al
    (cd .libs/libSDL.lax/libcdrom.al && ar x /root/app/SDL-1.2.5/src/cdrom/.libs/libcdrom.al)
    rm -fr .libs/libSDL.lax/libthread.al
    mkdir .libs/libSDL.lax/libthread.al
    (cd .libs/libSDL.lax/libthread.al && ar x /root/app/SDL-1.2.5/src/thread/.libs/libthread.al)
    rm -fr .libs/libSDL.lax/libtimer.al
    mkdir .libs/libSDL.lax/libtimer.al
    (cd .libs/libSDL.lax/libtimer.al && ar x /root/app/SDL-1.2.5/src/timer/.libs/libtimer.al)
    rm -fr .libs/libSDL.lax/libendian.al
    mkdir .libs/libSDL.lax/libendian.al
    (cd .libs/libSDL.lax/libendian.al && ar x /root/app/SDL-1.2.5/src/endian/.libs/libendian.al)
    rm -fr .libs/libSDL.lax/libfile.al
    mkdir .libs/libSDL.lax/libfile.al
    (cd .libs/libSDL.lax/libfile.al && ar x /root/app/SDL-1.2.5/src/file/.libs/libfile.al)
    ar cru .libs/libSDL.a SDL.o SDL_error.o SDL_fatal.o SDL_getenv.o SDL_loadso.o .libs/libSDL.lax/libarch.al/dummy.lo .libs/libSDL.lax/libaudio.al/SDL_audio.lo .libs/libSDL.lax/libaudio.al/SDL_audiocvt.lo .libs/libSDL.lax/libaudio.al/SDL_audiodev.lo .libs/libSDL.lax/libaudio.al/SDL_audiomem.lo .libs/libSDL.lax/libaudio.al/SDL_mixer.lo .libs/libSDL.lax/libaudio.al/SDL_wave.lo .libs/libSDL.lax/libaudio.al/SDL_diskaudio.lo .libs/libSDL.lax/libaudio.al/SDL_dspaudio.lo .libs/libSDL.lax/libaudio.al/SDL_dmaaudio.lo .libs/libSDL.lax/libaudio.al/SDL_esdaudio.lo .libs/libSDL.lax/libvideo.al/SDL_RLEaccel.lo .libs/libSDL.lax/libvideo.al/SDL_blit.lo .libs/libSDL.lax/libvideo.al/SDL_blit_0.lo .libs/libSDL.lax/libvideo.al/SDL_blit_1.lo .libs/libSDL.lax/libvideo.al/SDL_blit_A.lo .libs/libSDL.lax/libvideo.al/SDL_blit_N.lo .libs/libSDL.lax/libvideo.al/SDL_bmp.lo .libs/libSDL.lax/libvideo.al/SDL_cursor.lo .libs/libSDL.lax/libvideo.al/SDL_gamma.lo .libs/libSDL.lax/libvideo.al/SDL_pixels.lo .libs/libSDL.lax/libvideo.al/SDL_surface.lo .libs/libSDL.lax/libvideo.al/SDL_stretch.lo .libs/libSDL.lax/libvideo.al/SDL_video.lo .libs/libSDL.lax/libvideo.al/SDL_yuv.lo .libs/libSDL.lax/libvideo.al/SDL_yuv_sw.lo .libs/libSDL.lax/libvideo.al/SDL_yuv_mmx.lo .libs/libSDL.lax/libvideo.al/SDL_nullevents.lo .libs/libSDL.lax/libvideo.al/SDL_nullmouse.lo .libs/libSDL.lax/libvideo.al/SDL_nullvideo.lo .libs/libSDL.lax/libvideo.al/SDL_x11dga.lo .libs/libSDL.lax/libvideo.al/SDL_x11events.lo .libs/libSDL.lax/libvideo.al/SDL_x11gamma.lo .libs/libSDL.lax/libvideo.al/SDL_x11gl.lo .libs/libSDL.lax/libvideo.al/SDL_x11image.lo .libs/libSDL.lax/libvideo.al/SDL_x11modes.lo .libs/libSDL.lax/libvideo.al/SDL_x11mouse.lo .libs/libSDL.lax/libvideo.al/SDL_x11video.lo .libs/libSDL.lax/libvideo.al/SDL_x11wm.lo .libs/libSDL.lax/libvideo.al/SDL_x11yuv.lo .libs/libSDL.lax/libvideo.al/XF86VMode.lo .libs/libSDL.lax/libvideo.al/XF86DGA2.lo .libs/libSDL.lax/libvideo.al/XF86DGA.lo .libs/libSDL.lax/libvideo.al/Xv.lo .libs/libSDL.lax/libvideo.al/Xinerama.lo .libs/libSDL.lax/libvideo.al/SDL_dgaevents.lo .libs/libSDL.lax/libvideo.al/SDL_dgamouse.lo .libs/libSDL.lax/libvideo.al/SDL_dgavideo.lo .libs/libSDL.lax/libvideo.al/SDL_fbelo.lo .libs/libSDL.lax/libvideo.al/SDL_fbevents.lo .libs/libSDL.lax/libvideo.al/SDL_fb3dfx.lo .libs/libSDL.lax/libvideo.al/SDL_fbmatrox.lo .libs/libSDL.lax/libvideo.al/SDL_fbmouse.lo .libs/libSDL.lax/libvideo.al/SDL_fbriva.lo .libs/libSDL.lax/libvideo.al/SDL_fbvideo.lo .libs/libSDL.lax/libevents.al/SDL_events.lo .libs/libSDL.lax/libevents.al/SDL_expose.lo .libs/libSDL.lax/libevents.al/SDL_quit.lo .libs/libSDL.lax/libevents.al/SDL_active.lo .libs/libSDL.lax/libevents.al/SDL_keyboard.lo .libs/libSDL.lax/libevents.al/SDL_mouse.lo .libs/libSDL.lax/libevents.al/SDL_resize.lo .libs/libSDL.lax/libjoystick.al/SDL_joystick.lo .libs/libSDL.lax/libjoystick.al/SDL_sysjoystick.lo .libs/libSDL.lax/libcdrom.al/SDL_cdrom.lo .libs/libSDL.lax/libcdrom.al/SDL_syscdrom.lo .libs/libSDL.lax/libthread.al/SDL_thread.lo .libs/libSDL.lax/libthread.al/SDL_systhread.lo .libs/libSDL.lax/libthread.al/SDL_sysmutex.lo .libs/libSDL.lax/libthread.al/SDL_syssem.lo .libs/libSDL.lax/libthread.al/SDL_syscond.lo .libs/libSDL.lax/libtimer.al/SDL_timer.lo .libs/libSDL.lax/libtimer.al/SDL_systimer.lo .libs/libSDL.lax/libendian.al/SDL_endian.lo .libs/libSDL.lax/libfile.al/SDL_rwops.lo
    ranlib .libs/libSDL.a
    rm -fr .libs/libSDL.lax
    creating libSDL.la
    (cd .libs && rm -f libSDL.la && ln -s ../libSDL.la libSDL.la)
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src´
    make[1]: Leaving directory `/root/app/SDL-1.2.5/src´
    Making all in include
    make[1]: Entering directory `/root/app/SDL-1.2.5/include´
    make[1]: Nothing to be done for `all´.
    make[1]: Leaving directory `/root/app/SDL-1.2.5/include´
    Making all in docs
    make[1]: Entering directory `/root/app/SDL-1.2.5/docs´
    Making all in html
    make[2]: Entering directory `/root/app/SDL-1.2.5/docs/html´
    make[2]: Nothing to be done for `all´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/docs/html´
    Making all in man3
    make[2]: Entering directory `/root/app/SDL-1.2.5/docs/man3´
    make[2]: Nothing to be done for `all´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/docs/man3´
    make[2]: Entering directory `/root/app/SDL-1.2.5/docs´
    make[2]: Nothing to be done for `all-am´.
    make[2]: Leaving directory `/root/app/SDL-1.2.5/docs´
    make[1]: Leaving directory `/root/app/SDL-1.2.5/docs´
    make[1]: Entering directory `/root/app/SDL-1.2.5´
    make[1]: Nothing to be done for `all-am´.
    make[1]: Leaving directory `/root/app/SDL-1.2.5´

    #make install

    Making install in src
    make[1]: Entering directory `/root/app/SDL-1.2.5/src´
    Making install in main
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/main´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/main´
    /bin/sh ../../mkinstalldirs /usr/local/lib
    /usr/bin/install -c -m 644 libSDLmain.a /usr/local/lib/libSDLmain.a
    ranlib /usr/local/lib/libSDLmain.a
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/main´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/main´
    Making install in audio
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/audio´
    Making install in disk
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/disk´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/audio/disk´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/audio/disk´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/disk´
    Making install in dsp
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/dsp´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/audio/dsp´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dsp´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dsp´
    Making install in dma
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/dma´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/audio/dma´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dma´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/dma´
    Making install in esd
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio/esd´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/audio´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/audio´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/audio´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/audio´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/audio´
    Making install in video
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/video´
    Making install in dummy
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/dummy´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/dummy´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/dummy´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/dummy´
    Making install in x11
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/x11´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/x11´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/x11´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/x11´
    Making install in XFree86/Xxf86vm
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86vm´
    Making install in XFree86/Xxf86dga
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xxf86dga´
    Making install in XFree86/Xv
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xv´
    Making install in XFree86/Xinerama
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/XFree86/Xinerama´
    Making install in dga
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/dga´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/dga´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/dga´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/dga´
    Making install in fbcon
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video/fbcon´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/video´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/video´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/video´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/video´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/video´
    Making install in events
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/events´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/events´
    make[3]: Nothing to be done for `install-exec-am´.
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/events´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/events´
    Making install in joystick
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/joystick´
    Making install in linux
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/joystick/linux´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/joystick´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/joystick´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/joystick´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/joystick´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/joystick´
    Making install in cdrom
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/cdrom´
    Making install in linux
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom/linux´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/cdrom´
    make[4]: Entering directory `/root/app/SDL-1.2.5/src/cdrom´
    make[4]: Nothing to be done for `install-exec-am´.
    make[4]: Nothing to be done for `install-data-am´.
    make[4]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom´
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/cdrom´
    Making install in thread
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/thread´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/thread´
    make[3]: Nothing to be done for `install-exec-am´.
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/thread´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/thread´
    Making install in timer
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/timer´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/timer´
    make[3]: Nothing to be done for `install-exec-am´.
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/timer´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/timer´
    Making install in endian
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/endian´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/endian´
    make[3]: Nothing to be done for `install-exec-am´.
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/endian´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/endian´
    Making install in file
    make[2]: Entering directory `/root/app/SDL-1.2.5/src/file´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src/file´
    make[3]: Nothing to be done for `install-exec-am´.
    make[3]: Nothing to be done for `install-data-am´.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src/file´
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src/file´
    make[2]: Entering directory `/root/app/SDL-1.2.5/src´
    make[3]: Entering directory `/root/app/SDL-1.2.5/src´
    /bin/sh ../mkinstalldirs /usr/local/lib
    /bin/sh ../libtool --mode=install /usr/bin/install -c libSDL.la /usr/local/lib/libSDL.la
    /usr/bin/install -c .libs/libSDL-1.2.so.0.0.5 /usr/local/lib/libSDL-1.2.so.0.0.5
    (cd /usr/local/lib && rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.0.5 libSDL-1.2.so.0)
    (cd /usr/local/lib && rm -f libSDL.so && ln -s libSDL-1.2.so.0.0.5 libSDL.so)
    /usr/bin/install -c .libs/libSDL.lai /usr/local/lib/libSDL.la
    /usr/bin/install -c .libs/libSDL.a /usr/local/lib/libSDL.a
    ranlib /usr/local/lib/libSDL.a
    chmod 644 /usr/local/lib/libSDL.a
    PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
    /usr/local/lib

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use `-LLIBDIR´
    flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH´ environment variable
    during execution
    - add LIBDIR to the `LD_RUN_PATH´ environment variable
    during linking
    - use the `-Wl,--rpath -Wl,LIBDIR´ linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf´

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(<IMG SRC="images/forum/icons/icon_cool.gif"> manual pages.
    ----------------------------------------------------------------------
    make[3]: Nothing to be done for `install-data-am&acute;.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/src&acute;
    make[2]: Leaving directory `/root/app/SDL-1.2.5/src&acute;
    make[1]: Leaving directory `/root/app/SDL-1.2.5/src&acute;
    Making install in include
    make[1]: Entering directory `/root/app/SDL-1.2.5/include&acute;
    make[2]: Entering directory `/root/app/SDL-1.2.5/include&acute;
    make[2]: Nothing to be done for `install-exec-am&acute;.
    /bin/sh ../mkinstalldirs /usr/local/include/SDL
    /usr/bin/install -c -m 644 SDL.h /usr/local/include/SDL/SDL.h
    /usr/bin/install -c -m 644 SDL_active.h /usr/local/include/SDL/SDL_active.h
    /usr/bin/install -c -m 644 SDL_audio.h /usr/local/include/SDL/SDL_audio.h
    /usr/bin/install -c -m 644 SDL_byteorder.h /usr/local/include/SDL/SDL_byteorder.h
    /usr/bin/install -c -m 644 SDL_cdrom.h /usr/local/include/SDL/SDL_cdrom.h
    /usr/bin/install -c -m 644 SDL_copying.h /usr/local/include/SDL/SDL_copying.h
    /usr/bin/install -c -m 644 SDL_endian.h /usr/local/include/SDL/SDL_endian.h
    /usr/bin/install -c -m 644 SDL_error.h /usr/local/include/SDL/SDL_error.h
    /usr/bin/install -c -m 644 SDL_events.h /usr/local/include/SDL/SDL_events.h
    /usr/bin/install -c -m 644 SDL_getenv.h /usr/local/include/SDL/SDL_getenv.h
    /usr/bin/install -c -m 644 SDL_joystick.h /usr/local/include/SDL/SDL_joystick.h
    /usr/bin/install -c -m 644 SDL_keyboard.h /usr/local/include/SDL/SDL_keyboard.h
    /usr/bin/install -c -m 644 SDL_keysym.h /usr/local/include/SDL/SDL_keysym.h
    /usr/bin/install -c -m 644 SDL_main.h /usr/local/include/SDL/SDL_main.h
    /usr/bin/install -c -m 644 SDL_mouse.h /usr/local/include/SDL/SDL_mouse.h
    /usr/bin/install -c -m 644 SDL_mutex.h /usr/local/include/SDL/SDL_mutex.h
    /usr/bin/install -c -m 644 SDL_name.h /usr/local/include/SDL/SDL_name.h
    /usr/bin/install -c -m 644 SDL_opengl.h /usr/local/include/SDL/SDL_opengl.h
    /usr/bin/install -c -m 644 SDL_quit.h /usr/local/include/SDL/SDL_quit.h
    /usr/bin/install -c -m 644 SDL_rwops.h /usr/local/include/SDL/SDL_rwops.h
    /usr/bin/install -c -m 644 SDL_syswm.h /usr/local/include/SDL/SDL_syswm.h
    /usr/bin/install -c -m 644 SDL_thread.h /usr/local/include/SDL/SDL_thread.h
    /usr/bin/install -c -m 644 SDL_timer.h /usr/local/include/SDL/SDL_timer.h
    /usr/bin/install -c -m 644 SDL_types.h /usr/local/include/SDL/SDL_types.h
    /usr/bin/install -c -m 644 SDL_version.h /usr/local/include/SDL/SDL_version.h
    /usr/bin/install -c -m 644 SDL_video.h /usr/local/include/SDL/SDL_video.h
    /usr/bin/install -c -m 644 begin_code.h /usr/local/include/SDL/begin_code.h
    /usr/bin/install -c -m 644 close_code.h /usr/local/include/SDL/close_code.h
    make[2]: Leaving directory `/root/app/SDL-1.2.5/include&acute;
    make[1]: Leaving directory `/root/app/SDL-1.2.5/include&acute;
    Making install in docs
    make[1]: Entering directory `/root/app/SDL-1.2.5/docs&acute;
    Making install in html
    make[2]: Entering directory `/root/app/SDL-1.2.5/docs/html&acute;
    make[3]: Entering directory `/root/app/SDL-1.2.5/docs/html&acute;
    make[3]: Nothing to be done for `install-exec-am&acute;.
    make[3]: Nothing to be done for `install-data-am&acute;.
    make[3]: Leaving directory `/root/app/SDL-1.2.5/docs/html&acute;
    make[2]: Leaving directory `/root/app/SDL-1.2.5/docs/html&acute;
    Making install in man3
    make[2]: Entering directory `/root/app/SDL-1.2.5/docs/man3&acute;
    make[3]: Entering directory `/root/app/SDL-1.2.5/docs/man3&acute;
    make[3]: Nothing to be done for `install-exec-am&acute;.
    make install-man3
    make[4]: Entering directory `/root/app/SDL-1.2.5/docs/man3&acute;
    /bin/sh ../../mkinstalldirs /usr/local/man/man3
    /usr/bin/install -c -m 644 ./SDLKey.3 /usr/local/man/man3/SDLKey.3
    /usr/bin/install -c -m 644 ./SDL_ActiveEvent.3 /usr/local/man/man3/SDL_ActiveEvent.3
    /usr/bin/install -c -m 644 ./SDL_AddTimer.3 /usr/local/man/man3/SDL_AddTimer.3
    /usr/bin/install -c -m 644 ./SDL_AudioCVT.3 /usr/local/man/man3/SDL_AudioCVT.3
    /usr/bin/install -c -m 644 ./SDL_AudioSpec.3 /usr/local/man/man3/SDL_AudioSpec.3
    /usr/bin/install -c -m 644 ./SDL_BlitSurface.3 /usr/local/man/man3/SDL_BlitSurface.3
    /usr/bin/install -c -m 644 ./SDL_BuildAudioCVT.3 /usr/local/man/man3/SDL_BuildAudioCVT.3
    /usr/bin/install -c -m 644 ./SDL_CD.3 /usr/local/man/man3/SDL_CD.3
    /usr/bin/install -c -m 644 ./SDL_CDClose.3 /usr/local/man/man3/SDL_CDClose.3
    /usr/bin/install -c -m 644 ./SDL_CDEject.3 /usr/local/man/man3/SDL_CDEject.3
    /usr/bin/install -c -m 644 ./SDL_CDName.3 /usr/local/man/man3/SDL_CDName.3
    /usr/bin/install -c -m 644 ./SDL_CDNumDrives.3 /usr/local/man/man3/SDL_CDNumDrives.3
    /usr/bin/install -c -m 644 ./SDL_CDOpen.3 /usr/local/man/man3/SDL_CDOpen.3
    /usr/bin/install -c -m 644 ./SDL_CDPause.3 /usr/local/man/man3/SDL_CDPause.3
    /usr/bin/install -c -m 644 ./SDL_CDPlay.3 /usr/local/man/man3/SDL_CDPlay.3
    /usr/bin/install -c -m 644 ./SDL_CDPlayTracks.3 /usr/local/man/man3/SDL_CDPlayTracks.3
    /usr/bin/install -c -m 644 ./SDL_CDResume.3 /usr/local/man/man3/SDL_CDResume.3
    /usr/bin/install -c -m 644 ./SDL_CDStatus.3 /usr/local/man/man3/SDL_CDStatus.3
    /usr/bin/install -c -m 644 ./SDL_CDStop.3 /usr/local/man/man3/SDL_CDStop.3
    /usr/bin/install -c -m 644 ./SDL_CDtrack.3 /usr/local/man/man3/SDL_CDtrack.3
    /usr/bin/install -c -m 644 ./SDL_CloseAudio.3 /usr/local/man/man3/SDL_CloseAudio.3
    /usr/bin/install -c -m 644 ./SDL_Color.3 /usr/local/man/man3/SDL_Color.3
    /usr/bin/install -c -m 644 ./SDL_CondBroadcast.3 /usr/local/man/man3/SDL_CondBroadcast.3
    /usr/bin/install -c -m 644 ./SDL_CondSignal.3 /usr/local/man/man3/SDL_CondSignal.3
    /usr/bin/install -c -m 644 ./SDL_CondWait.3 /usr/local/man/man3/SDL_CondWait.3
    /usr/bin/install -c -m 644 ./SDL_CondWaitTimeout.3 /usr/local/man/man3/SDL_CondWaitTimeout.3
    /usr/bin/install -c -m 644 ./SDL_ConvertAudio.3 /usr/local/man/man3/SDL_ConvertAudio.3
    /usr/bin/install -c -m 644 ./SDL_ConvertSurface.3 /usr/local/man/man3/SDL_ConvertSurface.3
    /usr/bin/install -c -m 644 ./SDL_CreateCond.3 /usr/local/man/man3/SDL_CreateCond.3
    /usr/bin/install -c -m 644 ./SDL_CreateCursor.3 /usr/local/man/man3/SDL_CreateCursor.3
    /usr/bin/install -c -m 644 ./SDL_CreateMutex.3 /usr/local/man/man3/SDL_CreateMutex.3
    /usr/bin/install -c -m 644 ./SDL_CreateRGBSurface.3 /usr/local/man/man3/SDL_CreateRGBSurface.3
    /usr/bin/install -c -m 644 ./SDL_CreateRGBSurfaceFrom.3 /usr/local/man/man3/SDL_CreateRGBSurfaceFrom.3
    /usr/bin/install -c -m 644 ./SDL_CreateSemaphore.3 /usr/local/man/man3/SDL_CreateSemaphore.3
    /usr/bin/install -c -m 644 ./SDL_CreateThread.3 /usr/local/man/man3/SDL_CreateThread.3
    /usr/bin/install -c -m 644 ./SDL_CreateYUVOverlay.3 /usr/local/man/man3/SDL_CreateYUVOverlay.3
    /usr/bin/install -c -m 644 ./SDL_Delay.3 /usr/local/man/man3/SDL_Delay.3
    /usr/bin/install -c -m 644 ./SDL_DestroyCond.3 /usr/local/man/man3/SDL_DestroyCond.3
    /usr/bin/install -c -m 644 ./SDL_DestroyMutex.3 /usr/local/man/man3/SDL_DestroyMutex.3
    /usr/bin/install -c -m 644 ./SDL_DestroySemaphore.3 /usr/local/man/man3/SDL_DestroySemaphore.3
    /usr/bin/install -c -m 644 ./SDL_DisplayFormat.3 /usr/local/man/man3/SDL_DisplayFormat.3
    /usr/bin/install -c -m 644 ./SDL_DisplayFormatAlpha.3 /usr/local/man/man3/SDL_DisplayFormatAlpha.3
    /usr/bin/install -c -m 644 ./SDL_DisplayYUVOverlay.3 /usr/local/man/man3/SDL_DisplayYUVOverlay.3
    /usr/bin/install -c -m 644 ./SDL_EnableKeyRepeat.3 /usr/local/man/man3/SDL_EnableKeyRepeat.3
    /usr/bin/install -c -m 644 ./SDL_EnableUNICODE.3 /usr/local/man/man3/SDL_EnableUNICODE.3
    /usr/bin/install -c -m 644 ./SDL_Event.3 /usr/local/man/man3/SDL_Event.3
    /usr/bin/install -c -m 644 ./SDL_EventState.3 /usr/local/man/man3/SDL_EventState.3
    /usr/bin/install -c -m 644 ./SDL_ExposeEvent.3 /usr/local/man/man3/SDL_ExposeEvent.3
    /usr/bin/install -c -m 644 ./SDL_FillRect.3 /usr/local/man/man3/SDL_FillRect.3
    /usr/bin/install -c -m 644 ./SDL_Flip.3 /usr/local/man/man3/SDL_Flip.3
    /usr/bin/install -c -m 644 ./SDL_FreeCursor.3 /usr/local/man/man3/SDL_FreeCursor.3
    /usr/bin/install -c -m 644 ./SDL_FreeSurface.3 /usr/local/man/man3/SDL_FreeSurface.3
    /usr/bin/install -c -m 644 ./SDL_FreeWAV.3 /usr/local/man/man3/SDL_FreeWAV.3
    /usr/bin/install -c -m 644 ./SDL_FreeYUVOverlay.3 /usr/local/man/man3/SDL_FreeYUVOverlay.3
    /usr/bin/install -c -m 644 ./SDL_GL_GetAttribute.3 /usr/local/man/man3/SDL_GL_GetAttribute.3
    /usr/bin/install -c -m 644 ./SDL_GL_GetProcAddress.3 /usr/local/man/man3/SDL_GL_GetProcAddress.3
    /usr/bin/install -c -m 644 ./SDL_GL_LoadLibrary.3 /usr/local/man/man3/SDL_GL_LoadLibrary.3
    /usr/bin/install -c -m 644 ./SDL_GL_SetAttribute.3 /usr/local/man/man3/SDL_GL_SetAttribute.3
    /usr/bin/install -c -m 644 ./SDL_GL_SwapBuffers.3 /usr/local/man/man3/SDL_GL_SwapBuffers.3
    /usr/bin/install -c -m 644 ./SDL_GLattr.3 /usr/local/man/man3/SDL_GLattr.3
    /usr/bin/install -c -m 644 ./SDL_GetAppState.3 /usr/local/man/man3/SDL_GetAppState.3
    /usr/bin/install -c -m 644 ./SDL_GetAudioStatus.3 /usr/local/man/man3/SDL_GetAudioStatus.3
    /usr/bin/install -c -m 644 ./SDL_GetClipRect.3 /usr/local/man/man3/SDL_GetClipRect.3
    /usr/bin/install -c -m 644 ./SDL_GetCursor.3 /usr/local/man/man3/SDL_GetCursor.3
    /usr/bin/install -c -m 644 ./SDL_GetError.3 /usr/local/man/man3/SDL_GetError.3
    /usr/bin/install -c -m 644 ./SDL_GetEventFilter.3 /usr/local/man/man3/SDL_GetEventFilter.3
    /usr/bin/install -c -m 644 ./SDL_GetGamma.3 /usr/local/man/man3/SDL_GetGamma.3
    /usr/bin/install -c -m 644 ./SDL_GetGammaRamp.3 /usr/local/man/man3/SDL_GetGammaRamp.3
    /usr/bin/install -c -m 644 ./SDL_GetKeyName.3 /usr/local/man/man3/SDL_GetKeyName.3
    /usr/bin/install -c -m 644 ./SDL_GetKeyState.3 /usr/local/man/man3/SDL_GetKeyState.3
    /usr/bin/install -c -m 644 ./SDL_GetModState.3 /usr/local/man/man3/SDL_GetModState.3
    /usr/bin/install -c -m 644 ./SDL_GetMouseState.3 /usr/local/man/man3/SDL_GetMouseState.3
    /usr/bin/install -c -m 644 ./SDL_GetRGB.3 /usr/local/man/man3/SDL_GetRGB.3
    /usr/bin/install -c -m 644 ./SDL_GetRGBA.3 /usr/local/man/man3/SDL_GetRGBA.3
    /usr/bin/install -c -m 644 ./SDL_GetRelativeMouseState.3 /usr/local/man/man3/SDL_GetRelativeMouseState.3
    /usr/bin/install -c -m 644 ./SDL_GetThreadID.3 /usr/local/man/man3/SDL_GetThreadID.3
    /usr/bin/install -c -m 644 ./SDL_GetTicks.3 /usr/local/man/man3/SDL_GetTicks.3
    /usr/bin/install -c -m 644 ./SDL_GetVideoInfo.3 /usr/local/man/man3/SDL_GetVideoInfo.3
    /usr/bin/install -c -m 644 ./SDL_GetVideoSurface.3 /usr/local/man/man3/SDL_GetVideoSurface.3
    /usr/bin/install -c -m 644 ./SDL_Init.3 /usr/local/man/man3/SDL_Init.3
    /usr/bin/install -c -m 644 ./SDL_InitSubSystem.3 /usr/local/man/man3/SDL_InitSubSystem.3
    /usr/bin/install -c -m 644 ./SDL_JoyAxisEvent.3 /usr/local/man/man3/SDL_JoyAxisEvent.3
    /usr/bin/install -c -m 644 ./SDL_JoyBallEvent.3 /usr/local/man/man3/SDL_JoyBallEvent.3
    /usr/bin/install -c -m 644 ./SDL_JoyButtonEvent.3 /usr/local/man/man3/SDL_JoyButtonEvent.3
    /usr/bin/install -c -m 644 ./SDL_JoyHatEvent.3 /usr/local/man/man3/SDL_JoyHatEvent.3
    /usr/bin/install -c -m 644 ./SDL_JoystickClose.3 /usr/local/man/man3/SDL_JoystickClose.3
    /usr/bin/install -c -m 644 ./SDL_JoystickEventState.3 /usr/local/man/man3/SDL_JoystickEventState.3
    /usr/bin/install -c -m 644 ./SDL_JoystickGetAxis.3 /usr/local/man/man3/SDL_JoystickGetAxis.3
    /usr/bin/install -c -m 644 ./SDL_JoystickGetBall.3 /usr/local/man/man3/SDL_JoystickGetBall.3
    /usr/bin/install -c -m 644 ./SDL_JoystickGetButton.3 /usr/local/man/man3/SDL_JoystickGetButton.3
    /usr/bin/install -c -m 644 ./SDL_JoystickGetHat.3 /usr/local/man/man3/SDL_JoystickGetHat.3
    /usr/bin/install -c -m 644 ./SDL_JoystickIndex.3 /usr/local/man/man3/SDL_JoystickIndex.3
    /usr/bin/install -c -m 644 ./SDL_JoystickName.3 /usr/local/man/man3/SDL_JoystickName.3
    /usr/bin/install -c -m 644 ./SDL_JoystickNumAxes.3 /usr/local/man/man3/SDL_JoystickNumAxes.3
    /usr/bin/install -c -m 644 ./SDL_JoystickNumBalls.3 /usr/local/man/man3/SDL_JoystickNumBalls.3
    /usr/bin/install -c -m 644 ./SDL_JoystickNumButtons.3 /usr/local/man/man3/SDL_JoystickNumButtons.3
    /usr/bin/install -c -m 644 ./SDL_JoystickNumHats.3 /usr/local/man/man3/SDL_JoystickNumHats.3
    /usr/bi

  2. #2
    Futuremax
    Visitante

    Padrão Ajuda no SDL

    ????????????????
    Qual sua dúvida????