Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 384668 Details for
Bug 522192
media-libs/libsdl-1.2.15-r4 USE=ps3 - ld: cannot find -lbilin_scaler_spu/-lfb_writer_spu/-lyuv2rgb_spu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
successful build log
sdl-with-use-ps3-builds.txt (text/plain), 153.77 KB, created by
Michael Dec
on 2014-09-13 11:34:57 UTC
(
hide
)
Description:
successful build log
Filename:
MIME Type:
Creator:
Michael Dec
Created:
2014-09-13 11:34:57 UTC
Size:
153.77 KB
patch
obsolete
>Tycho ~ # emerge -av sdl-spulibs libsdl > > * IMPORTANT: 6 news items need reading for repository 'gentoo'. > * Use eselect news to read news items. > > * Last emerge --sync was 40d 10h 42m 6s ago. > >These are the packages that would be merged, in order: > >Calculating dependencies... done! >[ebuild N *] media-libs/sdl-spulibs-1.0.0 USE="-static-libs" 0 kB >[ebuild N ~] media-libs/libsdl-1.2.15-r9 USE="X alsa custom-cflags joystick opengl ps3 sound video xv -aalib -dga -fbcon -libcaca -nas -oss -pulseaudio -static-libs -tslib -xinerama" 0 kB > >Total: 2 packages (2 new), Size of downloads: 0 kB > >Would you like to merge these packages? [Yes/No] y > >>>> Verifying ebuild manifests > >>>> Emerging (1 of 2) media-libs/sdl-spulibs-1.0.0 > * SDL-1.2.15.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking SDL-1.2.15.tar.gz to /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work >>>> Source unpacked in /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work >>>> Preparing source in /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15 ... > * Applying sdl-spulibs-1.0.0-makefile.patch ... [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15 ... > * SDL SPU libs will not emerge properly without a SPU toolchain > * Run the following command and emerge again: > * crossdev -t spu --ov-output /usr/spu-elf-gcc/portage >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15 ... >>>> Source compiled. >>>> Test phase [not enabled]: media-libs/sdl-spulibs-1.0.0 > >>>> Install sdl-spulibs-1.0.0 into /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image/ category media-libs >/var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15/src/video/ps3/spulibs /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15 >make -j3 DESTDIR=/var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image/ install >/usr/bin/spu-elf-gcc -W -Wall -Winline -Wno-main -I. -I /usr/spu-elf/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2 -o fb_writer_spu fb_writer.c -lm >/usr/bin/spu-elf-gcc -W -Wall -Winline -Wno-main -I. -I /usr/spu-elf/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2 -o yuv2rgb_spu yuv2rgb_converter.c -lm >/usr/bin/spu-elf-gcc -W -Wall -Winline -Wno-main -I. -I /usr/spu-elf/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2 -o bilin_scaler_spu bilin_scaler.c -lm >fb_writer.c: In function âcpy_to_fbâ: >fb_writer.c:108:16: warning: variable âcurrent_bufâ set but not used [-Wunused-but-set-variable] > unsigned char current_buf; > ^ >bilin_scaler.c: In function âscale_srcw16_dstw16â: >bilin_scaler.c:196:8: warning: variable âcurr_src_vuâ set but not used [-Wunused-but-set-variable] > float curr_src_vu = 0.0f, next_src_vu; > ^ >bilin_scaler.c:194:8: warning: variable âcurr_src_y_upperâ set but not used [-Wunused-but-set-variable] > float curr_src_y_upper = 0.0f, next_src_y_upper; > ^ >bilin_scaler.c:189:41: warning: variable âvf_next_NSweight_y_lowerâ set but not used [-Wunused-but-set-variable] > vector float vf_curr_NSweight_y_lower, vf_next_NSweight_y_lower; > ^ >bilin_scaler.c:188:15: warning: variable âvf_next_NSweight_y_upperâ set but not used [-Wunused-but-set-variable] > vector float vf_next_NSweight_y_upper; > ^ >bilin_scaler.c:183:15: warning: variable âcurr_interpl_vuâ set but not used [-Wunused-but-set-variable] > unsigned int curr_interpl_vu = 0; > ^ >bilin_scaler.c: In function âscale_srcw16_dstw32â: >bilin_scaler.c:502:8: warning: variable âcurr_src_vuâ set but not used [-Wunused-but-set-variable] > float curr_src_vu = 0.0f, next_src_vu; > ^ >bilin_scaler.c:500:8: warning: variable âcurr_src_y_upperâ set but not used [-Wunused-but-set-variable] > float curr_src_y_upper = 0.0f, next_src_y_upper; > ^ >bilin_scaler.c:495:41: warning: variable âvf_next_NSweight_y_lowerâ set but not used [-Wunused-but-set-variable] > vector float vf_curr_NSweight_y_lower, vf_next_NSweight_y_lower; > ^ >bilin_scaler.c:494:15: warning: variable âvf_next_NSweight_y_upperâ set but not used [-Wunused-but-set-variable] > vector float vf_next_NSweight_y_upper; > ^ >bilin_scaler.c:489:15: warning: variable âcurr_interpl_vuâ set but not used [-Wunused-but-set-variable] > unsigned int curr_interpl_vu = 0; > ^ >bilin_scaler.c: In function âscale_srcw32_dstw16â: >bilin_scaler.c:800:8: warning: variable âcurr_src_vuâ set but not used [-Wunused-but-set-variable] > float curr_src_vu = 0.0f, next_src_vu; > ^ >bilin_scaler.c:798:8: warning: variable âcurr_src_y_upperâ set but not used [-Wunused-but-set-variable] > float curr_src_y_upper = 0.0f, next_src_y_upper; > ^ >bilin_scaler.c:793:41: warning: variable âvf_next_NSweight_y_lowerâ set but not used [-Wunused-but-set-variable] > vector float vf_curr_NSweight_y_lower, vf_next_NSweight_y_lower; > ^ >bilin_scaler.c:792:15: warning: variable âvf_next_NSweight_y_upperâ set but not used [-Wunused-but-set-variable] > vector float vf_next_NSweight_y_upper; > ^ >bilin_scaler.c:787:15: warning: variable âcurr_interpl_vuâ set but not used [-Wunused-but-set-variable] > unsigned int curr_interpl_vu = 0; > ^ >bilin_scaler.c: In function âscale_srcw32_dstw32â: >bilin_scaler.c:1089:8: warning: variable âcurr_src_vuâ set but not used [-Wunused-but-set-variable] > float curr_src_vu = 0.0f, next_src_vu; > ^ >bilin_scaler.c:1087:8: warning: variable âcurr_src_y_upperâ set but not used [-Wunused-but-set-variable] > float curr_src_y_upper = 0.0f, next_src_y_upper; > ^ >bilin_scaler.c:1082:41: warning: variable âvf_next_NSweight_y_lowerâ set but not used [-Wunused-but-set-variable] > vector float vf_curr_NSweight_y_lower, vf_next_NSweight_y_lower; > ^ >bilin_scaler.c:1081:15: warning: variable âvf_next_NSweight_y_upperâ set but not used [-Wunused-but-set-variable] > vector float vf_next_NSweight_y_upper; > ^ >bilin_scaler.c:1076:15: warning: variable âcurr_interpl_vuâ set but not used [-Wunused-but-set-variable] > unsigned int curr_interpl_vu = 0; > ^ >/usr/bin/embedspu -m32 fb_writer_spu fb_writer_spu fb_writer_spu-embed.o >/usr/bin/ld -o libfb_writer_spu.so -shared -soname=libfb_writer_spu.so fb_writer_spu-embed.o >/usr/bin/embedspu -m32 yuv2rgb_spu yuv2rgb_spu yuv2rgb_spu-embed.o >/usr/bin/ld -o libyuv2rgb_spu.so -shared -soname=libyuv2rgb_spu.so yuv2rgb_spu-embed.o >/usr/bin/embedspu -m32 bilin_scaler_spu bilin_scaler_spu bilin_scaler_spu-embed.o >/usr/bin/ld -o libbilin_scaler_spu.so -shared -soname=libbilin_scaler_spu.so bilin_scaler_spu-embed.o >mkdir -p /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image//usr/lib >/usr/bin/install -c -m 0755 libfb_writer_spu.so /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image//usr/lib/. >/usr/bin/install -c -m 0755 libyuv2rgb_spu.so /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image//usr/lib/. >/usr/bin/install -c -m 0755 libbilin_scaler_spu.so /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image//usr/lib/. >/var/tmp/portage/media-libs/sdl-spulibs-1.0.0/work/SDL-1.2.15 >>>> Completed installing sdl-spulibs-1.0.0 into /var/tmp/portage/media-libs/sdl-spulibs-1.0.0/image/ > >strip: powerpc-unknown-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version > usr/lib/libbilin_scaler_spu.so > usr/lib/libyuv2rgb_spu.so > usr/lib/libfb_writer_spu.so > > * QA Notice: The following shared libraries lack NEEDED entries > * /usr/lib/libbilin_scaler_spu.so > * /usr/lib/libfb_writer_spu.so > * /usr/lib/libyuv2rgb_spu.so > > >>>> Installing (1 of 2) media-libs/sdl-spulibs-1.0.0 > * checking 3 files for package collisions >>>> Merging media-libs/sdl-spulibs-1.0.0 to / >--- /usr/ >--- /usr/lib/ >>>> /usr/lib/libfb_writer_spu.so >>>> /usr/lib/libbilin_scaler_spu.so >>>> /usr/lib/libyuv2rgb_spu.so >>>> media-libs/sdl-spulibs-1.0.0 merged. >>>> Regenerating /etc/ld.so.cache... > >>>> Recording media-libs/sdl-spulibs in "world" favorites file... > >>>> Emerging (2 of 2) media-libs/libsdl-1.2.15-r9 > * SDL-1.2.15.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] > * Since you've chosen to use possibly unsafe CFLAGS, > * don't bother filing libsdl-related bugs until trying to remerge > * libsdl without the custom-cflags use flag in USE. >>>> Unpacking source... >>>> Unpacking SDL-1.2.15.tar.gz to /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work >>>> Source unpacked in /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work >>>> Preparing source in /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15 ... > * Applying libsdl-1.2.15-sdl-config.patch ... [ ok ] > * Applying libsdl-1.2.15-resizing.patch ... [ ok ] > * Applying libsdl-1.2.15-joystick.patch ... [ ok ] > * Applying libsdl-1.2.15-gamma.patch ... [ ok ] > * Applying libsdl-1.2.15-const-xdata32.patch ... [ ok ] > * Applying libsdl-1.2.15-caca.patch ... [ ok ] > * Running eautoreconf in '/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15' ... > * Running libtoolize --install --copy --force ... [ ok ] > * Running aclocal -I /usr/share/aclocal -I acinclude ... [ ok ] > * Running autoconf -I /usr/share/aclocal -I acinclude ... [ ok ] > * Running autoheader -I /usr/share/aclocal -I acinclude ... [ !! ] > * Running elibtoolize in: SDL-1.2.15/ > * Applying target-nm/2.4.2 patch ... > * Running elibtoolize in: SDL-1.2.15/build-scripts/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.2 patch ... > * Running elibtoolize in: SDL-1.2.15/test/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15 ... > * abi_ppc_32.ppc: running multilib-minimal_abi_src_configure > * econf: updating SDL-1.2.15/build-scripts/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating SDL-1.2.15/build-scripts/config.guess with /usr/share/gnuconfig/config.guess >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/configure --prefix=/usr --build=powerpc-unknown-linux-gnu --host=powerpc-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --disable-rpath --disable-arts --disable-esd --enable-events --enable-cdrom --enable-threads --enable-timers --enable-file --enable-cpuinfo --disable-alsa-shared --disable-esd-shared --disable-pulseaudio-shared --disable-arts-shared --disable-nas-shared --disable-osmesa-shared --disable-oss --enable-alsa --disable-pulseaudio --disable-nas --enable-video-x11 --disable-dga --enable-video-x11-xv --disable-video-x11-xinerama --enable-video-x11-xrandr --disable-video-dga --disable-video-fbcon --disable-video-ggi --disable-video-svga --disable-video-aalib --disable-video-caca --enable-video-opengl --enable-video-ps3 --disable-input-tslib --with-x --disable-static --disable-video-x11-xme --disable-video-directfb --disable-nasm --enable-video-dummy >configure: loading site script /usr/share/config.site >checking for powerpc-unknown-linux-gnu-gcc... powerpc-unknown-linux-gnu-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 powerpc-unknown-linux-gnu-gcc accepts -g... yes >checking for powerpc-unknown-linux-gnu-gcc option to accept ISO C89... none needed >checking how to run the C preprocessor... powerpc-unknown-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -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 minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking build system type... powerpc-unknown-linux-gnu >checking host system type... powerpc-unknown-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by powerpc-unknown-linux-gnu-gcc... /usr/powerpc-unknown-linux-gnu/bin/ld >checking if the linker (/usr/powerpc-unknown-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/powerpc-unknown-linux-gnu-nm -B >checking the name lister (/usr/bin/powerpc-unknown-linux-gnu-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 powerpc-unknown-linux-gnu file names to powerpc-unknown-linux-gnu format... func_convert_file_noop >checking how to convert powerpc-unknown-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/powerpc-unknown-linux-gnu/bin/ld option to reload object files... -r >checking for powerpc-unknown-linux-gnu-objdump... powerpc-unknown-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for powerpc-unknown-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for powerpc-unknown-linux-gnu-ar... powerpc-unknown-linux-gnu-ar >checking for archiver @FILE support... @ >checking for powerpc-unknown-linux-gnu-strip... powerpc-unknown-linux-gnu-strip >checking for powerpc-unknown-linux-gnu-ranlib... powerpc-unknown-linux-gnu-ranlib >checking for gawk... gawk >checking command to parse /usr/bin/powerpc-unknown-linux-gnu-nm -B output from powerpc-unknown-linux-gnu-gcc object... ok >checking for sysroot... no >checking for powerpc-unknown-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if powerpc-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for powerpc-unknown-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if powerpc-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if powerpc-unknown-linux-gnu-gcc static flag -static works... yes >checking if powerpc-unknown-linux-gnu-gcc supports -c -o file.o... yes >checking if powerpc-unknown-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the powerpc-unknown-linux-gnu-gcc linker (/usr/powerpc-unknown-linux-gnu/bin/ld) 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 whether byte ordering is bigendian... yes >checking for powerpc-unknown-linux-gnu-gcc... (cached) powerpc-unknown-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether powerpc-unknown-linux-gnu-gcc accepts -g... (cached) yes >checking for powerpc-unknown-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking for powerpc-unknown-linux-gnu-g++... powerpc-unknown-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether powerpc-unknown-linux-gnu-g++ accepts -g... yes >checking how to run the C++ preprocessor... powerpc-unknown-linux-gnu-g++ -E >checking for ld used by powerpc-unknown-linux-gnu-g++... /usr/powerpc-unknown-linux-gnu/bin/ld >checking if the linker (/usr/powerpc-unknown-linux-gnu/bin/ld) is GNU ld... yes >checking whether the powerpc-unknown-linux-gnu-g++ linker (/usr/powerpc-unknown-linux-gnu/bin/ld) supports shared libraries... yes >checking for powerpc-unknown-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if powerpc-unknown-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if powerpc-unknown-linux-gnu-g++ static flag -static works... yes >checking if powerpc-unknown-linux-gnu-g++ supports -c -o file.o... yes >checking if powerpc-unknown-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the powerpc-unknown-linux-gnu-g++ linker (/usr/powerpc-unknown-linux-gnu/bin/ld) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for a BSD-compatible install... /usr/bin/install -c >checking whether make sets $(MAKE)... yes >checking for powerpc-unknown-linux-gnu-windres... no >checking for windres... no >checking for an ANSI C-conforming const... yes >checking for inline... inline >checking for working volatile... yes >checking for ANSI C header files... (cached) yes >checking for sys/types.h... (cached) yes >checking stdio.h usability... yes >checking stdio.h presence... yes >checking for stdio.h... yes >checking for stdlib.h... (cached) yes >checking stddef.h usability... yes >checking stddef.h presence... yes >checking for stddef.h... yes >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking malloc.h usability... yes >checking malloc.h presence... yes >checking for malloc.h... yes >checking for memory.h... (cached) yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking for inttypes.h... (cached) yes >checking for stdint.h... (cached) yes >checking ctype.h usability... yes >checking ctype.h presence... yes >checking for ctype.h... yes >checking math.h usability... yes >checking math.h presence... yes >checking for math.h... yes >checking iconv.h usability... yes >checking iconv.h presence... yes >checking for iconv.h... yes >checking signal.h usability... yes >checking signal.h presence... yes >checking for signal.h... yes >checking for size_t... yes >checking for int64_t... yes >checking for working alloca.h... yes >checking for alloca... yes >checking for working memcmp... yes >checking for working strtod... yes >checking for mprotect... yes >checking for malloc... yes >checking for calloc... yes >checking for realloc... yes >checking for free... yes >checking for getenv... yes >checking for putenv... yes >checking for unsetenv... yes >checking for qsort... yes >checking for abs... yes >checking for bcopy... yes >checking for memset... yes >checking for memcpy... yes >checking for memmove... yes >checking for strlen... yes >checking for strlcpy... no >checking for strlcat... no >checking for strdup... yes >checking for _strrev... no >checking for _strupr... no >checking for _strlwr... no >checking for strchr... yes >checking for strrchr... yes >checking for strstr... yes >checking for itoa... no >checking for _ltoa... no >checking for _uitoa... no >checking for _ultoa... no >checking for strtol... yes >checking for strtoul... yes >checking for _i64toa... no >checking for _ui64toa... no >checking for strtoll... yes >checking for strtoull... yes >checking for atoi... yes >checking for atof... yes >checking for strcmp... yes >checking for strncmp... yes >checking for _stricmp... no >checking for strcasecmp... yes >checking for _strnicmp... no >checking for strncasecmp... yes >checking for sscanf... yes >checking for snprintf... yes >checking for vsnprintf... yes >checking for iconv... yes >checking for sigaction... yes >checking for setjmp... yes >checking for nanosleep... yes >checking for libiconv_open in -liconv... no >checking for pow in -lm... yes >checking for struct sigaction.sa_sigaction... yes >checking for GCC -fvisibility=hidden option... yes >checking for dlopen... yes >checking for dlopen in -lc... no >checking for dlopen in -ldl... yes >checking for Altivec with GCC altivec.h and -maltivec option... yes >checking for dmedia audio support... no >checking for ALSA CFLAGS... >checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread >checking for libasound headers version >= 0.9.0... found. >checking for snd_ctl_open in -lasound... yes >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >-- dynamic libX11 -> libX11.so.6 >-- dynamic libX11ext -> libXext.so.6 >checking for X11/extensions/Xrandr.h... yes >-- dynamic libXrender -> libXrender.so.1 >-- dynamic libXrandr -> libXrandr.so.2 >checking for const parameter to _XData32... yes >checking for PlayStation 2 GS support... no >checking for PlayStation 3 Cell support... yes >checking for libVGL support... no >checking for wscons support... no >checking for OpenGL (GLX) support... yes >checking for Linux 2.4 unified input interface... yes >checking for hid_init in -lusbhid... no >checking usb.h usability... no >checking usb.h presence... no >checking for usb.h... no >checking libusb.h usability... no >checking libusb.h presence... no >checking for libusb.h... no >checking for hid_init in -lusb... no >checking for usbhid... no >checking for pthreads... yes >checking for recursive mutexes... yes >checking for pthread semaphores... yes >checking for sem_timedwait... yes >checking linux/version.h usability... yes >checking linux/version.h presence... yes >checking for linux/version.h... yes >checking for GCC -Wall option... yes >checking for necessary GCC -Wno-multichar option... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating sdl-config >config.status: creating SDL.spec >config.status: creating SDL.qpg >config.status: creating sdl.pc >config.status: creating include/SDL_config.h >config.status: executing libtool commands >config.status: executing default commands >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_error.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_fatal.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audio.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiocvt.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiodev.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX_VC.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_m68k.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_wave.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/SDL_cdrom.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cpuinfo/SDL_cpuinfo.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_active.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_events.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_expose.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_keyboard.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_mouse.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_quit.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_resize.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/file/SDL_rwops.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_getenv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_iconv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_malloc.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_qsort.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_stdlib.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_string.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/SDL_thread.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/SDL_timer.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_RLEaccel.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_0.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_1.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_A.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_bmp.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_cursor.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_gamma.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_pixels.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_stretch.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_surface.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_video.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_mmx.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_sw.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/SDL_joystick.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullevents.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullmouse.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullvideo.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/disk/SDL_diskaudio.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/dummy/SDL_dummyaudio.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/loadso/dlopen/SDL_sysloadso.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/alsa/SDL_alsa_audio.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dga.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dyn.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gamma.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gl.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11image.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11modes.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11mouse.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11video.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11wm.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11yuv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xxf86vm/XF86VMode.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xv/Xv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3events.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_systhread.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syssem.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_sysmutex.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syscond.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/linux/SDL_sysjoystick.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/linux/SDL_syscdrom.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/unix/SDL_systimer.c >Generating dependencies for /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/main/dummy/SDL_dummy_main.c >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15 ... > * abi_ppc_32.ppc: running multilib-minimal_abi_src_compile >make -j3 >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs build >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL.c -o build/SDL.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_error.c -o build/SDL_error.lo >mkdir -p -- build >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_fatal.c -o build/SDL_fatal.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL.c -fPIC -DPIC -o build/.libs/SDL.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_error.c -fPIC -DPIC -o build/.libs/SDL_error.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/SDL_fatal.c -fPIC -DPIC -o build/.libs/SDL_fatal.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audio.c -o build/SDL_audio.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audio.c -fPIC -DPIC -o build/.libs/SDL_audio.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiocvt.c -fPIC -DPIC -o build/.libs/SDL_audiocvt.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_audiodev.c -fPIC -DPIC -o build/.libs/SDL_audiodev.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer.c -o build/SDL_mixer.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer.c -fPIC -DPIC -o build/.libs/SDL_mixer.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX_VC.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX_VC.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_MMX.c -fPIC -DPIC -o build/.libs/SDL_mixer_MMX.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_wave.c -o build/SDL_wave.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_mixer_m68k.c -fPIC -DPIC -o build/.libs/SDL_mixer_m68k.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/SDL_wave.c -fPIC -DPIC -o build/.libs/SDL_wave.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/SDL_cdrom.c -fPIC -DPIC -o build/.libs/SDL_cdrom.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_active.c -o build/SDL_active.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cpuinfo/SDL_cpuinfo.c -fPIC -DPIC -o build/.libs/SDL_cpuinfo.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_events.c -o build/SDL_events.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_active.c -fPIC -DPIC -o build/.libs/SDL_active.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_events.c -fPIC -DPIC -o build/.libs/SDL_events.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_expose.c -o build/SDL_expose.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_keyboard.c -o build/SDL_keyboard.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_expose.c -fPIC -DPIC -o build/.libs/SDL_expose.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_keyboard.c -fPIC -DPIC -o build/.libs/SDL_keyboard.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_mouse.c -o build/SDL_mouse.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_mouse.c -fPIC -DPIC -o build/.libs/SDL_mouse.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_quit.c -o build/SDL_quit.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_quit.c -fPIC -DPIC -o build/.libs/SDL_quit.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_resize.c -o build/SDL_resize.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/events/SDL_resize.c -fPIC -DPIC -o build/.libs/SDL_resize.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/file/SDL_rwops.c -o build/SDL_rwops.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/file/SDL_rwops.c -fPIC -DPIC -o build/.libs/SDL_rwops.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_getenv.c -fPIC -DPIC -o build/.libs/SDL_getenv.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_iconv.c -fPIC -DPIC -o build/.libs/SDL_iconv.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_malloc.c -fPIC -DPIC -o build/.libs/SDL_malloc.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_stdlib.c -fPIC -DPIC -o build/.libs/SDL_stdlib.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_string.c -o build/SDL_string.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_qsort.c -fPIC -DPIC -o build/.libs/SDL_qsort.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/stdlib/SDL_string.c -fPIC -DPIC -o build/.libs/SDL_string.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/SDL_thread.c -o build/SDL_thread.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/SDL_timer.c -o build/SDL_timer.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/SDL_thread.c -fPIC -DPIC -o build/.libs/SDL_thread.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/SDL_timer.c -fPIC -DPIC -o build/.libs/SDL_timer.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_RLEaccel.c -fPIC -DPIC -o build/.libs/SDL_RLEaccel.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit.c -o build/SDL_blit.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_0.c -o build/SDL_blit_0.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit.c -fPIC -DPIC -o build/.libs/SDL_blit.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_0.c -fPIC -DPIC -o build/.libs/SDL_blit_0.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_1.c -o build/SDL_blit_1.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_A.c -o build/SDL_blit_A.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_1.c -fPIC -DPIC -o build/.libs/SDL_blit_1.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_A.c -fPIC -DPIC -o build/.libs/SDL_blit_A.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c -o build/SDL_blit_N.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c -fPIC -DPIC -o build/.libs/SDL_blit_N.o >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c: In function 'Blit_RGB888_RGB565Altivec': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c:187:34: warning: variable 'sA' set but not used [-Wunused-but-set-variable] > unsigned sR, sG, sB, sA; \ > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c:198:9: note: in expansion of macro 'ONE_PIXEL_BLEND' > ONE_PIXEL_BLEND(((UNALIGNED_PTR(dst)) && (width)), width); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c:187:34: warning: variable 'sA' set but not used [-Wunused-but-set-variable] > unsigned sR, sG, sB, sA; \ > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_blit_N.c:241:9: note: in expansion of macro 'ONE_PIXEL_BLEND' > ONE_PIXEL_BLEND((extrawidth), extrawidth); > ^ >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_bmp.c -o build/SDL_bmp.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_bmp.c -fPIC -DPIC -o build/.libs/SDL_bmp.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_cursor.c -o build/SDL_cursor.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_cursor.c -fPIC -DPIC -o build/.libs/SDL_cursor.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_gamma.c -o build/SDL_gamma.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_pixels.c -o build/SDL_pixels.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_gamma.c -fPIC -DPIC -o build/.libs/SDL_gamma.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_pixels.c -fPIC -DPIC -o build/.libs/SDL_pixels.o >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_gamma.c:41:13: warning: 'CalculateGammaRamp' defined but not used [-Wunused-function] > static void CalculateGammaRamp(float gamma, Uint16 *ramp) > ^ >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_stretch.c -o build/SDL_stretch.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_stretch.c -fPIC -DPIC -o build/.libs/SDL_stretch.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_surface.c -o build/SDL_surface.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_surface.c -fPIC -DPIC -o build/.libs/SDL_surface.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_video.c -o build/SDL_video.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_video.c -fPIC -DPIC -o build/.libs/SDL_video.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv.c -o build/SDL_yuv.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv.c -fPIC -DPIC -o build/.libs/SDL_yuv.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_mmx.c -fPIC -DPIC -o build/.libs/SDL_yuv_mmx.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/SDL_joystick.c -o build/SDL_joystick.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/SDL_yuv_sw.c -fPIC -DPIC -o build/.libs/SDL_yuv_sw.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/SDL_joystick.c -fPIC -DPIC -o build/.libs/SDL_joystick.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullevents.c -fPIC -DPIC -o build/.libs/SDL_nullevents.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullmouse.c -fPIC -DPIC -o build/.libs/SDL_nullmouse.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/dummy/SDL_nullvideo.c -fPIC -DPIC -o build/.libs/SDL_nullvideo.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/disk/SDL_diskaudio.c -fPIC -DPIC -o build/.libs/SDL_diskaudio.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/dummy/SDL_dummyaudio.c -fPIC -DPIC -o build/.libs/SDL_dummyaudio.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/loadso/dlopen/SDL_sysloadso.c -fPIC -DPIC -o build/.libs/SDL_sysloadso.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/alsa/SDL_alsa_audio.c -o build/SDL_alsa_audio.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/audio/alsa/SDL_alsa_audio.c -fPIC -DPIC -o build/.libs/SDL_alsa_audio.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dga.c -o build/SDL_x11dga.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dyn.c -o build/SDL_x11dyn.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dga.c -fPIC -DPIC -o build/.libs/SDL_x11dga.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11dyn.c -fPIC -DPIC -o build/.libs/SDL_x11dyn.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c -o build/SDL_x11events.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c -fPIC -DPIC -o build/.libs/SDL_x11events.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gamma.c -o build/SDL_x11gamma.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gamma.c -fPIC -DPIC -o build/.libs/SDL_x11gamma.o >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c: In function 'X11_TranslateKeycode': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c:1108:2: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations] > xsym = XKeycodeToKeysym(display, kc, 0); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c: In function 'get_modifier_masks': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11events.c:1200:4: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations] > KeySym ks = XKeycodeToKeysym(display, kc, 0); > ^ >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gl.c -o build/SDL_x11gl.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11gl.c -fPIC -DPIC -o build/.libs/SDL_x11gl.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11image.c -o build/SDL_x11image.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11image.c -fPIC -DPIC -o build/.libs/SDL_x11image.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11modes.c -o build/SDL_x11modes.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11modes.c -fPIC -DPIC -o build/.libs/SDL_x11modes.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11mouse.c -o build/SDL_x11mouse.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11video.c -o build/SDL_x11video.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11video.c -fPIC -DPIC -o build/.libs/SDL_x11video.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11mouse.c -fPIC -DPIC -o build/.libs/SDL_x11mouse.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11wm.c -o build/SDL_x11wm.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11yuv.c -o build/SDL_x11yuv.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11wm.c -fPIC -DPIC -o build/.libs/SDL_x11wm.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/x11/SDL_x11yuv.c -fPIC -DPIC -o build/.libs/SDL_x11yuv.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xxf86vm/XF86VMode.c -o build/XF86VMode.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xv/Xv.c -o build/Xv.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3events.c -o build/SDL_ps3events.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xxf86vm/XF86VMode.c -fPIC -DPIC -o build/.libs/XF86VMode.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/Xext/Xv/Xv.c -fPIC -DPIC -o build/.libs/Xv.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3events.c -fPIC -DPIC -o build/.libs/SDL_ps3events.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c -o build/SDL_ps3video.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c -fPIC -DPIC -o build/.libs/SDL_ps3video.o >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'PS3_VideoInit': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:186:4: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] > close(fb_dev_fd); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'PS3_SetVideoMode': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:324:2: warning: implicit declaration of function 'SDL_ReallocFormat' [-Wimplicit-function-declaration] > if (!SDL_ReallocFormat(current, fb_bits_per_pixel, 0, 0, 0, 0)) { > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:341:2: warning: implicit declaration of function 'SDL_CalculatePitch' [-Wimplicit-function-declaration] > current->pitch = SDL_CalculatePitch(current); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'PS3_DoubleBufferUpdate': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:380:2: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'void *' [-Wformat=] > deprintf(3, "[PS3->SPU] fb_thread_data->argp = 0x%x\n", fb_thread_data->argp); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'PS3_FlipDoubleBuffer': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:438:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint8_t *' [-Wformat=] > deprintf(1, "[PS3] Page flip to buffer #%u 0x%x\n", s_center_index, s_center[s_center_index]); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'SPE_WaitForMsg': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:555:6: warning: unused variable 'mbox_read' [-Wunused-variable] > int mbox_read = spe_out_mbox_read(spe_data->ctx, out_messages, 1); > ^ >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c: In function 'SPE_Start': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:466:1: warning: control reaches end of non-void function [-Wreturn-type] > } > ^ >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c -o build/SDL_ps3yuv.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.lo >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c -fPIC -DPIC -o build/.libs/SDL_ps3yuv.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syssem.c -fPIC -DPIC -o build/.libs/SDL_syssem.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_systhread.c -fPIC -DPIC -o build/.libs/SDL_systhread.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.lo >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c: In function 'PS3_CreateYUVOverlay': >/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c:136:36: warning: implicit declaration of function 'memalign' [-Wimplicit-function-declaration] > hwdata->converter_parms = (struct yuv2rgb_parms_t *) memalign(16, sizeof(struct yuv2rgb_parms_t)); > ^ >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_sysmutex.c -fPIC -DPIC -o build/.libs/SDL_sysmutex.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/linux/SDL_sysjoystick.c -o build/SDL_sysjoystick.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/thread/pthread/SDL_syscond.c -fPIC -DPIC -o build/.libs/SDL_syscond.o >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/joystick/linux/SDL_sysjoystick.c -fPIC -DPIC -o build/.libs/SDL_sysjoystick.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/linux/SDL_syscdrom.c -o build/SDL_syscdrom.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/cdrom/linux/SDL_syscdrom.c -fPIC -DPIC -o build/.libs/SDL_syscdrom.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/unix/SDL_systimer.c -o build/SDL_systimer.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/timer/unix/SDL_systimer.c -fPIC -DPIC -o build/.libs/SDL_systimer.o >/bin/sh ./libtool --mode=compile powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/main/dummy/SDL_dummy_main.c -o build/SDL_dummy_main.lo >libtool: compile: powerpc-unknown-linux-gnu-gcc -O2 -pipe -mcpu=cell -mtune=cell -mabi=altivec -maltivec -mno-spe --param l1-cache-size=64 --param l1-cache-line-size=16 --param l2-cache-size=512 -Iinclude -I/var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include -D_GNU_SOURCE=1 -fvisibility=hidden -maltivec -DXTHREADS -I/opt/cell/sdk/usr/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -Wall -c /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/main/dummy/SDL_dummy_main.c -fPIC -DPIC -o build/.libs/SDL_dummy_main.o >/bin/sh ./libtool --mode=link powerpc-unknown-linux-gnu-gcc -o build/libSDL.la build/SDL.lo build/SDL_error.lo build/SDL_fatal.lo build/SDL_audio.lo build/SDL_audiocvt.lo build/SDL_audiodev.lo build/SDL_mixer.lo build/SDL_mixer_MMX.lo build/SDL_mixer_MMX_VC.lo build/SDL_mixer_m68k.lo build/SDL_wave.lo build/SDL_cdrom.lo build/SDL_cpuinfo.lo build/SDL_active.lo build/SDL_events.lo build/SDL_expose.lo build/SDL_keyboard.lo build/SDL_mouse.lo build/SDL_quit.lo build/SDL_resize.lo build/SDL_rwops.lo build/SDL_getenv.lo build/SDL_iconv.lo build/SDL_malloc.lo build/SDL_qsort.lo build/SDL_stdlib.lo build/SDL_string.lo build/SDL_thread.lo build/SDL_timer.lo build/SDL_RLEaccel.lo build/SDL_blit.lo build/SDL_blit_0.lo build/SDL_blit_1.lo build/SDL_blit_A.lo build/SDL_blit_N.lo build/SDL_bmp.lo build/SDL_cursor.lo build/SDL_gamma.lo build/SDL_pixels.lo build/SDL_stretch.lo build/SDL_surface.lo build/SDL_video.lo build/SDL_yuv.lo build/SDL_yuv_mmx.lo build/SDL_yuv_sw.lo build/SDL_joystick.lo build/SDL_nullevents.lo build/SDL_nullmouse.lo build/SDL_nullvideo.lo build/SDL_diskaudio.lo build/SDL_dummyaudio.lo build/SDL_sysloadso.lo build/SDL_alsa_audio.lo build/SDL_x11dga.lo build/SDL_x11dyn.lo build/SDL_x11events.lo build/SDL_x11gamma.lo build/SDL_x11gl.lo build/SDL_x11image.lo build/SDL_x11modes.lo build/SDL_x11mouse.lo build/SDL_x11video.lo build/SDL_x11wm.lo build/SDL_x11yuv.lo build/XF86VMode.lo build/Xv.lo build/SDL_ps3events.lo build/SDL_ps3video.lo build/SDL_ps3yuv.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_sysjoystick.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -Wl,-O1 -Wl,--as-needed -lm -ldl -lasound -lm -ldl -lpthread -lbilin_scaler_spu -lfb_writer_spu -lyuv2rgb_spu -L/opt/cell/sdk/usr/lib -lspe2 -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 >/bin/sh ./libtool --mode=link powerpc-unknown-linux-gnu-gcc -o build/libSDLmain.la build/SDL_dummy_main.lo -Wl,-O1 -Wl,--as-needed -lm -ldl -lasound -lm -ldl -lpthread -lbilin_scaler_spu -lfb_writer_spu -lyuv2rgb_spu -L/opt/cell/sdk/usr/lib -lspe2 -lpthread -no-undefined -rpath /usr/lib -release 1.2 -version-info 11:4:11 -static >libtool: link: powerpc-unknown-linux-gnu-gcc -shared -fPIC -DPIC build/.libs/SDL.o build/.libs/SDL_error.o build/.libs/SDL_fatal.o build/.libs/SDL_audio.o build/.libs/SDL_audiocvt.o build/.libs/SDL_audiodev.o build/.libs/SDL_mixer.o build/.libs/SDL_mixer_MMX.o build/.libs/SDL_mixer_MMX_VC.o build/.libs/SDL_mixer_m68k.o build/.libs/SDL_wave.o build/.libs/SDL_cdrom.o build/.libs/SDL_cpuinfo.o build/.libs/SDL_active.o build/.libs/SDL_events.o build/.libs/SDL_expose.o build/.libs/SDL_keyboard.o build/.libs/SDL_mouse.o build/.libs/SDL_quit.o build/.libs/SDL_resize.o build/.libs/SDL_rwops.o build/.libs/SDL_getenv.o build/.libs/SDL_iconv.o build/.libs/SDL_malloc.o build/.libs/SDL_qsort.o build/.libs/SDL_stdlib.o build/.libs/SDL_string.o build/.libs/SDL_thread.o build/.libs/SDL_timer.o build/.libs/SDL_RLEaccel.o build/.libs/SDL_blit.o build/.libs/SDL_blit_0.o build/.libs/SDL_blit_1.o build/.libs/SDL_blit_A.o build/.libs/SDL_blit_N.o build/.libs/SDL_bmp.o build/.libs/SDL_cursor.o build/.libs/SDL_gamma.o build/.libs/SDL_pixels.o build/.libs/SDL_stretch.o build/.libs/SDL_surface.o build/.libs/SDL_video.o build/.libs/SDL_yuv.o build/.libs/SDL_yuv_mmx.o build/.libs/SDL_yuv_sw.o build/.libs/SDL_joystick.o build/.libs/SDL_nullevents.o build/.libs/SDL_nullmouse.o build/.libs/SDL_nullvideo.o build/.libs/SDL_diskaudio.o build/.libs/SDL_dummyaudio.o build/.libs/SDL_sysloadso.o build/.libs/SDL_alsa_audio.o build/.libs/SDL_x11dga.o build/.libs/SDL_x11dyn.o build/.libs/SDL_x11events.o build/.libs/SDL_x11gamma.o build/.libs/SDL_x11gl.o build/.libs/SDL_x11image.o build/.libs/SDL_x11modes.o build/.libs/SDL_x11mouse.o build/.libs/SDL_x11video.o build/.libs/SDL_x11wm.o build/.libs/SDL_x11yuv.o build/.libs/XF86VMode.o build/.libs/Xv.o build/.libs/SDL_ps3events.o build/.libs/SDL_ps3video.o build/.libs/SDL_ps3yuv.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_sysjoystick.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o -Wl,--as-needed -lasound -lm -ldl -lbilin_scaler_spu -lfb_writer_spu -lyuv2rgb_spu -L/opt/cell/sdk/usr/lib -lspe2 -lpthread -Wl,-O1 -Wl,-soname -Wl,libSDL-1.2.so.0 -o build/.libs/libSDL-1.2.so.0.11.4 >libtool: link: powerpc-unknown-linux-gnu-ar cru build/.libs/libSDLmain.a build/.libs/SDL_dummy_main.o >libtool: link: powerpc-unknown-linux-gnu-ranlib build/.libs/libSDLmain.a >libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" ) >libtool: link: (cd "build/.libs" && rm -f "libSDL-1.2.so.0" && ln -s "libSDL-1.2.so.0.11.4" "libSDL-1.2.so.0") >libtool: link: (cd "build/.libs" && rm -f "libSDL.so" && ln -s "libSDL-1.2.so.0.11.4" "libSDL.so") >libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" ) >>>> Source compiled. >>>> Test phase [not enabled]: media-libs/libsdl-1.2.15-r9 > >>>> Install libsdl-1.2.15-r9 into /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image/ category media-libs > * abi_ppc_32.ppc: running multilib-minimal_abi_src_install >make -j3 DESTDIR=/var/tmp/portage/media-libs/libsdl-1.2.15-r9/image/ install >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/bin >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/include/SDL >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/bin >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib >/usr/bin/install -c -m 755 sdl-config /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/bin/sdl-config >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/include/SDL >/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDL.la /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDL.la >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/aclocal >for file in SDL.h SDL_active.h SDL_audio.h SDL_byteorder.h SDL_cdrom.h SDL_cpuinfo.h SDL_endian.h SDL_error.h SDL_events.h SDL_getenv.h SDL_joystick.h SDL_keyboard.h SDL_keysym.h SDL_loadso.h SDL_main.h SDL_mouse.h SDL_mutex.h SDL_name.h SDL_opengl.h SDL_platform.h SDL_quit.h SDL_rwops.h SDL_stdinc.h SDL_syswm.h SDL_thread.h SDL_timer.h SDL_types.h SDL_version.h SDL_video.h begin_code.h close_code.h; do \ > /usr/bin/install -c -m 644 /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/include/$file /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/include/SDL/$file; \ >done >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/aclocal >/usr/bin/install -c -m 644 /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/sdl.m4 /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/aclocal/sdl.m4 >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/pkgconfig >libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.so.0.11.4 /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDL-1.2.so.0.11.4 >libtool: install: (cd /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL-1.2.so.0 || { rm -f libSDL-1.2.so.0 && ln -s libSDL-1.2.so.0.11.4 libSDL-1.2.so.0; }; }) >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/pkgconfig >libtool: install: (cd /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib && { ln -s -f libSDL-1.2.so.0.11.4 libSDL.so || { rm -f libSDL.so && ln -s libSDL-1.2.so.0.11.4 libSDL.so; }; }) >/usr/bin/install -c -m 644 sdl.pc /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/pkgconfig >/bin/sh /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/build-scripts/mkinstalldirs /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/man/man3 >libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDL.la >libtool: install: warning: remember to run `libtool --finish /usr/lib' >mkdir -p -- /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/man/man3 >/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDLmain.la >for src in /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/docs/man3/*.3; do \ > file=`echo $src | sed -e 's|^.*/||'`; \ > /usr/bin/install -c -m 644 $src /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/share/man/man3/$file; \ >done >libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDLmain.la >libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDLmain.a >libtool: install: chmod 644 /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDLmain.a >libtool: install: powerpc-unknown-linux-gnu-ranlib /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/lib/libSDLmain.a >libtool: install: warning: remember to run `libtool --finish /usr/lib' >/usr/bin/install -c -m 644 include/SDL_config.h /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image//usr/include/SDL/SDL_config.h > * Removing unnecessary /usr/lib/libSDLmain.la (requested) > * Removing unnecessary /usr/lib/libSDL.la (requested) >>>> Completed installing libsdl-1.2.15-r9 into /var/tmp/portage/media-libs/libsdl-1.2.15-r9/image/ > >strip: powerpc-unknown-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version > usr/lib/libSDLmain.a > usr/lib/libSDL-1.2.so.0.11.4 >ecompressdir: bzip2 -9 /usr/share/man >ecompressdir: bzip2 -9 /usr/share/doc > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:186:4: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] > * /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:324:2: warning: implicit declaration of function 'SDL_ReallocFormat' [-Wimplicit-function-declaration] > * /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3video.c:341:2: warning: implicit declaration of function 'SDL_CalculatePitch' [-Wimplicit-function-declaration] > * /var/tmp/portage/media-libs/libsdl-1.2.15-r9/work/SDL-1.2.15/src/video/ps3/SDL_ps3yuv.c:136:36: warning: implicit declaration of function 'memalign' [-Wimplicit-function-declaration] > > * Please do not file a Gentoo bug and instead report the above QA > * issues directly to the upstream developers of this software. > * Homepage: http://www.libsdl.org/ > >>>> Installing (2 of 2) media-libs/libsdl-1.2.15-r9 > * checking 426 files for package collisions >>>> Merging media-libs/libsdl-1.2.15-r9 to / >--- /usr/ >--- /usr/lib/ >>>> /usr/lib/libSDL-1.2.so.0.11.4 >>>> /usr/lib/libSDLmain.a >--- /usr/lib/pkgconfig/ >>>> /usr/lib/pkgconfig/sdl.pc >>>> /usr/lib/libSDL.so -> libSDL-1.2.so.0.11.4 >>>> /usr/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4 >--- /usr/share/ >--- /usr/share/aclocal/ >>>> /usr/share/aclocal/sdl.m4 >--- /usr/share/doc/ >>>> /usr/share/doc/libsdl-1.2.15-r9/ >>>> /usr/share/doc/libsdl-1.2.15-r9/README.HG.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/BUGS.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/README.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/README-SDL.txt.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/TODO.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/html/ >>>> /usr/share/doc/libsdl-1.2.15-r9/html/Borland.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/VisualC.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/ >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/images/ >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/images/rainbow.gif >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/ >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideinputkeyboard.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidevideo.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlinitsubsystem.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgeteventfilter.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgeterror.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcd.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldestroycond.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsyswmevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlquit.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmousemotionevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlfreesurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsemtrywait.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidecredits.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdopen.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlupdaterects.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatecond.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglgetprocaddress.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoyhatevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidethebasics.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlaudiocvt.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickupdate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlremovetimer.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsemwaittimeout.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlblitsurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoysticknumhats.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcondsignal.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglattr.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/eventfunctions.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdloverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldisplayformatalpha.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlunlockyuvoverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlunlockaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/general.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetcliprect.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlenvvars.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmtogglefullscreen.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoyballevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpollevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickname.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwarpmouse.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlrect.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetmodstate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickopened.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdluserevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdpause.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsemvalue.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdeject.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlvideodrivername.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetgamma.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideinput.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdplay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlunlocksurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmseticon.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldestroymutex.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmgetcaption.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/cdrom.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlnumjoysticks.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetticks.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/wm.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetmodstate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlkeysym.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpeepevents.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdplaytracks.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetcursor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreateyuvoverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmaprgb.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetvideomode.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpushevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlexposeevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdstatus.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetthreadid.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guide.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoysticknumbuttons.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidetimeexamples.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpixelformat.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcondbroadcast.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickgetball.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlopenaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideeventexamples.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/audio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlresizeevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmgrabinput.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideexamples.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdclose.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatethread.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoysticknumaxes.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlfillrect.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsavebmp.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmiconifywindow.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideaudioexamples.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlkey.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcloseaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglgetattribute.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpalette.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlconvertsurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlbuildaudiocvt.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetcolors.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsettimer.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatecursor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetcolorkey.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/reference.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmutexp.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetcliprect.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlvideomodeok.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidepreface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlactiveevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickgetbutton.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidevideoopengl.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpauseaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlfreecursor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/eventstructures.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/joystick.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guideaboutsdldoc.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmutexv.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglloadlibrary.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetcursor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlloadwav.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetappstate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwaitevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetmousestate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdnumdrives.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/thread.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlkillthread.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetkeyname.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatesemaphore.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetgammaramp.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlquitevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickclose.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickopen.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcondwait.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetgammaramp.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdstop.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetaudiostatus.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcolor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdllistmodes.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/event.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsemwait.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidebasicsinit.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoysticknumballs.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdllockyuvoverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/guidecdromexamples.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/video.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetvideoinfo.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlpumpevents.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetpalette.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlquitsubsystem.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlflip.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlthreadid.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlenablekeyrepeat.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwaitthread.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglswapbuffers.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/index.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickindex.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldestroysemaphore.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlupdaterect.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdllocksurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwasinit.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoybuttonevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetrelativemousestate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlkeyboardevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatergbsurfacefrom.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlenableunicode.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmixaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdresume.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsetalpha.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlinit.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlloadbmp.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetrgb.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdname.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmaprgba.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatergbsurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldelay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdleventstate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlfreewav.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetvideosurface.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlsempost.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetkeystate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcondwaittimeout.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdllockaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlseteventfilter.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlfreeyuvoverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlmousebuttonevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldisplayyuvoverlay.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlshowcursor.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdldisplayformat.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlvideoinfo.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickgethat.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickgetaxis.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlglsetattribute.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlconvertaudio.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcreatemutex.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/time.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoyaxisevent.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdljoystickeventstate.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlcdtrack.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdladdtimer.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlgetrgba.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlaudiospec.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/html/sdlwmsetcaption.html >>>> /usr/share/doc/libsdl-1.2.15-r9/html/docs/index.html >>>> /usr/share/doc/libsdl-1.2.15-r9/CREDITS.bz2 >>>> /usr/share/doc/libsdl-1.2.15-r9/WhatsNew.bz2 >--- /usr/share/man/ >--- /usr/share/man/man3/ >>>> /usr/share/man/man3/SDL_JoystickOpen.3.bz2 >>>> /usr/share/man/man3/SDL_GetAppState.3.bz2 >>>> /usr/share/man/man3/SDL_CDOpen.3.bz2 >>>> /usr/share/man/man3/SDL_FreeWAV.3.bz2 >>>> /usr/share/man/man3/SDL_FillRect.3.bz2 >>>> /usr/share/man/man3/SDL_WaitEvent.3.bz2 >>>> /usr/share/man/man3/SDL_SemPost.3.bz2 >>>> /usr/share/man/man3/SDL_GetRelativeMouseState.3.bz2 >>>> /usr/share/man/man3/SDL_RWFromFile.3.bz2 >>>> /usr/share/man/man3/SDL_DestroySemaphore.3.bz2 >>>> /usr/share/man/man3/SDL_CondSignal.3.bz2 >>>> /usr/share/man/man3/SDL_PeepEvents.3.bz2 >>>> /usr/share/man/man3/SDL_KillThread.3.bz2 >>>> /usr/share/man/man3/SDL_VideoDriverName.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickNumBalls.3.bz2 >>>> /usr/share/man/man3/SDL_WM_IconifyWindow.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickEventState.3.bz2 >>>> /usr/share/man/man3/SDL_PauseAudio.3.bz2 >>>> /usr/share/man/man3/SDL_GL_SetAttribute.3.bz2 >>>> /usr/share/man/man3/SDL_CDName.3.bz2 >>>> /usr/share/man/man3/SDL_GetError.3.bz2 >>>> /usr/share/man/man3/SDL_SetGamma.3.bz2 >>>> /usr/share/man/man3/SDL_GetKeyName.3.bz2 >>>> /usr/share/man/man3/SDL_WM_SetIcon.3.bz2 >>>> /usr/share/man/man3/SDL_GetKeyState.3.bz2 >>>> /usr/share/man/man3/SDL_Rect.3.bz2 >>>> /usr/share/man/man3/SDL_CDStop.3.bz2 >>>> /usr/share/man/man3/SDL_ResizeEvent.3.bz2 >>>> /usr/share/man/man3/SDL_GLattr.3.bz2 >>>> /usr/share/man/man3/SDL_SemWaitTimeout.3.bz2 >>>> /usr/share/man/man3/SDL_DestroyCond.3.bz2 >>>> /usr/share/man/man3/SDL_CondBroadcast.3.bz2 >>>> /usr/share/man/man3/SDL_Overlay.3.bz2 >>>> /usr/share/man/man3/SDL_GL_SwapBuffers.3.bz2 >>>> /usr/share/man/man3/SDL_UpdateRects.3.bz2 >>>> /usr/share/man/man3/SDL_CondWait.3.bz2 >>>> /usr/share/man/man3/SDL_ThreadID.3.bz2 >>>> /usr/share/man/man3/SDL_AudioCVT.3.bz2 >>>> /usr/share/man/man3/SDL_LockSurface.3.bz2 >>>> /usr/share/man/man3/SDL_Flip.3.bz2 >>>> /usr/share/man/man3/SDL_MouseMotionEvent.3.bz2 >>>> /usr/share/man/man3/SDL_GetRGB.3.bz2 >>>> /usr/share/man/man3/SDL_MixAudio.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickGetBall.3.bz2 >>>> /usr/share/man/man3/SDL_InitSubSystem.3.bz2 >>>> /usr/share/man/man3/SDL_SetEventFilter.3.bz2 >>>> /usr/share/man/man3/SDL_WM_GetCaption.3.bz2 >>>> /usr/share/man/man3/SDL_UnlockAudio.3.bz2 >>>> /usr/share/man/man3/SDL_UnlockSurface.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickNumHats.3.bz2 >>>> /usr/share/man/man3/SDL_GetEventFilter.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickIndex.3.bz2 >>>> /usr/share/man/man3/SDL_GetVideoSurface.3.bz2 >>>> /usr/share/man/man3/SDL_SetVideoMode.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickGetHat.3.bz2 >>>> /usr/share/man/man3/SDL_WM_ToggleFullScreen.3.bz2 >>>> /usr/share/man/man3/SDL_CDPlay.3.bz2 >>>> /usr/share/man/man3/SDL_OpenAudio.3.bz2 >>>> /usr/share/man/man3/SDL_UnlockYUVOverlay.3.bz2 >>>> /usr/share/man/man3/SDL_DestroyMutex.3.bz2 >>>> /usr/share/man/man3/SDL_FreeYUVOverlay.3.bz2 >>>> /usr/share/man/man3/SDL_GetVideoInfo.3.bz2 >>>> /usr/share/man/man3/SDL_CreateRGBSurfaceFrom.3.bz2 >>>> /usr/share/man/man3/SDL_CondWaitTimeout.3.bz2 >>>> /usr/share/man/man3/SDL_CreateCond.3.bz2 >>>> /usr/share/man/man3/SDL_SetClipRect.3.bz2 >>>> /usr/share/man/man3/SDL_LockYUVOverlay.3.bz2 >>>> /usr/share/man/man3/SDL_GetClipRect.3.bz2 >>>> /usr/share/man/man3/SDL_WM_SetCaption.3.bz2 >>>> /usr/share/man/man3/SDL_CDStatus.3.bz2 >>>> /usr/share/man/man3/SDL_GetGamma.3.bz2 >>>> /usr/share/man/man3/SDL_ConvertSurface.3.bz2 >>>> /usr/share/man/man3/SDL_MapRGBA.3.bz2 >>>> /usr/share/man/man3/SDL_Event.3.bz2 >>>> /usr/share/man/man3/SDL_CDPlayTracks.3.bz2 >>>> /usr/share/man/man3/SDL_SemTryWait.3.bz2 >>>> /usr/share/man/man3/SDL_KeyboardEvent.3.bz2 >>>> /usr/share/man/man3/SDL_CloseAudio.3.bz2 >>>> /usr/share/man/man3/SDL_JoyButtonEvent.3.bz2 >>>> /usr/share/man/man3/SDL_GetThreadID.3.bz2 >>>> /usr/share/man/man3/SDL_FreeSurface.3.bz2 >>>> /usr/share/man/man3/SDL_GL_GetAttribute.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickGetButton.3.bz2 >>>> /usr/share/man/man3/SDL_AudioSpec.3.bz2 >>>> /usr/share/man/man3/SDL_GetGammaRamp.3.bz2 >>>> /usr/share/man/man3/SDL_SetAlpha.3.bz2 >>>> /usr/share/man/man3/SDL_SaveBMP.3.bz2 >>>> /usr/share/man/man3/SDL_SemWait.3.bz2 >>>> /usr/share/man/man3/SDL_Quit.3.bz2 >>>> /usr/share/man/man3/SDL_mutexV.3.bz2 >>>> /usr/share/man/man3/SDL_Surface.3.bz2 >>>> /usr/share/man/man3/SDL_GetCursor.3.bz2 >>>> /usr/share/man/man3/SDL_CDtrack.3.bz2 >>>> /usr/share/man/man3/SDL_ConvertAudio.3.bz2 >>>> /usr/share/man/man3/SDL_PumpEvents.3.bz2 >>>> /usr/share/man/man3/SDL_PushEvent.3.bz2 >>>> /usr/share/man/man3/SDL_ActiveEvent.3.bz2 >>>> /usr/share/man/man3/SDL_SetPalette.3.bz2 >>>> /usr/share/man/man3/SDL_ExposeEvent.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickGetAxis.3.bz2 >>>> /usr/share/man/man3/SDL_GL_LoadLibrary.3.bz2 >>>> /usr/share/man/man3/SDL_UserEvent.3.bz2 >>>> /usr/share/man/man3/SDL_CDEject.3.bz2 >>>> /usr/share/man/man3/SDL_ShowCursor.3.bz2 >>>> /usr/share/man/man3/SDL_NumJoysticks.3.bz2 >>>> /usr/share/man/man3/SDL_mutexP.3.bz2 >>>> /usr/share/man/man3/SDL_LockAudio.3.bz2 >>>> /usr/share/man/man3/SDL_JoyAxisEvent.3.bz2 >>>> /usr/share/man/man3/SDL_MouseButtonEvent.3.bz2 >>>> /usr/share/man/man3/SDL_CDResume.3.bz2 >>>> /usr/share/man/man3/SDL_GetRGBA.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickName.3.bz2 >>>> /usr/share/man/man3/SDL_Palette.3.bz2 >>>> /usr/share/man/man3/SDL_CDClose.3.bz2 >>>> /usr/share/man/man3/SDL_QuitEvent.3.bz2 >>>> /usr/share/man/man3/SDL_CreateYUVOverlay.3.bz2 >>>> /usr/share/man/man3/SDL_SetModState.3.bz2 >>>> /usr/share/man/man3/SDL_CreateMutex.3.bz2 >>>> /usr/share/man/man3/SDL_WasInit.3.bz2 >>>> /usr/share/man/man3/SDL_Init.3.bz2 >>>> /usr/share/man/man3/SDL_WaitThread.3.bz2 >>>> /usr/share/man/man3/SDL_CDNumDrives.3.bz2 >>>> /usr/share/man/man3/SDL_keysym.3.bz2 >>>> /usr/share/man/man3/SDL_UpdateRect.3.bz2 >>>> /usr/share/man/man3/SDL_WarpMouse.3.bz2 >>>> /usr/share/man/man3/SDL_FreeCursor.3.bz2 >>>> /usr/share/man/man3/SDL_CreateCursor.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickNumAxes.3.bz2 >>>> /usr/share/man/man3/SDL_PixelFormat.3.bz2 >>>> /usr/share/man/man3/SDL_BuildAudioCVT.3.bz2 >>>> /usr/share/man/man3/SDL_Delay.3.bz2 >>>> /usr/share/man/man3/SDL_SemValue.3.bz2 >>>> /usr/share/man/man3/SDL_GetTicks.3.bz2 >>>> /usr/share/man/man3/SDL_CD.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickOpened.3.bz2 >>>> /usr/share/man/man3/SDL_EnableKeyRepeat.3.bz2 >>>> /usr/share/man/man3/SDL_BlitSurface.3.bz2 >>>> /usr/share/man/man3/SDL_JoyBallEvent.3.bz2 >>>> /usr/share/man/man3/SDLKey.3.bz2 >>>> /usr/share/man/man3/SDL_CreateRGBSurface.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickUpdate.3.bz2 >>>> /usr/share/man/man3/SDL_MapRGB.3.bz2 >>>> /usr/share/man/man3/SDL_SetTimer.3.bz2 >>>> /usr/share/man/man3/SDL_CDPause.3.bz2 >>>> /usr/share/man/man3/SDL_SetCursor.3.bz2 >>>> /usr/share/man/man3/SDL_GL_GetProcAddress.3.bz2 >>>> /usr/share/man/man3/SDL_VideoInfo.3.bz2 >>>> /usr/share/man/man3/SDL_AddTimer.3.bz2 >>>> /usr/share/man/man3/SDL_DisplayYUVOverlay.3.bz2 >>>> /usr/share/man/man3/SDL_VideoModeOK.3.bz2 >>>> /usr/share/man/man3/SDL_DisplayFormat.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickNumButtons.3.bz2 >>>> /usr/share/man/man3/SDL_SetGammaRamp.3.bz2 >>>> /usr/share/man/man3/SDL_GetAudioStatus.3.bz2 >>>> /usr/share/man/man3/SDL_LoadBMP.3.bz2 >>>> /usr/share/man/man3/SDL_Color.3.bz2 >>>> /usr/share/man/man3/SDL_PollEvent.3.bz2 >>>> /usr/share/man/man3/SDL_EnableUNICODE.3.bz2 >>>> /usr/share/man/man3/SDL_CreateSemaphore.3.bz2 >>>> /usr/share/man/man3/SDL_JoyHatEvent.3.bz2 >>>> /usr/share/man/man3/SDL_DisplayFormatAlpha.3.bz2 >>>> /usr/share/man/man3/SDL_LoadWAV.3.bz2 >>>> /usr/share/man/man3/SDL_QuitSubSystem.3.bz2 >>>> /usr/share/man/man3/SDL_WM_GrabInput.3.bz2 >>>> /usr/share/man/man3/SDL_CreateThread.3.bz2 >>>> /usr/share/man/man3/SDL_SetColors.3.bz2 >>>> /usr/share/man/man3/SDL_RemoveTimer.3.bz2 >>>> /usr/share/man/man3/SDL_GetMouseState.3.bz2 >>>> /usr/share/man/man3/SDL_JoystickClose.3.bz2 >>>> /usr/share/man/man3/SDL_EventState.3.bz2 >>>> /usr/share/man/man3/SDL_GetModState.3.bz2 >>>> /usr/share/man/man3/SDL_SetColorKey.3.bz2 >>>> /usr/share/man/man3/SDL_ListModes.3.bz2 >>>> /usr/share/man/man3/SDL_SysWMEvent.3.bz2 >--- /usr/include/ >>>> /usr/include/SDL/ >>>> /usr/include/SDL/SDL_quit.h >>>> /usr/include/SDL/SDL_keysym.h >>>> /usr/include/SDL/SDL_keyboard.h >>>> /usr/include/SDL/SDL_name.h >>>> /usr/include/SDL/SDL_cpuinfo.h >>>> /usr/include/SDL/SDL_version.h >>>> /usr/include/SDL/SDL_events.h >>>> /usr/include/SDL/begin_code.h >>>> /usr/include/SDL/SDL_endian.h >>>> /usr/include/SDL/SDL_mouse.h >>>> /usr/include/SDL/SDL_config.h >>>> /usr/include/SDL/SDL_rwops.h >>>> /usr/include/SDL/SDL_opengl.h >>>> /usr/include/SDL/SDL_stdinc.h >>>> /usr/include/SDL/SDL_audio.h >>>> /usr/include/SDL/SDL_loadso.h >>>> /usr/include/SDL/SDL_platform.h >>>> /usr/include/SDL/SDL_getenv.h >>>> /usr/include/SDL/SDL_active.h >>>> /usr/include/SDL/close_code.h >>>> /usr/include/SDL/SDL_cdrom.h >>>> /usr/include/SDL/SDL_main.h >>>> /usr/include/SDL/SDL_syswm.h >>>> /usr/include/SDL/SDL_mutex.h >>>> /usr/include/SDL/SDL_video.h >>>> /usr/include/SDL/SDL_timer.h >>>> /usr/include/SDL/SDL.h >>>> /usr/include/SDL/SDL_error.h >>>> /usr/include/SDL/SDL_byteorder.h >>>> /usr/include/SDL/SDL_joystick.h >>>> /usr/include/SDL/SDL_types.h >>>> /usr/include/SDL/SDL_thread.h >--- /usr/bin/ >>>> /usr/bin/sdl-config >>>> media-libs/libsdl-1.2.15-r9 merged. >>>> Regenerating /etc/ld.so.cache... > >>>> Recording media-libs/libsdl in "world" favorites file... > > * Messages for package media-libs/sdl-spulibs-1.0.0: > > * SDL SPU libs will not emerge properly without a SPU toolchain > * Run the following command and emerge again: > * crossdev -t spu --ov-output /usr/spu-elf-gcc/portage > > * Messages for package media-libs/libsdl-1.2.15-r9: > > * Since you've chosen to use possibly unsafe CFLAGS, > * don't bother filing libsdl-related bugs until trying to remerge > * libsdl without the custom-cflags use flag in USE. >>>> Auto-cleaning packages... > >>>> No outdated packages were found on your system. > > * GNU info directory index is up-to-date. > > * IMPORTANT: 6 config files in '/etc' need updating. > * See the CONFIGURATION FILES section of the emerge > * man page to learn how to update config files. > > * IMPORTANT: 6 news items need reading for repository 'gentoo'. > * Use eselect news to read news items.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 522192
:
384226
|
384234
|
384622
| 384668