Skip to content

Instantly share code, notes, and snippets.

@theos911
Last active December 16, 2015 05:09
Show Gist options
  • Save theos911/5382678 to your computer and use it in GitHub Desktop.
Save theos911/5382678 to your computer and use it in GitHub Desktop.
sdl fails to build on 10.4 G3
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
## --------- ##
## Platform. ##
## --------- ##
hostname = theodore-waddells-powermacg3series.local
uname -m = Power Macintosh
uname -r = 8.11.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc750 (PowerPC 750)
Processor active: 0
Primary memory available: 1.00 gigabytes
Default processor set: 66 tasks, 183 threads, 1 processors
Load average: 3.14, Mach factor: 0.25
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/Cellar/ruby/1.9.3-p362
PATH: ~/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/Library/Contributions/cmd
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2136: checking build system type
configure:2154: result: powerpc-apple-darwin8.11.0
configure:2176: checking host system type
configure:2191: result: powerpc-apple-darwin8.11.0
configure:2261: checking for gcc
configure:2288: result: /usr/local/bin/gcc-4.2
configure:2526: checking for C compiler version
configure:2533: /usr/local/bin/gcc-4.2 --version >&5
powerpc-apple-darwin8-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2536: $? = 0
configure:2543: /usr/local/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5553/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin8 --program-prefix= --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:2546: $? = 0
configure:2553: /usr/local/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:2556: $? = 1
configure:2579: checking for C compiler default output file name
configure:2606: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:2609: $? = 0
configure:2647: result: a.out
configure:2664: checking whether the C compiler works
configure:2674: ./a.out
configure:2677: $? = 0
configure:2694: result: yes
configure:2701: checking whether we are cross compiling
configure:2703: result: no
configure:2706: checking for suffix of executables
configure:2713: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:2716: $? = 0
configure:2740: result:
configure:2746: checking for suffix of object files
configure:2772: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:2775: $? = 0
configure:2798: result: o
configure:2802: checking whether we are using the GNU C compiler
configure:2831: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:2837: $? = 0
configure:2854: result: yes
configure:2859: checking whether /usr/local/bin/gcc-4.2 accepts -g
configure:2889: /usr/local/bin/gcc-4.2 -c -g -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:2895: $? = 0
configure:2994: result: yes
configure:3011: checking for /usr/local/bin/gcc-4.2 option to accept ISO C89
configure:3085: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:3091: $? = 0
configure:3114: result: none needed
configure:3132: checking for a sed that does not truncate output
configure:3211: result: /usr/bin/sed
configure:3229: checking for grep that handles long lines and -e
configure:3303: result: /usr/bin/grep
configure:3308: checking for egrep
configure:3386: result: /usr/bin/grep -E
configure:3391: checking for fgrep
configure:3469: result: /usr/bin/grep -F
configure:3504: checking for ld used by /usr/local/bin/gcc-4.2
configure:3571: result: /usr/bin/ld
configure:3580: checking if the linker (/usr/bin/ld) is GNU ld
configure:3595: result: no
configure:3607: checking for BSD- or MS-compatible name lister (nm)
configure:3656: result: /usr/bin/nm -p
configure:3778: checking the name lister (/usr/bin/nm -p) interface
configure:3785: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:3788: /usr/bin/nm -p "conftest.o"
configure:3791: output
00000000 D _some_variable
configure:3798: result: BSD nm
configure:3801: checking whether ln -s works
configure:3805: result: yes
configure:3813: checking the maximum length of command line arguments
configure:3939: result: 196608
configure:3956: checking whether the shell understands some XSI constructs
configure:3966: result: yes
configure:3970: checking whether the shell understands "+="
configure:3976: result: no
configure:4011: checking for /usr/bin/ld option to reload object files
configure:4018: result: -r
configure:4087: checking for objdump
configure:4117: result: no
configure:4147: checking how to recognize dependent libraries
configure:4345: result: pass_all
configure:4405: checking for ar
configure:4421: found /usr/bin/ar
configure:4432: result: ar
configure:4514: checking for strip
configure:4530: found /usr/bin/strip
configure:4541: result: strip
configure:4617: checking for ranlib
configure:4633: found /usr/bin/ranlib
configure:4644: result: ranlib
configure:4738: checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc-4.2 object
configure:4856: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:4859: $? = 0
configure:4863: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:4866: $? = 0
cannot find nm_test_var in conftest.nm
configure:4856: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:4859: $? = 0
configure:4863: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:4866: $? = 0
configure:4920: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c conftstm.o >&5
configure:4923: $? = 0
configure:4961: result: ok
configure:5251: checking for dsymutil
configure:5267: found /usr/bin/dsymutil
configure:5278: result: dsymutil
configure:5347: checking for nmedit
configure:5363: found /usr/bin/nmedit
configure:5374: result: nmedit
configure:5443: checking for lipo
configure:5459: found /usr/bin/lipo
configure:5470: result: lipo
configure:5539: checking for otool
configure:5555: found /usr/bin/otool
configure:5566: result: otool
configure:5635: checking for otool64
configure:5651: found /usr/bin/otool64
configure:5662: result: otool64
configure:5714: checking for -single_module linker flag
/usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:5741: result: yes
configure:5743: checking for -exported_symbols_list linker flag
configure:5773: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:5779: $? = 0
configure:5798: result: yes
configure:5840: checking how to run the C preprocessor
configure:5880: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c
configure:5886: $? = 0
configure:5917: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:5923: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5956: result: /usr/local/bin/gcc-4.2 -E
configure:5985: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c
configure:5991: $? = 0
configure:6022: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:6028: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6066: checking for ANSI C header files
configure:6096: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6102: $? = 0
configure:6198: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:6201: $? = 0
configure:6207: ./conftest
configure:6210: $? = 0
configure:6227: result: yes
configure:6251: checking for sys/types.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for sys/stat.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for stdlib.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for string.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for memory.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for strings.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for inttypes.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for stdint.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6251: checking for unistd.h
configure:6272: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6278: $? = 0
configure:6294: result: yes
configure:6310: checking for dlfcn.h
configure:6331: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:6337: $? = 0
configure:6353: result: yes
configure:6847: checking for objdir
configure:6862: result: .libs
configure:7158: checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
configure:7179: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -fno-rtti -fno-exceptions conftest.c >&5
configure:7183: $? = 0
configure:7193: result: yes
configure:7213: checking for /usr/local/bin/gcc-4.2 option to produce PIC
configure:7485: result: -fno-common -DPIC
configure:7497: checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works
configure:7518: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -fno-common -DPIC -DPIC conftest.c >&5
configure:7522: $? = 0
configure:7532: result: yes
configure:7556: checking if /usr/local/bin/gcc-4.2 static flag -static works
configure:7584: result: no
configure:7599: checking if /usr/local/bin/gcc-4.2 supports -c -o file.o
configure:7623: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -o out/conftest2.o conftest.c >&5
configure:7627: $? = 0
configure:7646: result: yes
configure:7654: checking if /usr/local/bin/gcc-4.2 supports -c -o file.o
configure:7701: result: yes
configure:7734: checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries
configure:8796: result: yes
configure:9035: checking dynamic linker characteristics
configure:9716: result: darwin8.11.0 dyld
configure:9818: checking how to hardcode library paths into programs
configure:9843: result: immediate
configure:10648: checking whether stripping libraries is possible
configure:10662: result: yes
configure:10688: checking if libtool supports shared libraries
configure:10690: result: yes
configure:10693: checking whether to build shared libraries
configure:10714: result: yes
configure:10717: checking whether to build static libraries
configure:10721: result: yes
configure:10799: checking whether byte ordering is bigendian
configure:10831: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:10837: $? = 0
configure:10869: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.c >&5
configure:10875: $? = 0
configure:11015: result: yes
configure:11095: checking for gcc
configure:11122: result: /usr/local/bin/gcc-4.2
configure:11360: checking for C compiler version
configure:11367: /usr/local/bin/gcc-4.2 --version >&5
powerpc-apple-darwin8-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:11370: $? = 0
configure:11377: /usr/local/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5553/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin8 --program-prefix= --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:11380: $? = 0
configure:11387: /usr/local/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:11390: $? = 1
configure:11393: checking whether we are using the GNU C compiler
configure:11445: result: yes
configure:11450: checking whether /usr/local/bin/gcc-4.2 accepts -g
configure:11585: result: yes
configure:11602: checking for /usr/local/bin/gcc-4.2 option to accept ISO C89
configure:11705: result: none needed
configure:11839: checking for C++ compiler version
configure:11846: /usr/local/bin/g++-4.2 --version >&5
powerpc-apple-darwin8-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:11849: $? = 0
configure:11856: /usr/local/bin/g++-4.2 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5553/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin8 --program-prefix= --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:11859: $? = 0
configure:11866: /usr/local/bin/g++-4.2 -V >&5
g++-4.2: argument to `-V' is missing
configure:11869: $? = 1
configure:11872: checking whether we are using the GNU C++ compiler
configure:11901: /usr/local/bin/g++-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp >&5
configure:11907: $? = 0
configure:11924: result: yes
configure:11929: checking whether /usr/local/bin/g++-4.2 accepts -g
configure:11959: /usr/local/bin/g++-4.2 -c -g -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp >&5
configure:11965: $? = 0
configure:12064: result: yes
configure:12204: checking for C++ compiler version
configure:12211: /usr/local/bin/g++-4.2 --version >&5
powerpc-apple-darwin8-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5553)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:12214: $? = 0
configure:12221: /usr/local/bin/g++-4.2 -v >&5
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/apple/gcc_42-5553/build/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++,fortran --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin8 --program-prefix= --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5553)
configure:12224: $? = 0
configure:12231: /usr/local/bin/g++-4.2 -V >&5
g++-4.2: argument to `-V' is missing
configure:12234: $? = 1
configure:12237: checking whether we are using the GNU C++ compiler
configure:12289: result: yes
configure:12294: checking whether /usr/local/bin/g++-4.2 accepts -g
configure:12429: result: yes
configure:12460: checking how to run the C++ preprocessor
configure:12496: /usr/local/bin/g++-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp
configure:12502: $? = 0
configure:12533: /usr/local/bin/g++-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:12539: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12572: result: /usr/local/bin/g++-4.2 -E
configure:12601: /usr/local/bin/g++-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp
configure:12607: $? = 0
configure:12638: /usr/local/bin/g++-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
configure:12644: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12818: checking for ld used by /usr/local/bin/g++-4.2
configure:12885: result: /usr/bin/ld
configure:12894: checking if the linker (/usr/bin/ld) is GNU ld
configure:12909: result: no
configure:12964: checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries
configure:13931: result: yes
configure:13959: /usr/local/bin/g++-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include conftest.cpp >&5
configure:13962: $? = 0
configure:14144: checking for /usr/local/bin/g++-4.2 option to produce PIC
configure:14461: result: -fno-common -DPIC
configure:14470: checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works
configure:14492: /usr/local/bin/g++-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14496: $? = 0
configure:14505: result: yes
configure:14526: checking if /usr/local/bin/g++-4.2 static flag -static works
configure:14554: result: no
configure:14566: checking if /usr/local/bin/g++-4.2 supports -c -o file.o
configure:14591: /usr/local/bin/g++-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -o out/conftest2.o conftest.cpp >&5
configure:14595: $? = 0
configure:14613: result: yes
configure:14618: checking if /usr/local/bin/g++-4.2 supports -c -o file.o
configure:14665: result: yes
configure:14695: checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries
configure:14721: result: yes
configure:14858: checking dynamic linker characteristics
configure:15487: result: darwin8.11.0 dyld
configure:15538: checking how to hardcode library paths into programs
configure:15563: result: immediate
configure:15615: checking for a BSD-compatible install
configure:15671: result: /usr/bin/install -c
configure:15682: checking whether make sets $(MAKE)
configure:15703: result: yes
configure:15755: checking for windres
configure:15785: result: no
configure:15869: checking for an ANSI C-conforming const
configure:15944: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:15950: $? = 0
configure:15965: result: yes
configure:15975: checking for inline
configure:16001: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16007: $? = 0
configure:16025: result: inline
configure:16044: checking for working volatile
configure:16073: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16079: $? = 0
configure:16094: result: yes
configure:16118: checking for ANSI C header files
configure:16279: result: yes
configure:16308: checking for sys/types.h
configure:16314: result: yes
configure:16318: checking stdio.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking stdio.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for stdio.h
configure:16430: result: yes
configure:16308: checking for stdlib.h
configure:16314: result: yes
configure:16318: checking stddef.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking stddef.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for stddef.h
configure:16430: result: yes
configure:16318: checking stdarg.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking stdarg.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for stdarg.h
configure:16430: result: yes
configure:16318: checking malloc.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
conftest.c:63:20: error: malloc.h: No such file or directory
configure:16341: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:16355: result: no
configure:16359: checking malloc.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
conftest.c:30:20: error: malloc.h: No such file or directory
configure:16380: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:16394: result: no
configure:16422: checking for malloc.h
configure:16430: result: no
configure:16308: checking for memory.h
configure:16314: result: yes
configure:16308: checking for string.h
configure:16314: result: yes
configure:16308: checking for strings.h
configure:16314: result: yes
configure:16308: checking for inttypes.h
configure:16314: result: yes
configure:16308: checking for stdint.h
configure:16314: result: yes
configure:16318: checking ctype.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking ctype.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for ctype.h
configure:16430: result: yes
configure:16318: checking math.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking math.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for math.h
configure:16430: result: yes
configure:16318: checking iconv.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking iconv.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for iconv.h
configure:16430: result: yes
configure:16318: checking signal.h usability
configure:16335: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16341: $? = 0
configure:16355: result: yes
configure:16359: checking signal.h presence
configure:16374: /usr/local/bin/gcc-4.2 -E -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c
configure:16380: $? = 0
configure:16394: result: yes
configure:16422: checking for signal.h
configure:16430: result: yes
configure:16444: checking for size_t
configure:16474: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16480: $? = 0
configure:16495: result: yes
configure:16508: checking for int64_t
configure:16538: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:16544: $? = 0
configure:16559: result: yes
configure:16577: checking for working alloca.h
configure:16604: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:16610: $? = 0
configure:16627: result: yes
configure:16637: checking for alloca
configure:16684: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:16690: $? = 0
configure:16707: result: yes
configure:16937: checking for working memcmp
configure:16990: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:16993: $? = 0
configure:16999: ./conftest
configure:17002: $? = 0
configure:17018: result: yes
configure:17033: checking for working strtod
configure:17084: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17087: $? = 0
configure:17093: ./conftest
configure:17096: $? = 0
configure:17112: result: yes
configure:17282: checking for mprotect
configure:17338: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17344: $? = 0
configure:17361: result: yes
configure:17389: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:17395: $? = 0
configure:17467: checking for malloc
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for calloc
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for realloc
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for free
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for getenv
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for putenv
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for unsetenv
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for qsort
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for abs
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for bcopy
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for memset
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for memcpy
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for memmove
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strlen
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strlcpy
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strlcat
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strdup
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for _strrev
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__strrev
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define _strrev to an innocuous variant, in case <limits.h> declares _strrev.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _strrev innocuous__strrev
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _strrev (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _strrev
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strrev ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__strrev || defined __stub____strrev
| choke me
| #endif
|
| int
| main ()
| {
| return _strrev ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _strupr
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__strupr
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define _strupr to an innocuous variant, in case <limits.h> declares _strupr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _strupr innocuous__strupr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _strupr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _strupr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strupr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__strupr || defined __stub____strupr
| choke me
| #endif
|
| int
| main ()
| {
| return _strupr ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _strlwr
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__strlwr
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| /* Define _strlwr to an innocuous variant, in case <limits.h> declares _strlwr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _strlwr innocuous__strlwr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _strlwr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _strlwr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strlwr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__strlwr || defined __stub____strlwr
| choke me
| #endif
|
| int
| main ()
| {
| return _strlwr ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for strchr
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strrchr
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strstr
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for itoa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
_itoa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| /* end confdefs.h. */
| /* Define itoa to an innocuous variant, in case <limits.h> declares itoa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define itoa innocuous_itoa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char itoa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef itoa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char itoa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_itoa || defined __stub___itoa
| choke me
| #endif
|
| int
| main ()
| {
| return itoa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _ltoa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__ltoa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| /* end confdefs.h. */
| /* Define _ltoa to an innocuous variant, in case <limits.h> declares _ltoa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _ltoa innocuous__ltoa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _ltoa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _ltoa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _ltoa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__ltoa || defined __stub____ltoa
| choke me
| #endif
|
| int
| main ()
| {
| return _ltoa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _uitoa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__uitoa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| /* end confdefs.h. */
| /* Define _uitoa to an innocuous variant, in case <limits.h> declares _uitoa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _uitoa innocuous__uitoa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _uitoa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _uitoa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _uitoa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__uitoa || defined __stub____uitoa
| choke me
| #endif
|
| int
| main ()
| {
| return _uitoa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _ultoa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__ultoa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| /* end confdefs.h. */
| /* Define _ultoa to an innocuous variant, in case <limits.h> declares _ultoa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _ultoa innocuous__ultoa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _ultoa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _ultoa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _ultoa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__ultoa || defined __stub____ultoa
| choke me
| #endif
|
| int
| main ()
| {
| return _ultoa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for strtol
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strtoul
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for _i64toa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__i64toa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
| /* Define _i64toa to an innocuous variant, in case <limits.h> declares _i64toa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _i64toa innocuous__i64toa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _i64toa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _i64toa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _i64toa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__i64toa || defined __stub____i64toa
| choke me
| #endif
|
| int
| main ()
| {
| return _i64toa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for _ui64toa
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__ui64toa
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h. */
| /* Define _ui64toa to an innocuous variant, in case <limits.h> declares _ui64toa.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _ui64toa innocuous__ui64toa
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _ui64toa (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _ui64toa
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _ui64toa ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__ui64toa || defined __stub____ui64toa
| choke me
| #endif
|
| int
| main ()
| {
| return _ui64toa ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for strtoll
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strtoull
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for atoi
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for atof
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strcmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for strncmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for _stricmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__stricmp
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATOI 1
| #define HAVE_ATOF 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| /* end confdefs.h. */
| /* Define _stricmp to an innocuous variant, in case <limits.h> declares _stricmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _stricmp innocuous__stricmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _stricmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _stricmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _stricmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__stricmp || defined __stub____stricmp
| choke me
| #endif
|
| int
| main ()
| {
| return _stricmp ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for strcasecmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for _strnicmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
__strnicmp
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATOI 1
| #define HAVE_ATOF 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h. */
| /* Define _strnicmp to an innocuous variant, in case <limits.h> declares _strnicmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _strnicmp innocuous__strnicmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _strnicmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _strnicmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strnicmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__strnicmp || defined __stub____strnicmp
| choke me
| #endif
|
| int
| main ()
| {
| return _strnicmp ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for strncasecmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for sscanf
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for snprintf
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for vsnprintf
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for iconv
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
_iconv
collect2: ld returned 1 exit status
configure:17529: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATOI 1
| #define HAVE_ATOF 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SSCANF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| /* Define iconv to an innocuous variant, in case <limits.h> declares iconv.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define iconv innocuous_iconv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char iconv (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef iconv
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char iconv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_iconv || defined __stub___iconv
| choke me
| #endif
|
| int
| main ()
| {
| return iconv ();
| ;
| return 0;
| }
configure:17547: result: no
configure:17467: checking for sigaction
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for setjmp
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17467: checking for nanosleep
configure:17523: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:17529: $? = 0
configure:17547: result: yes
configure:17558: checking for libiconv_open in -liconv
configure:17593: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c -liconv >&5
configure:17599: $? = 0
configure:17617: result: yes
configure:17623: checking for pow in -lm
configure:17658: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c -lm >&5
configure:17664: $? = 0
configure:17682: result: yes
configure:17689: checking for struct sigaction.sa_sigaction
configure:17718: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:17724: $? = 0
configure:17782: result: yes
configure:22490: checking for GCC -fvisibility=hidden option
configure:22523: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -Werror -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:22529: $? = 0
configure:22545: result: yes
configure:27830: checking for dlopen
configure:27860: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:27866: $? = 0
configure:27882: result: yes
configure:27886: checking for dlopen in -lc
configure:27921: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c -lc >&5
configure:27927: $? = 0
configure:27945: result: yes
configure:24616: checking for Cocoa framework
configure:24643: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -x objective-c -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:24649: $? = 0
configure:24665: result: yes
configure:22725: checking for X
configure:22949: result: disabled
configure:26211: checking for OpenGL (GLX) support
configure:26240: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:26246: $? = 0
configure:26262: result: yes
configure:26985: checking for pthreads
configure:27014: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -D_THREAD_SAFE -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
configure:27020: $? = 0
configure:27038: result: yes
configure:27060: checking for recursive mutexes
configure:27090: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -D_THREAD_SAFE -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:27096: $? = 0
configure:27171: result: yes
configure:27176: checking for pthread semaphores
configure:27204: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -D_THREAD_SAFE -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:27210: $? = 0
configure:27226: result: yes
configure:27230: checking for sem_timedwait
configure:27259: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -D_THREAD_SAFE -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib conftest.c >&5
/usr/bin/ld: Undefined symbols:
_sem_timedwait
collect2: ld returned 1 exit status
configure:27265: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define WORDS_BIGENDIAN 1
| #define SDL_BYTEORDER 4321
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_SIGNAL_H 1
| #define SDL_HAS_64BIT_TYPE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCMP 1
| #define HAVE_STRTOD 1
| #define HAVE_MPROTECT 1
| #define HAVE_MALLOC 1
| #define HAVE_CALLOC 1
| #define HAVE_REALLOC 1
| #define HAVE_FREE 1
| #define HAVE_GETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_QSORT 1
| #define HAVE_ABS 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRLEN 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATOI 1
| #define HAVE_ATOF 1
| #define HAVE_STRCMP 1
| #define HAVE_STRNCMP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_SSCANF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SIGACTION 1
| #define HAVE_SETJMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SA_SIGACTION 1
| #define SDL_ASSEMBLY_ROUTINES 1
| #define SDL_VIDEO_DISABLE_SCREENSAVER 1
| #define SDL_VIDEO_DRIVER_DUMMY 1
| #define SDL_AUDIO_DRIVER_DISK 1
| #define SDL_AUDIO_DRIVER_DUMMY 1
| #define SDL_LOADSO_DLOPEN 1
| #define SDL_VIDEO_DRIVER_QUARTZ 1
| #define X_DISPLAY_MISSING 1
| #define SDL_VIDEO_OPENGL 1
| #define SDL_VIDEO_OPENGL 1
| #define SDL_VIDEO_OPENGL_GLX 1
| #define SDL_THREAD_PTHREAD 1
| #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
| /* end confdefs.h. */
|
| #include <pthread.h>
| #include <semaphore.h>
|
| int
| main ()
| {
|
| sem_timedwait(NULL, NULL);
|
| ;
| return 0;
| }
configure:27287: result: no
configure:22247: checking for Altivec with GCC altivec.h and -maltivec option
configure:22276: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -maltivec -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:22282: $? = 0
configure:22299: result: yes
configure:22556: checking for GCC -Wall option
configure:22586: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1 -Wall -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 conftest.c >&5
configure:22592: $? = 0
configure:22608: result: yes
configure:22615: checking for necessary GCC -Wno-multichar option
configure:22623: result: no
configure:30404: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on theodore-waddells-powermacg3series.local
config.status:934: creating Makefile
config.status:934: creating sdl-config
config.status:934: creating SDL.spec
config.status:934: creating SDL.qpg
config.status:934: creating sdl.pc
config.status:934: creating include/SDL_config.h
config.status:1255: executing libtool commands
config.status:1255: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-apple-darwin8.11.0
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-F/usr/local/Frameworks -isystem /usr/X11R6/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/local/bin/g++-4.2
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__i64toa=no
ac_cv_func__ltoa=no
ac_cv_func__stricmp=no
ac_cv_func__strlwr=no
ac_cv_func__strnicmp=no
ac_cv_func__strrev=no
ac_cv_func__strupr=no
ac_cv_func__ui64toa=no
ac_cv_func__uitoa=no
ac_cv_func__ultoa=no
ac_cv_func_abs=yes
ac_cv_func_alloca_works=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_bcopy=yes
ac_cv_func_calloc=yes
ac_cv_func_free=yes
ac_cv_func_getenv=yes
ac_cv_func_iconv=no
ac_cv_func_itoa=no
ac_cv_func_malloc=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mprotect=yes
ac_cv_func_nanosleep=yes
ac_cv_func_putenv=yes
ac_cv_func_qsort=yes
ac_cv_func_realloc=yes
ac_cv_func_setjmp=yes
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_sscanf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin8.11.0
ac_cv_lib_c_dlopen=yes
ac_cv_lib_iconv_libiconv_open=yes
ac_cv_lib_m_pow=yes
ac_cv_member_struct_sigaction_sa_sigaction=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='/usr/local/bin/gcc-4.2 -E'
ac_cv_prog_CXXCPP='/usr/local/bin/g++-4.2 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/local/bin/gcc-4.2
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL64=otool64
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_int64_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=''
AR='ar'
ARTSCONFIG=''
AS='as'
BUILD_CFLAGS='-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include'
BUILD_LDFLAGS='-L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib'
CACACONFIG=''
CC='/usr/local/bin/gcc-4.2'
CFLAGS='-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -I./include -D_GNU_SOURCE=1'
CPP='/usr/local/bin/gcc-4.2 -E'
CPPFLAGS='-F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1'
CXX='/usr/local/bin/g++-4.2'
CXXCPP='/usr/local/bin/g++-4.2 -E'
CXXFLAGS='-Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4'
DEFS='-DHAVE_CONFIG_H'
DIRECTFBCONFIG=''
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_SHARED_FALSE='#'
ENABLE_SHARED_TRUE=''
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_LIBS=''
EXEEXT=''
EXTRA_CFLAGS='-I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall'
EXTRA_LDFLAGS=' -Wl,-framework,OpenGL -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INCLUDE='-I./include'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/usr/bin/ld'
LDFLAGS='-L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib '
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='11'
LT_CURRENT='11'
LT_RELEASE='1.2'
LT_REVISION='4'
NASM=''
NASMFLAGS=''
NM='/usr/bin/nm -p'
NMEDIT='nmedit'
OBJDUMP='false'
OBJECTS='$(objects)/SDL.lo $(objects)/SDL_error.lo $(objects)/SDL_fatal.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_mixer.lo $(objects)/SDL_mixer_MMX.lo $(objects)/SDL_mixer_MMX_VC.lo $(objects)/SDL_mixer_m68k.lo $(objects)/SDL_wave.lo $(objects)/SDL_cdrom.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_active.lo $(objects)/SDL_events.lo $(objects)/SDL_expose.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_resize.lo $(objects)/SDL_rwops.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_bmp.lo $(objects)/SDL_cursor.lo $(objects)/SDL_gamma.lo $(objects)/SDL_pixels.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_yuv.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_joystick.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullmouse.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/SDL_QuartzEvents.lo $(objects)/SDL_QuartzGL.lo $(objects)/SDL_QuartzVideo.lo $(objects)/SDL_QuartzWM.lo $(objects)/SDL_QuartzWindow.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_coreaudio.lo $(objects)/SDL_sysjoystick.lo $(objects)/AudioFilePlayer.lo $(objects)/AudioFileReaderThread.lo $(objects)/CDPlayer.lo $(objects)/SDLOSXCAGuard.lo $(objects)/SDL_syscdrom.lo $(objects)/SDL_systimer.lo'
OBJEXT='o'
OSMESA_CONFIG=''
OTOOL64='otool64'
OTOOL='otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
POW_LIB=''
PTH_CONFIG=''
RANLIB='ranlib'
SDLMAIN_LDFLAGS='-static'
SDLMAIN_OBJECTS='$(objects)/SDLMain.lo'
SDLMAIN_SOURCES='./src/main/macosx/*.m'
SDL_BINARY_AGE='15'
SDL_CFLAGS='-D_GNU_SOURCE=1 -D_THREAD_SAFE'
SDL_INTERFACE_AGE='4'
SDL_LIBS='-lSDLmain -lSDL -Wl,-framework,Cocoa'
SDL_MAJOR_VERSION='1'
SDL_MICRO_VERSION='15'
SDL_MINOR_VERSION='2'
SDL_RLD_FLAGS=''
SDL_STATIC_LIBS='${libdir}/libSDLmain.a ${libdir}/libSDL.a -Wl,-framework,OpenGL -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit'
SDL_VERSION='1.2.15'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SOURCES=' ./src/*.c ./src/audio/*.c ./src/cdrom/*.c ./src/cpuinfo/*.c ./src/events/*.c ./src/file/*.c ./src/stdlib/*.c ./src/thread/*.c ./src/timer/*.c ./src/video/*.c ./src/joystick/*.c ./src/video/dummy/*.c ./src/audio/disk/*.c ./src/audio/dummy/*.c ./src/loadso/dlopen/*.c ./src/video/quartz/*.m ./src/thread/pthread/SDL_systhread.c ./src/thread/pthread/SDL_syssem.c ./src/thread/pthread/SDL_sysmutex.c ./src/thread/pthread/SDL_syscond.c ./src/audio/macosx/*.c ./src/joystick/darwin/*.c ./src/cdrom/macosx/*.c ./src/timer/unix/*.c'
STRIP='strip'
WINDRES=':'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_aux_dir='build-scripts'
ac_ct_CC='/usr/local/bin/gcc-4.2'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.11.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.11.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='powerpc-apple-darwin8.11.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.11.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/sdl/1.2.15'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define _GNU_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define WORDS_BIGENDIAN 1
#define SDL_BYTEORDER 4321
#define HAVE_LIBC 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDARG_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_MATH_H 1
#define HAVE_ICONV_H 1
#define HAVE_SIGNAL_H 1
#define SDL_HAS_64BIT_TYPE 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MEMCMP 1
#define HAVE_STRTOD 1
#define HAVE_MPROTECT 1
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_REALLOC 1
#define HAVE_FREE 1
#define HAVE_GETENV 1
#define HAVE_PUTENV 1
#define HAVE_UNSETENV 1
#define HAVE_QSORT 1
#define HAVE_ABS 1
#define HAVE_BCOPY 1
#define HAVE_MEMSET 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRLEN 1
#define HAVE_STRLCPY 1
#define HAVE_STRLCAT 1
#define HAVE_STRDUP 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOULL 1
#define HAVE_ATOI 1
#define HAVE_ATOF 1
#define HAVE_STRCMP 1
#define HAVE_STRNCMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SSCANF 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SIGACTION 1
#define HAVE_SETJMP 1
#define HAVE_NANOSLEEP 1
#define HAVE_SA_SIGACTION 1
#define SDL_ASSEMBLY_ROUTINES 1
#define SDL_VIDEO_DISABLE_SCREENSAVER 1
#define SDL_VIDEO_DRIVER_DUMMY 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1
#define SDL_LOADSO_DLOPEN 1
#define SDL_VIDEO_DRIVER_QUARTZ 1
#define X_DISPLAY_MISSING 1
#define SDL_VIDEO_OPENGL 1
#define SDL_VIDEO_OPENGL 1
#define SDL_VIDEO_OPENGL_GLX 1
#define SDL_THREAD_PTHREAD 1
#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
#define SDL_ALTIVEC_BLITTERS 1
#define HAVE_ALTIVEC_H 1
#define SDL_AUDIO_DRIVER_COREAUDIO 1
#define SDL_JOYSTICK_IOKIT 1
#define SDL_CDROM_MACOSX 1
#define SDL_TIMER_UNIX 1
configure: exit 0
theodore-waddells-powermacg3series:~ theodorewaddell$ OMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install sdl
==> Downloading http://www.libsdl.org/release/SDL-1.2.15.tar.gz
Already downloaded: /Library/Caches/Homebrew/sdl-1.2.15.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/sdl-1.2.15.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for gcc... /usr/local/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc-4.2 object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... otool64
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/bin/gcc-4.2 static flag -static works... no
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.0 dyld
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... yes
checking whether byte ordering is bigendian... yes
checking for gcc... (cached) /usr/local/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/bin/g++-4.2 accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/local/bin/g++-4.2 accepts -g... (cached) yes
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E
checking for ld used by /usr/local/bin/g++-4.2... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking for /usr/local/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/bin/g++-4.2 static flag -static works... no
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.0 dyld
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 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... no
checking malloc.h presence... no
checking for malloc.h... no
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... yes
checking for strlcat... yes
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... no
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for libiconv_open in -liconv... yes
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... yes
checking for Cocoa framework... yes
checking for X... disabled
checking for OpenGL (GLX) support... yes
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... no
checking for Altivec with GCC altivec.h and -maltivec option... 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 ./src/SDL.c
Generating dependencies for ./src/SDL_error.c
Generating dependencies for ./src/SDL_fatal.c
Generating dependencies for ./src/audio/SDL_audio.c
Generating dependencies for ./src/audio/SDL_audiocvt.c
Generating dependencies for ./src/audio/SDL_audiodev.c
Generating dependencies for ./src/audio/SDL_mixer.c
Generating dependencies for ./src/audio/SDL_mixer_MMX.c
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
Generating dependencies for ./src/audio/SDL_mixer_m68k.c
Generating dependencies for ./src/audio/SDL_wave.c
Generating dependencies for ./src/cdrom/SDL_cdrom.c
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
Generating dependencies for ./src/events/SDL_active.c
Generating dependencies for ./src/events/SDL_events.c
Generating dependencies for ./src/events/SDL_expose.c
Generating dependencies for ./src/events/SDL_keyboard.c
Generating dependencies for ./src/events/SDL_mouse.c
Generating dependencies for ./src/events/SDL_quit.c
Generating dependencies for ./src/events/SDL_resize.c
Generating dependencies for ./src/file/SDL_rwops.c
Generating dependencies for ./src/stdlib/SDL_getenv.c
Generating dependencies for ./src/stdlib/SDL_iconv.c
Generating dependencies for ./src/stdlib/SDL_malloc.c
Generating dependencies for ./src/stdlib/SDL_qsort.c
Generating dependencies for ./src/stdlib/SDL_stdlib.c
Generating dependencies for ./src/stdlib/SDL_string.c
Generating dependencies for ./src/thread/SDL_thread.c
Generating dependencies for ./src/timer/SDL_timer.c
Generating dependencies for ./src/video/SDL_RLEaccel.c
Generating dependencies for ./src/video/SDL_blit.c
Generating dependencies for ./src/video/SDL_blit_0.c
Generating dependencies for ./src/video/SDL_blit_1.c
Generating dependencies for ./src/video/SDL_blit_A.c
Generating dependencies for ./src/video/SDL_blit_N.c
Generating dependencies for ./src/video/SDL_bmp.c
Generating dependencies for ./src/video/SDL_cursor.c
Generating dependencies for ./src/video/SDL_gamma.c
Generating dependencies for ./src/video/SDL_pixels.c
Generating dependencies for ./src/video/SDL_stretch.c
Generating dependencies for ./src/video/SDL_surface.c
Generating dependencies for ./src/video/SDL_video.c
Generating dependencies for ./src/video/SDL_yuv.c
Generating dependencies for ./src/video/SDL_yuv_mmx.c
Generating dependencies for ./src/video/SDL_yuv_sw.c
Generating dependencies for ./src/joystick/SDL_joystick.c
Generating dependencies for ./src/video/dummy/SDL_nullevents.c
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
Generating dependencies for ./src/video/quartz/SDL_QuartzEvents.m
Generating dependencies for ./src/video/quartz/SDL_QuartzGL.m
Generating dependencies for ./src/video/quartz/SDL_QuartzVideo.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWM.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWindow.m
Generating dependencies for ./src/thread/pthread/SDL_systhread.c
Generating dependencies for ./src/thread/pthread/SDL_syssem.c
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
Generating dependencies for ./src/thread/pthread/SDL_syscond.c
Generating dependencies for ./src/audio/macosx/SDL_coreaudio.c
Generating dependencies for ./src/joystick/darwin/SDL_sysjoystick.c
Generating dependencies for ./src/cdrom/macosx/AudioFilePlayer.c
Generating dependencies for ./src/cdrom/macosx/AudioFileReaderThread.c
Generating dependencies for ./src/cdrom/macosx/CDPlayer.c
Generating dependencies for ./src/cdrom/macosx/SDLOSXCAGuard.c
Generating dependencies for ./src/cdrom/macosx/SDL_syscdrom.c
Generating dependencies for ./src/timer/unix/SDL_systimer.c
Generating dependencies for ./src/main/macosx/SDLMain.m
==> make install
make install
/bin/sh build-scripts/mkinstalldirs build
mkdir -p -- build
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -o build/SDL.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -fno-common -DPIC -o build/.libs/SDL.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -o build/SDL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -o build/SDL_error.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -fno-common -DPIC -o build/.libs/SDL_error.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -o build/SDL_error.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -fno-common -DPIC -o build/.libs/SDL_fatal.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -fno-common -DPIC -o build/.libs/SDL_audio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -fno-common -DPIC -o build/.libs/SDL_audiocvt.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -fno-common -DPIC -o build/.libs/SDL_audiodev.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -fno-common -DPIC -o build/.libs/SDL_mixer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -fno-common -DPIC -o build/.libs/SDL_mixer_MMX.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -fno-common -DPIC -o build/.libs/SDL_mixer_MMX_VC.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -fno-common -DPIC -o build/.libs/SDL_mixer_m68k.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -fno-common -DPIC -o build/.libs/SDL_wave.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -fno-common -DPIC -o build/.libs/SDL_cdrom.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -fno-common -DPIC -o build/.libs/SDL_cpuinfo.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -o build/SDL_active.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -fno-common -DPIC -o build/.libs/SDL_active.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -o build/SDL_active.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -o build/SDL_events.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -fno-common -DPIC -o build/.libs/SDL_events.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -o build/SDL_events.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -fno-common -DPIC -o build/.libs/SDL_expose.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -fno-common -DPIC -o build/.libs/SDL_keyboard.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -fno-common -DPIC -o build/.libs/SDL_mouse.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -fno-common -DPIC -o build/.libs/SDL_quit.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -fno-common -DPIC -o build/.libs/SDL_resize.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -fno-common -DPIC -o build/.libs/SDL_rwops.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -fno-common -DPIC -o build/.libs/SDL_getenv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -fno-common -DPIC -o build/.libs/SDL_iconv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -fno-common -DPIC -o build/.libs/SDL_malloc.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -fno-common -DPIC -o build/.libs/SDL_qsort.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -fno-common -DPIC -o build/.libs/SDL_stdlib.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -fno-common -DPIC -o build/.libs/SDL_string.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -fno-common -DPIC -o build/.libs/SDL_thread.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -fno-common -DPIC -o build/.libs/SDL_timer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -fno-common -DPIC -o build/.libs/SDL_RLEaccel.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -fno-common -DPIC -o build/.libs/SDL_blit.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -fno-common -DPIC -o build/.libs/SDL_blit_0.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -fno-common -DPIC -o build/.libs/SDL_blit_1.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -fno-common -DPIC -o build/.libs/SDL_blit_A.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -fno-common -DPIC -o build/.libs/SDL_blit_N.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -fno-common -DPIC -o build/.libs/SDL_bmp.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -fno-common -DPIC -o build/.libs/SDL_cursor.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -fno-common -DPIC -o build/.libs/SDL_gamma.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -fno-common -DPIC -o build/.libs/SDL_pixels.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -fno-common -DPIC -o build/.libs/SDL_stretch.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -fno-common -DPIC -o build/.libs/SDL_surface.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -o build/SDL_video.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -fno-common -DPIC -o build/.libs/SDL_video.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -o build/SDL_video.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -fno-common -DPIC -o build/.libs/SDL_yuv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -fno-common -DPIC -o build/.libs/SDL_yuv_mmx.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -fno-common -DPIC -o build/.libs/SDL_yuv_sw.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -fno-common -DPIC -o build/.libs/SDL_joystick.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -fno-common -DPIC -o build/.libs/SDL_nullevents.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -fno-common -DPIC -o build/.libs/SDL_nullmouse.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -fno-common -DPIC -o build/.libs/SDL_nullvideo.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -fno-common -DPIC -o build/.libs/SDL_diskaudio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -fno-common -DPIC -o build/.libs/SDL_dummyaudio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -fno-common -DPIC -o build/.libs/SDL_sysloadso.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -o build/SDL_QuartzEvents.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -fno-common -DPIC -o build/.libs/SDL_QuartzEvents.o
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32,
from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,
from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:20,
from /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:8,
from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:104,
from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
from ./src/video/quartz/SDL_QuartzVideo.h:54,
from ./src/video/quartz/SDL_QuartzEvents.m:24:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:115: error: expected specifier-qualifier-list before 'vector'
make: *** [build/SDL_QuartzEvents.lo] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 9274806523f57b4b09a2246e17074a0f5f0da1c4
CPU: single-core 32-bit g3
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
X11: 1.1.3 => /usr/X11R6
==> ENV
CC: /usr/local/bin/gcc-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/gcc-4.2
CXX: /usr/local/bin/g++-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/g++-4.2
CFLAGS: -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4
CXXFLAGS: -Os -w -pipe -mcpu=750 -isystem /usr/X11R6/include -mmacosx-version-min=10.4
CPPFLAGS: -F/usr/local/Frameworks -isystem /usr/X11R6/include
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib
MAKEFLAGS: -j1
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.4
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: /usr/local/bin/gcc-4.2
PATH: /usr/local/bin:/usr/local/sbin:/usr/local/Cellar/ruby/1.9.3-p362:~/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/Library/Contributions/cmd
Error: sdl did not build
Logs: /Users/theodorewaddell/Library/Logs/Homebrew/sdl/config.log
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install sdl
==> Downloading http://www.libsdl.org/release/SDL-1.2.15.tar.gz
Already downloaded: /Library/Caches/Homebrew/sdl-1.2.15.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/sdl-1.2.15.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
./configure --prefix=/usr/local/Cellar/sdl/1.2.15 --disable-nasm --without-x
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for gcc... /usr/local/bin/gcc-4.2
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from /usr/local/bin/gcc-4.2 object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... otool64
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/bin/gcc-4.2 static flag -static works... no
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.0 dyld
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... yes
checking whether byte ordering is bigendian... yes
checking for gcc... (cached) /usr/local/bin/gcc-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... (cached) yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/bin/g++-4.2 accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/local/bin/g++-4.2 accepts -g... (cached) yes
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E
checking for ld used by /usr/local/bin/g++-4.2... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking for /usr/local/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/local/bin/g++-4.2 static flag -static works... no
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.11.0 dyld
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 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... no
checking malloc.h presence... no
checking for malloc.h... no
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... yes
checking for strlcat... yes
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... no
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for libiconv_open in -liconv... yes
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... yes
checking for Cocoa framework... yes
checking for X... disabled
checking for OpenGL (GLX) support... yes
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... no
checking for Altivec with GCC altivec.h and -maltivec option... 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 ./src/SDL.c
Generating dependencies for ./src/SDL_error.c
Generating dependencies for ./src/SDL_fatal.c
Generating dependencies for ./src/audio/SDL_audio.c
Generating dependencies for ./src/audio/SDL_audiocvt.c
Generating dependencies for ./src/audio/SDL_audiodev.c
Generating dependencies for ./src/audio/SDL_mixer.c
Generating dependencies for ./src/audio/SDL_mixer_MMX.c
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
Generating dependencies for ./src/audio/SDL_mixer_m68k.c
Generating dependencies for ./src/audio/SDL_wave.c
Generating dependencies for ./src/cdrom/SDL_cdrom.c
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
Generating dependencies for ./src/events/SDL_active.c
Generating dependencies for ./src/events/SDL_events.c
Generating dependencies for ./src/events/SDL_expose.c
Generating dependencies for ./src/events/SDL_keyboard.c
Generating dependencies for ./src/events/SDL_mouse.c
Generating dependencies for ./src/events/SDL_quit.c
Generating dependencies for ./src/events/SDL_resize.c
Generating dependencies for ./src/file/SDL_rwops.c
Generating dependencies for ./src/stdlib/SDL_getenv.c
Generating dependencies for ./src/stdlib/SDL_iconv.c
Generating dependencies for ./src/stdlib/SDL_malloc.c
Generating dependencies for ./src/stdlib/SDL_qsort.c
Generating dependencies for ./src/stdlib/SDL_stdlib.c
Generating dependencies for ./src/stdlib/SDL_string.c
Generating dependencies for ./src/thread/SDL_thread.c
Generating dependencies for ./src/timer/SDL_timer.c
Generating dependencies for ./src/video/SDL_RLEaccel.c
Generating dependencies for ./src/video/SDL_blit.c
Generating dependencies for ./src/video/SDL_blit_0.c
Generating dependencies for ./src/video/SDL_blit_1.c
Generating dependencies for ./src/video/SDL_blit_A.c
Generating dependencies for ./src/video/SDL_blit_N.c
Generating dependencies for ./src/video/SDL_bmp.c
Generating dependencies for ./src/video/SDL_cursor.c
Generating dependencies for ./src/video/SDL_gamma.c
Generating dependencies for ./src/video/SDL_pixels.c
Generating dependencies for ./src/video/SDL_stretch.c
Generating dependencies for ./src/video/SDL_surface.c
Generating dependencies for ./src/video/SDL_video.c
Generating dependencies for ./src/video/SDL_yuv.c
Generating dependencies for ./src/video/SDL_yuv_mmx.c
Generating dependencies for ./src/video/SDL_yuv_sw.c
Generating dependencies for ./src/joystick/SDL_joystick.c
Generating dependencies for ./src/video/dummy/SDL_nullevents.c
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
Generating dependencies for ./src/video/quartz/SDL_QuartzEvents.m
Generating dependencies for ./src/video/quartz/SDL_QuartzGL.m
Generating dependencies for ./src/video/quartz/SDL_QuartzVideo.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWM.m
Generating dependencies for ./src/video/quartz/SDL_QuartzWindow.m
Generating dependencies for ./src/thread/pthread/SDL_systhread.c
Generating dependencies for ./src/thread/pthread/SDL_syssem.c
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
Generating dependencies for ./src/thread/pthread/SDL_syscond.c
Generating dependencies for ./src/audio/macosx/SDL_coreaudio.c
Generating dependencies for ./src/joystick/darwin/SDL_sysjoystick.c
Generating dependencies for ./src/cdrom/macosx/AudioFilePlayer.c
Generating dependencies for ./src/cdrom/macosx/AudioFileReaderThread.c
Generating dependencies for ./src/cdrom/macosx/CDPlayer.c
Generating dependencies for ./src/cdrom/macosx/SDLOSXCAGuard.c
Generating dependencies for ./src/cdrom/macosx/SDL_syscdrom.c
Generating dependencies for ./src/timer/unix/SDL_systimer.c
Generating dependencies for ./src/main/macosx/SDLMain.m
==> make install
make install
/bin/sh build-scripts/mkinstalldirs build
mkdir -p -- build
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -o build/SDL.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -fno-common -DPIC -o build/.libs/SDL.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL.c -o build/SDL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -o build/SDL_error.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -fno-common -DPIC -o build/.libs/SDL_error.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_error.c -o build/SDL_error.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -fno-common -DPIC -o build/.libs/SDL_fatal.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -fno-common -DPIC -o build/.libs/SDL_audio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -fno-common -DPIC -o build/.libs/SDL_audiocvt.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -fno-common -DPIC -o build/.libs/SDL_audiodev.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -fno-common -DPIC -o build/.libs/SDL_mixer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -fno-common -DPIC -o build/.libs/SDL_mixer_MMX.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -fno-common -DPIC -o build/.libs/SDL_mixer_MMX_VC.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -fno-common -DPIC -o build/.libs/SDL_mixer_m68k.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -fno-common -DPIC -o build/.libs/SDL_wave.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -fno-common -DPIC -o build/.libs/SDL_cdrom.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -fno-common -DPIC -o build/.libs/SDL_cpuinfo.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -o build/SDL_active.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -fno-common -DPIC -o build/.libs/SDL_active.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_active.c -o build/SDL_active.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -o build/SDL_events.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -fno-common -DPIC -o build/.libs/SDL_events.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_events.c -o build/SDL_events.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -fno-common -DPIC -o build/.libs/SDL_expose.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -fno-common -DPIC -o build/.libs/SDL_keyboard.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -fno-common -DPIC -o build/.libs/SDL_mouse.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -fno-common -DPIC -o build/.libs/SDL_quit.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -fno-common -DPIC -o build/.libs/SDL_resize.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -fno-common -DPIC -o build/.libs/SDL_rwops.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -fno-common -DPIC -o build/.libs/SDL_getenv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -fno-common -DPIC -o build/.libs/SDL_iconv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -fno-common -DPIC -o build/.libs/SDL_malloc.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -fno-common -DPIC -o build/.libs/SDL_qsort.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -fno-common -DPIC -o build/.libs/SDL_stdlib.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -fno-common -DPIC -o build/.libs/SDL_string.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -fno-common -DPIC -o build/.libs/SDL_thread.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -fno-common -DPIC -o build/.libs/SDL_timer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -fno-common -DPIC -o build/.libs/SDL_RLEaccel.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -fno-common -DPIC -o build/.libs/SDL_blit.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -fno-common -DPIC -o build/.libs/SDL_blit_0.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -fno-common -DPIC -o build/.libs/SDL_blit_1.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -fno-common -DPIC -o build/.libs/SDL_blit_A.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -fno-common -DPIC -o build/.libs/SDL_blit_N.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -fno-common -DPIC -o build/.libs/SDL_bmp.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -fno-common -DPIC -o build/.libs/SDL_cursor.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -fno-common -DPIC -o build/.libs/SDL_gamma.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -fno-common -DPIC -o build/.libs/SDL_pixels.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -fno-common -DPIC -o build/.libs/SDL_stretch.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -fno-common -DPIC -o build/.libs/SDL_surface.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -o build/SDL_video.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -fno-common -DPIC -o build/.libs/SDL_video.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_video.c -o build/SDL_video.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -fno-common -DPIC -o build/.libs/SDL_yuv.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -fno-common -DPIC -o build/.libs/SDL_yuv_mmx.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -fno-common -DPIC -o build/.libs/SDL_yuv_sw.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -fno-common -DPIC -o build/.libs/SDL_joystick.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -fno-common -DPIC -o build/.libs/SDL_nullevents.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -fno-common -DPIC -o build/.libs/SDL_nullmouse.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -fno-common -DPIC -o build/.libs/SDL_nullvideo.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -fno-common -DPIC -o build/.libs/SDL_diskaudio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -fno-common -DPIC -o build/.libs/SDL_dummyaudio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -fno-common -DPIC -o build/.libs/SDL_sysloadso.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -o build/SDL_QuartzEvents.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -fno-common -DPIC -o build/.libs/SDL_QuartzEvents.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzEvents.m -o build/SDL_QuartzEvents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m -o build/SDL_QuartzGL.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m -fno-common -DPIC -o build/.libs/SDL_QuartzGL.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzGL.m -o build/SDL_QuartzGL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m -o build/SDL_QuartzVideo.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m -fno-common -DPIC -o build/.libs/SDL_QuartzVideo.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzVideo.m -o build/SDL_QuartzVideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m -o build/SDL_QuartzWM.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m -fno-common -DPIC -o build/.libs/SDL_QuartzWM.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWM.m -o build/SDL_QuartzWM.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m -o build/SDL_QuartzWindow.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m -fno-common -DPIC -o build/.libs/SDL_QuartzWindow.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/video/quartz/SDL_QuartzWindow.m -o build/SDL_QuartzWindow.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c -fno-common -DPIC -o build/.libs/SDL_systhread.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_systhread.c -o build/SDL_systhread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c -fno-common -DPIC -o build/.libs/SDL_syssem.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syssem.c -o build/SDL_syssem.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c -fno-common -DPIC -o build/.libs/SDL_sysmutex.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_sysmutex.c -o build/SDL_sysmutex.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c -fno-common -DPIC -o build/.libs/SDL_syscond.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/thread/pthread/SDL_syscond.c -o build/SDL_syscond.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c -o build/SDL_coreaudio.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c -fno-common -DPIC -o build/.libs/SDL_coreaudio.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/audio/macosx/SDL_coreaudio.c -o build/SDL_coreaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c -o build/SDL_sysjoystick.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c -fno-common -DPIC -o build/.libs/SDL_sysjoystick.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/joystick/darwin/SDL_sysjoystick.c -o build/SDL_sysjoystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c -o build/AudioFilePlayer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c -fno-common -DPIC -o build/.libs/AudioFilePlayer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFilePlayer.c -o build/AudioFilePlayer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c -o build/AudioFileReaderThread.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c -fno-common -DPIC -o build/.libs/AudioFileReaderThread.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/AudioFileReaderThread.c -o build/AudioFileReaderThread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c -o build/CDPlayer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c -fno-common -DPIC -o build/.libs/CDPlayer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/CDPlayer.c -o build/CDPlayer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c -o build/SDLOSXCAGuard.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c -fno-common -DPIC -o build/.libs/SDLOSXCAGuard.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDLOSXCAGuard.c -o build/SDLOSXCAGuard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c -o build/SDL_syscdrom.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c -fno-common -DPIC -o build/.libs/SDL_syscdrom.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/cdrom/macosx/SDL_syscdrom.c -o build/SDL_syscdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c -fno-common -DPIC -o build/.libs/SDL_systimer.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/timer/unix/SDL_systimer.c -o build/SDL_systimer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link /usr/local/bin/gcc-4.2 -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_QuartzEvents.lo build/SDL_QuartzGL.lo build/SDL_QuartzVideo.lo build/SDL_QuartzWM.lo build/SDL_QuartzWindow.lo build/SDL_systhread.lo build/SDL_syssem.lo build/SDL_sysmutex.lo build/SDL_syscond.lo build/SDL_coreaudio.lo build/SDL_sysjoystick.lo build/AudioFilePlayer.lo build/AudioFileReaderThread.lo build/CDPlayer.lo build/SDLOSXCAGuard.lo build/SDL_syscdrom.lo build/SDL_systimer.lo -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib -Wl,-framework,OpenGL -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit -no-undefined -rpath /usr/local/Cellar/sdl/1.2.15/lib -release 1.2 -version-info 11:4:11
libtool: link: /usr/local/bin/gcc-4.2 -dynamiclib -o build/.libs/libSDL-1.2.0.dylib 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_QuartzEvents.o build/.libs/SDL_QuartzGL.o build/.libs/SDL_QuartzVideo.o build/.libs/SDL_QuartzWM.o build/.libs/SDL_QuartzWindow.o build/.libs/SDL_systhread.o build/.libs/SDL_syssem.o build/.libs/SDL_sysmutex.o build/.libs/SDL_syscond.o build/.libs/SDL_coreaudio.o build/.libs/SDL_sysjoystick.o build/.libs/AudioFilePlayer.o build/.libs/AudioFileReaderThread.o build/.libs/CDPlayer.o build/.libs/SDLOSXCAGuard.o build/.libs/SDL_syscdrom.o build/.libs/SDL_systimer.o -L/usr/local/lib -L/usr/X11R6/lib -F/usr/local/Frameworks -Wl,-framework -Wl,OpenGL -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,ApplicationServices -Wl,-framework -Wl,Carbon -Wl,-framework -Wl,AudioToolbox -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,IOKit -install_name /usr/local/Cellar/sdl/1.2.15/lib/libSDL-1.2.0.dylib -compatibility_version 12 -current_version 12.4 -Wl,-single_module
libtool: link: dsymutil build/.libs/libSDL-1.2.0.dylib || :
libtool: link: (cd "build/.libs" && rm -f "libSDL.dylib" && ln -s "libSDL-1.2.0.dylib" "libSDL.dylib")
libtool: link: ar cru build/.libs/libSDL.a build/SDL.o build/SDL_error.o build/SDL_fatal.o build/SDL_audio.o build/SDL_audiocvt.o build/SDL_audiodev.o build/SDL_mixer.o build/SDL_mixer_MMX.o build/SDL_mixer_MMX_VC.o build/SDL_mixer_m68k.o build/SDL_wave.o build/SDL_cdrom.o build/SDL_cpuinfo.o build/SDL_active.o build/SDL_events.o build/SDL_expose.o build/SDL_keyboard.o build/SDL_mouse.o build/SDL_quit.o build/SDL_resize.o build/SDL_rwops.o build/SDL_getenv.o build/SDL_iconv.o build/SDL_malloc.o build/SDL_qsort.o build/SDL_stdlib.o build/SDL_string.o build/SDL_thread.o build/SDL_timer.o build/SDL_RLEaccel.o build/SDL_blit.o build/SDL_blit_0.o build/SDL_blit_1.o build/SDL_blit_A.o build/SDL_blit_N.o build/SDL_bmp.o build/SDL_cursor.o build/SDL_gamma.o build/SDL_pixels.o build/SDL_stretch.o build/SDL_surface.o build/SDL_video.o build/SDL_yuv.o build/SDL_yuv_mmx.o build/SDL_yuv_sw.o build/SDL_joystick.o build/SDL_nullevents.o build/SDL_nullmouse.o build/SDL_nullvideo.o build/SDL_diskaudio.o build/SDL_dummyaudio.o build/SDL_sysloadso.o build/SDL_QuartzEvents.o build/SDL_QuartzGL.o build/SDL_QuartzVideo.o build/SDL_QuartzWM.o build/SDL_QuartzWindow.o build/SDL_systhread.o build/SDL_syssem.o build/SDL_sysmutex.o build/SDL_syscond.o build/SDL_coreaudio.o build/SDL_sysjoystick.o build/AudioFilePlayer.o build/AudioFileReaderThread.o build/CDPlayer.o build/SDLOSXCAGuard.o build/SDL_syscdrom.o build/SDL_systimer.o
ranlib: file: build/.libs/libSDL.a(SDL_audiodev.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_m68k.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_getenv.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_malloc.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_qsort.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_stdlib.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_yuv_mmx.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_nullmouse.o) has no symbols
libtool: link: ranlib build/.libs/libSDL.a
ranlib: file: build/.libs/libSDL.a(SDL_audiodev.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_mixer_m68k.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_getenv.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_malloc.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_qsort.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_stdlib.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_yuv_mmx.o) has no symbols
ranlib: file: build/.libs/libSDL.a(SDL_nullmouse.o) has no symbols
libtool: link: ( cd "build/.libs" && rm -f "libSDL.la" && ln -s "../libSDL.la" "libSDL.la" )
/bin/sh ./libtool --mode=compile /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m -o build/SDLMain.lo
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m -fno-common -DPIC -o build/.libs/SDLMain.o
libtool: compile: /usr/local/bin/gcc-4.2 -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4 -F/usr/local/Frameworks -isystem /usr/X11R6/include -I./include -D_GNU_SOURCE=1 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -maltivec -force_cpusubtype_ALL -fpascal-strings -Wall -c ./src/main/macosx/SDLMain.m -o build/SDLMain.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link /usr/local/bin/gcc-4.2 -o build/libSDLmain.la build/SDLMain.lo -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib -Wl,-framework,OpenGL -Wl,-framework,Cocoa -Wl,-framework,ApplicationServices -Wl,-framework,Carbon -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit -Wl,-framework,IOKit -no-undefined -rpath /usr/local/Cellar/sdl/1.2.15/lib -release 1.2 -version-info 11:4:11 -static
libtool: link: ar cru build/.libs/libSDLmain.a build/SDLMain.o
libtool: link: ranlib build/.libs/libSDLmain.a
libtool: link: ( cd "build/.libs" && rm -f "libSDLmain.la" && ln -s "../libSDLmain.la" "libSDLmain.la" )
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/bin
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/bin
/usr/bin/install -c -m 755 sdl-config /usr/local/Cellar/sdl/1.2.15/bin/sdl-config
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/include/SDL
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/include/SDL
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 ./include/$file /usr/local/Cellar/sdl/1.2.15/include/SDL/$file; \
done
/usr/bin/install -c -m 644 include/SDL_config.h /usr/local/Cellar/sdl/1.2.15/include/SDL/SDL_config.h
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/lib
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDL.la /usr/local/Cellar/sdl/1.2.15/lib/libSDL.la
libtool: install: /usr/bin/install -c build/.libs/libSDL-1.2.0.dylib /usr/local/Cellar/sdl/1.2.15/lib/libSDL-1.2.0.dylib
libtool: install: (cd /usr/local/Cellar/sdl/1.2.15/lib && { ln -s -f libSDL-1.2.0.dylib libSDL.dylib || { rm -f libSDL.dylib && ln -s libSDL-1.2.0.dylib libSDL.dylib; }; })
libtool: install: /usr/bin/install -c build/.libs/libSDL.lai /usr/local/Cellar/sdl/1.2.15/lib/libSDL.la
libtool: install: /usr/bin/install -c build/.libs/libSDL.a /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a
libtool: install: chmod 644 /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a
libtool: install: ranlib /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_audiodev.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_mixer_MMX.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_mixer_MMX_VC.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_mixer_m68k.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_getenv.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_malloc.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_qsort.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_stdlib.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_yuv_mmx.o) has no symbols
ranlib: file: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.a(SDL_nullmouse.o) has no symbols
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/Cellar/sdl/1.2.15/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ./libtool --mode=install /usr/bin/install -c build/libSDLmain.la /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.lai /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.la
libtool: install: /usr/bin/install -c build/.libs/libSDLmain.a /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.a
libtool: install: chmod 644 /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.a
libtool: install: ranlib /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/Cellar/sdl/1.2.15/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/share/aclocal
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/share/aclocal
/usr/bin/install -c -m 644 ./sdl.m4 /usr/local/Cellar/sdl/1.2.15/share/aclocal/sdl.m4
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/lib/pkgconfig
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/lib/pkgconfig
/usr/bin/install -c -m 644 sdl.pc /usr/local/Cellar/sdl/1.2.15/lib/pkgconfig
/bin/sh build-scripts/mkinstalldirs /usr/local/Cellar/sdl/1.2.15/share/man/man3
mkdir -p -- /usr/local/Cellar/sdl/1.2.15/share/man/man3
for src in ./docs/man3/*.3; do \
file=`echo $src | sed -e 's|^.*/||'`; \
/usr/bin/install -c -m 644 $src /usr/local/Cellar/sdl/1.2.15/share/man/man3/$file; \
done
==> Cleaning
rm: /usr/local/Cellar/sdl/1.2.15/lib/libSDLmain.la
rm: /usr/local/Cellar/sdl/1.2.15/lib/libSDL.la
==> Finishing up
ln -s ../Cellar/sdl/1.2.15/bin/sdl-config sdl-config
ln -s ../Cellar/sdl/1.2.15/include/SDL SDL
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDLKey.3 SDLKey.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_ToggleFullScreen.3 SDL_WM_ToggleFullScreen.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_SetIcon.3 SDL_WM_SetIcon.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_SetCaption.3 SDL_WM_SetCaption.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_IconifyWindow.3 SDL_WM_IconifyWindow.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_GrabInput.3 SDL_WM_GrabInput.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WM_GetCaption.3 SDL_WM_GetCaption.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WasInit.3 SDL_WasInit.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WarpMouse.3 SDL_WarpMouse.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WaitThread.3 SDL_WaitThread.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_WaitEvent.3 SDL_WaitEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_VideoModeOK.3 SDL_VideoModeOK.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_VideoInfo.3 SDL_VideoInfo.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_VideoDriverName.3 SDL_VideoDriverName.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UserEvent.3 SDL_UserEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UpdateRects.3 SDL_UpdateRects.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UpdateRect.3 SDL_UpdateRect.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UnlockYUVOverlay.3 SDL_UnlockYUVOverlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UnlockSurface.3 SDL_UnlockSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_UnlockAudio.3 SDL_UnlockAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ThreadID.3 SDL_ThreadID.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SysWMEvent.3 SDL_SysWMEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Surface.3 SDL_Surface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ShowCursor.3 SDL_ShowCursor.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetVideoMode.3 SDL_SetVideoMode.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetTimer.3 SDL_SetTimer.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetPalette.3 SDL_SetPalette.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetModState.3 SDL_SetModState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetGammaRamp.3 SDL_SetGammaRamp.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetGamma.3 SDL_SetGamma.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetEventFilter.3 SDL_SetEventFilter.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetCursor.3 SDL_SetCursor.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetColors.3 SDL_SetColors.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetColorKey.3 SDL_SetColorKey.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetClipRect.3 SDL_SetClipRect.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SetAlpha.3 SDL_SetAlpha.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SemWaitTimeout.3 SDL_SemWaitTimeout.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SemWait.3 SDL_SemWait.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SemValue.3 SDL_SemValue.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SemTryWait.3 SDL_SemTryWait.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SemPost.3 SDL_SemPost.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_SaveBMP.3 SDL_SaveBMP.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_RWFromFile.3 SDL_RWFromFile.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ResizeEvent.3 SDL_ResizeEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_RemoveTimer.3 SDL_RemoveTimer.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Rect.3 SDL_Rect.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_QuitSubSystem.3 SDL_QuitSubSystem.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_QuitEvent.3 SDL_QuitEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Quit.3 SDL_Quit.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PushEvent.3 SDL_PushEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PumpEvents.3 SDL_PumpEvents.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PollEvent.3 SDL_PollEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PixelFormat.3 SDL_PixelFormat.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PeepEvents.3 SDL_PeepEvents.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_PauseAudio.3 SDL_PauseAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Palette.3 SDL_Palette.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Overlay.3 SDL_Overlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_OpenAudio.3 SDL_OpenAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_NumJoysticks.3 SDL_NumJoysticks.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_mutexV.3 SDL_mutexV.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_mutexP.3 SDL_mutexP.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_MouseMotionEvent.3 SDL_MouseMotionEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_MouseButtonEvent.3 SDL_MouseButtonEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_MixAudio.3 SDL_MixAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_MapRGBA.3 SDL_MapRGBA.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_MapRGB.3 SDL_MapRGB.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_LockYUVOverlay.3 SDL_LockYUVOverlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_LockSurface.3 SDL_LockSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_LockAudio.3 SDL_LockAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_LoadWAV.3 SDL_LoadWAV.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_LoadBMP.3 SDL_LoadBMP.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ListModes.3 SDL_ListModes.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_KillThread.3 SDL_KillThread.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_keysym.3 SDL_keysym.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_KeyboardEvent.3 SDL_KeyboardEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickUpdate.3 SDL_JoystickUpdate.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickOpened.3 SDL_JoystickOpened.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickOpen.3 SDL_JoystickOpen.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickNumHats.3 SDL_JoystickNumHats.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickNumButtons.3 SDL_JoystickNumButtons.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickNumBalls.3 SDL_JoystickNumBalls.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickNumAxes.3 SDL_JoystickNumAxes.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickName.3 SDL_JoystickName.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickIndex.3 SDL_JoystickIndex.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickGetHat.3 SDL_JoystickGetHat.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickGetButton.3 SDL_JoystickGetButton.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickGetBall.3 SDL_JoystickGetBall.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickGetAxis.3 SDL_JoystickGetAxis.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickEventState.3 SDL_JoystickEventState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoystickClose.3 SDL_JoystickClose.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoyHatEvent.3 SDL_JoyHatEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoyButtonEvent.3 SDL_JoyButtonEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoyBallEvent.3 SDL_JoyBallEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_JoyAxisEvent.3 SDL_JoyAxisEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_InitSubSystem.3 SDL_InitSubSystem.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Init.3 SDL_Init.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GLattr.3 SDL_GLattr.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GL_SwapBuffers.3 SDL_GL_SwapBuffers.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GL_SetAttribute.3 SDL_GL_SetAttribute.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GL_LoadLibrary.3 SDL_GL_LoadLibrary.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GL_GetProcAddress.3 SDL_GL_GetProcAddress.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GL_GetAttribute.3 SDL_GL_GetAttribute.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetVideoSurface.3 SDL_GetVideoSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetVideoInfo.3 SDL_GetVideoInfo.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetTicks.3 SDL_GetTicks.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetThreadID.3 SDL_GetThreadID.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetRGBA.3 SDL_GetRGBA.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetRGB.3 SDL_GetRGB.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetRelativeMouseState.3 SDL_GetRelativeMouseState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetMouseState.3 SDL_GetMouseState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetModState.3 SDL_GetModState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetKeyState.3 SDL_GetKeyState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetKeyName.3 SDL_GetKeyName.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetGammaRamp.3 SDL_GetGammaRamp.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetGamma.3 SDL_GetGamma.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetEventFilter.3 SDL_GetEventFilter.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetError.3 SDL_GetError.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetCursor.3 SDL_GetCursor.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetClipRect.3 SDL_GetClipRect.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetAudioStatus.3 SDL_GetAudioStatus.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_GetAppState.3 SDL_GetAppState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_FreeYUVOverlay.3 SDL_FreeYUVOverlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_FreeWAV.3 SDL_FreeWAV.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_FreeSurface.3 SDL_FreeSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_FreeCursor.3 SDL_FreeCursor.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Flip.3 SDL_Flip.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_FillRect.3 SDL_FillRect.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ExposeEvent.3 SDL_ExposeEvent.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_EventState.3 SDL_EventState.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Event.3 SDL_Event.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_EnableUNICODE.3 SDL_EnableUNICODE.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_EnableKeyRepeat.3 SDL_EnableKeyRepeat.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DisplayYUVOverlay.3 SDL_DisplayYUVOverlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DisplayFormatAlpha.3 SDL_DisplayFormatAlpha.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DisplayFormat.3 SDL_DisplayFormat.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DestroySemaphore.3 SDL_DestroySemaphore.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DestroyMutex.3 SDL_DestroyMutex.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_DestroyCond.3 SDL_DestroyCond.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Delay.3 SDL_Delay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateYUVOverlay.3 SDL_CreateYUVOverlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateThread.3 SDL_CreateThread.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateSemaphore.3 SDL_CreateSemaphore.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateRGBSurfaceFrom.3 SDL_CreateRGBSurfaceFrom.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateRGBSurface.3 SDL_CreateRGBSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateMutex.3 SDL_CreateMutex.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateCursor.3 SDL_CreateCursor.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CreateCond.3 SDL_CreateCond.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ConvertSurface.3 SDL_ConvertSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ConvertAudio.3 SDL_ConvertAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CondWaitTimeout.3 SDL_CondWaitTimeout.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CondWait.3 SDL_CondWait.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CondSignal.3 SDL_CondSignal.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CondBroadcast.3 SDL_CondBroadcast.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_Color.3 SDL_Color.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CloseAudio.3 SDL_CloseAudio.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDtrack.3 SDL_CDtrack.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDStop.3 SDL_CDStop.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDStatus.3 SDL_CDStatus.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDResume.3 SDL_CDResume.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDPlayTracks.3 SDL_CDPlayTracks.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDPlay.3 SDL_CDPlay.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDPause.3 SDL_CDPause.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDOpen.3 SDL_CDOpen.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDNumDrives.3 SDL_CDNumDrives.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDName.3 SDL_CDName.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDEject.3 SDL_CDEject.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CDClose.3 SDL_CDClose.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_CD.3 SDL_CD.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_BuildAudioCVT.3 SDL_BuildAudioCVT.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_BlitSurface.3 SDL_BlitSurface.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_AudioSpec.3 SDL_AudioSpec.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_AudioCVT.3 SDL_AudioCVT.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_AddTimer.3 SDL_AddTimer.3
ln -s ../../../Cellar/sdl/1.2.15/share/man/man3/SDL_ActiveEvent.3 SDL_ActiveEvent.3
ln -s ../../Cellar/sdl/1.2.15/share/aclocal/sdl.m4 sdl.m4
ln -s ../../Cellar/sdl/1.2.15/lib/pkgconfig/sdl.pc sdl.pc
ln -s ../Cellar/sdl/1.2.15/lib/libSDLmain.a libSDLmain.a
ln -s ../Cellar/sdl/1.2.15/lib/libSDL.dylib libSDL.dylib
ln -s ../Cellar/sdl/1.2.15/lib/libSDL.a libSDL.a
ln -s ../Cellar/sdl/1.2.15/lib/libSDL-1.2.0.dylib libSDL-1.2.0.dylib
ln -s ../../Cellar/sdl/1.2.15 sdl
ln -s ../Cellar/sdl/1.2.15 sdl
==> Summary
/usr/local/Cellar/sdl/1.2.15: 223 files, 2.2M, built in 10.4 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment