Skip to content

Instantly share code, notes, and snippets.

Created November 14, 2014 16:02
Show Gist options
  • Save anonymous/fd10b7a51558a050979e to your computer and use it in GitHub Desktop.
Save anonymous/fd10b7a51558a050979e to your computer and use it in GitHub Desktop.
2014-11-14 09:54:43 -0600
make
-C
src
osx
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_sndfile.c -o util_sndfile.o
bison -dv -b chuck chuck.y
flex -ochuck.yy.c chuck.lex
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_math.c -o util_math.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_network.c -o util_network.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_raw.c -o util_raw.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_xforms.c -o util_xforms.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_absyn.cpp -o chuck_absyn.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_parse.cpp -o chuck_parse.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_errmsg.cpp -o chuck_errmsg.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_frame.cpp -o chuck_frame.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_symbol.cpp -o chuck_symbol.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_table.cpp -o chuck_table.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_utils.cpp -o chuck_utils.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_vm.cpp -o chuck_vm.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_instr.cpp -o chuck_instr.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_scan.cpp -o chuck_scan.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_type.cpp -o chuck_type.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_emit.cpp -o chuck_emit.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_compile.cpp -o chuck_compile.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_dl.cpp -o chuck_dl.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_oo.cpp -o chuck_oo.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_lang.cpp -o chuck_lang.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_ugen.cpp -o chuck_ugen.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_main.cpp -o chuck_main.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_otf.cpp -o chuck_otf.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_stats.cpp -o chuck_stats.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_bbq.cpp -o chuck_bbq.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_shell.cpp -o chuck_shell.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_console.cpp -o chuck_console.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_globals.cpp -o chuck_globals.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_io.cpp -o chuck_io.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c digiio_rtaudio.cpp -o digiio_rtaudio.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c hidio_sdl.cpp -o hidio_sdl.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c midiio_rtmidi.cpp -o midiio_rtmidi.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c RtAudio/RtAudio.cpp -o RtAudio/RtAudio.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c rtmidi.cpp -o rtmidi.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_osc.cpp -o ugen_osc.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_filter.cpp -o ugen_filter.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_stk.cpp -o ugen_stk.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_xxx.cpp -o ugen_xxx.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_machine.cpp -o ulib_machine.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_math.cpp -o ulib_math.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_std.cpp -o ulib_std.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_opsc.cpp -o ulib_opsc.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_regex.cpp -o ulib_regex.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_buffers.cpp -o util_buffers.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_console.cpp -o util_console.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_string.cpp -o util_string.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_thread.cpp -o util_thread.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_opsc.cpp -o util_opsc.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_serial.cpp -o util_serial.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_hid.cpp -o util_hid.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c uana_xform.cpp -o uana_xform.o
clang++ -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c uana_extract.cpp -o uana_extract.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/address.c -o lo/address.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/blob.c -o lo/blob.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/bundle.c -o lo/bundle.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/message.c -o lo/message.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/method.c -o lo/method.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/pattern_match.c -o lo/pattern_match.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/send.c -o lo/send.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/server.c -o lo/server.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/server_thread.c -o lo/server_thread.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/timetag.c -o lo/timetag.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck.tab.c -o chuck.tab.o
clang -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck.yy.c -o chuck.yy.o
clang++ -o chuck util_sndfile.o chuck.tab.o chuck.yy.o util_math.o util_network.o util_raw.o util_xforms.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o chuck_io.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o RtAudio/RtAudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o ulib_regex.o util_buffers.o util_console.o util_string.o util_thread.o util_opsc.o util_serial.o util_hid.o uana_xform.o uana_extract.o lo/address.o lo/blob.o lo/bundle.o lo/message.o lo/method.o lo/pattern_match.o lo/send.o lo/server.o lo/server_thread.o lo/timetag.o -isysroot /Developer/SDKs/MacOSX10.4u.sdk -framework CoreAudio -framework CoreMIDI -framework CoreFoundation -framework IOKit -framework Carbon -framework AppKit -framework Foundation -lstdc++ -lm
Undefined symbols for architecture x86_64:
"_MTDeviceCreateList", referenced from:
MultiTouchDevice_init() in util_hid.o
"_MTDeviceStart", referenced from:
MultiTouchDevice_open(int) in util_hid.o
"_MTDeviceStop", referenced from:
MultiTouchDevice_close(int) in util_hid.o
"_MTRegisterContactFrameCallback", referenced from:
MultiTouchDevice_open(int) in util_hid.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [chuck] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: 4c15d49fa2977e25e962412d59d7e1b486570731
CPU: 16-core 64-bit nehalem
OS X: 10.10-x86_64
Xcode: 6.1
CLT: 6.1.0.0.1.1413057044
X11: 2.7.7 => /opt/X11
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_network.c -o util_network.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_network.c -o util_network.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_math.c -o util_math.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_math.c -o util_math.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_sndfile.c -o util_sndfile.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_sndfile.c -o util_sndfile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_raw.c -o util_raw.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_raw.c -o util_raw.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_frame.cpp -o chuck_frame.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_frame.cpp -o chuck_frame.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_absyn.cpp -o chuck_absyn.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_absyn.cpp -o chuck_absyn.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_xforms.c -o util_xforms.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_xforms.c -o util_xforms.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_table.cpp -o chuck_table.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_table.cpp -o chuck_table.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_symbol.cpp -o chuck_symbol.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_symbol.cpp -o chuck_symbol.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_utils.cpp -o chuck_utils.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_utils.cpp -o chuck_utils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_errmsg.cpp -o chuck_errmsg.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_errmsg.cpp -o chuck_errmsg.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_parse.cpp -o chuck_parse.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_parse.cpp -o chuck_parse.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_vm.cpp -o chuck_vm.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_vm.cpp -o chuck_vm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_instr.cpp -o chuck_instr.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_instr.cpp -o chuck_instr.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_scan.cpp -o chuck_scan.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_scan.cpp -o chuck_scan.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ util_math.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_math.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ util_math.o -I. -Ilo -D__MACOSX_CORE__ util_math.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_utils.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_utils.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_utils.o -I. -Ilo -D__MACOSX_CORE__ chuck_utils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_symbol.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_symbol.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_symbol.o -I. -Ilo -D__MACOSX_CORE__ chuck_symbol.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_table.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_table.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_table.o -I. -Ilo -D__MACOSX_CORE__ chuck_table.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ util_network.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_network.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ util_network.o -I. -Ilo -D__MACOSX_CORE__ util_network.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_errmsg.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_errmsg.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_errmsg.o -I. -Ilo -D__MACOSX_CORE__ chuck_errmsg.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ util_xforms.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_xforms.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ util_xforms.o -I. -Ilo -D__MACOSX_CORE__ util_xforms.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_type.cpp -o chuck_type.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_type.cpp -o chuck_type.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_emit.cpp -o chuck_emit.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_emit.cpp -o chuck_emit.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ util_raw.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_raw.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ util_raw.o -I. -Ilo -D__MACOSX_CORE__ util_raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_compile.cpp -o chuck_compile.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_compile.cpp -o chuck_compile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_dl.cpp -o chuck_dl.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_dl.cpp -o chuck_dl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_oo.cpp -o chuck_oo.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_oo.cpp -o chuck_oo.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_absyn.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_absyn.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_absyn.o -I. -Ilo -D__MACOSX_CORE__ chuck_absyn.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_lang.cpp -o chuck_lang.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_lang.cpp -o chuck_lang.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_ugen.cpp -o chuck_ugen.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_ugen.cpp -o chuck_ugen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_main.cpp -o chuck_main.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_main.cpp -o chuck_main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_parse.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_parse.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_parse.o -I. -Ilo -D__MACOSX_CORE__ chuck_parse.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_otf.cpp -o chuck_otf.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_otf.cpp -o chuck_otf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_stats.cpp -o chuck_stats.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_stats.cpp -o chuck_stats.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_frame.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_frame.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_frame.o -I. -Ilo -D__MACOSX_CORE__ chuck_frame.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_bbq.cpp -o chuck_bbq.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_bbq.cpp -o chuck_bbq.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_stats.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_stats.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_stats.o -I. -Ilo -D__MACOSX_CORE__ chuck_stats.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_shell.cpp -o chuck_shell.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_shell.cpp -o chuck_shell.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_console.cpp -o chuck_console.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_console.cpp -o chuck_console.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_bbq.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_bbq.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_bbq.o -I. -Ilo -D__MACOSX_CORE__ chuck_bbq.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_console.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_console.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_console.o -I. -Ilo -D__MACOSX_CORE__ chuck_console.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_ugen.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_ugen.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_ugen.o -I. -Ilo -D__MACOSX_CORE__ chuck_ugen.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_otf.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_otf.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_otf.o -I. -Ilo -D__MACOSX_CORE__ chuck_otf.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_scan.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_scan.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_scan.o -I. -Ilo -D__MACOSX_CORE__ chuck_scan.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_globals.cpp -o chuck_globals.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_globals.cpp -o chuck_globals.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck_io.cpp -o chuck_io.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck_io.cpp -o chuck_io.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c digiio_rtaudio.cpp -o digiio_rtaudio.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c digiio_rtaudio.cpp -o digiio_rtaudio.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_compile.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_compile.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_compile.o -I. -Ilo -D__MACOSX_CORE__ chuck_compile.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c hidio_sdl.cpp -o hidio_sdl.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c hidio_sdl.cpp -o hidio_sdl.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c midiio_rtmidi.cpp -o midiio_rtmidi.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c midiio_rtmidi.cpp -o midiio_rtmidi.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_dl.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_dl.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_dl.o -I. -Ilo -D__MACOSX_CORE__ chuck_dl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c RtAudio/RtAudio.cpp -o RtAudio/RtAudio.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c RtAudio/RtAudio.cpp -o RtAudio/RtAudio.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c rtmidi.cpp -o rtmidi.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c rtmidi.cpp -o rtmidi.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_main.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_main.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_main.o -I. -Ilo -D__MACOSX_CORE__ chuck_main.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_lang.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_lang.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_lang.o -I. -Ilo -D__MACOSX_CORE__ chuck_lang.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_osc.cpp -o ugen_osc.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ugen_osc.cpp -o ugen_osc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_emit.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_emit.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_emit.o -I. -Ilo -D__MACOSX_CORE__ chuck_emit.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_globals.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_globals.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_globals.o -I. -Ilo -D__MACOSX_CORE__ chuck_globals.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_oo.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_oo.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_oo.o -I. -Ilo -D__MACOSX_CORE__ chuck_oo.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_vm.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_vm.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_vm.o -I. -Ilo -D__MACOSX_CORE__ chuck_vm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_filter.cpp -o ugen_filter.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ugen_filter.cpp -o ugen_filter.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ chuck_instr.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_instr.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_instr.o -I. -Ilo -D__MACOSX_CORE__ chuck_instr.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_stk.cpp -o ugen_stk.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ugen_stk.cpp -o ugen_stk.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ugen_xxx.cpp -o ugen_xxx.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ugen_xxx.cpp -o ugen_xxx.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_machine.cpp -o ulib_machine.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ulib_machine.cpp -o ulib_machine.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_math.cpp -o ulib_math.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ulib_math.cpp -o ulib_math.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_std.cpp -o ulib_std.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ulib_std.cpp -o ulib_std.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ digiio_rtaudio.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk digiio_rtaudio.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ digiio_rtaudio.o -I. -Ilo -D__MACOSX_CORE__ digiio_rtaudio.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_io.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_io.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_io.o -I. -Ilo -D__MACOSX_CORE__ chuck_io.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ hidio_sdl.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk hidio_sdl.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ hidio_sdl.o -I. -Ilo -D__MACOSX_CORE__ hidio_sdl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_opsc.cpp -o ulib_opsc.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ulib_opsc.cpp -o ulib_opsc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c ulib_regex.cpp -o ulib_regex.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c ulib_regex.cpp -o ulib_regex.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_buffers.cpp -o util_buffers.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_buffers.cpp -o util_buffers.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ rtmidi.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk rtmidi.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ rtmidi.o -I. -Ilo -D__MACOSX_CORE__ rtmidi.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_shell.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_shell.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_shell.o -I. -Ilo -D__MACOSX_CORE__ chuck_shell.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ midiio_rtmidi.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk midiio_rtmidi.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ midiio_rtmidi.o -I. -Ilo -D__MACOSX_CORE__ midiio_rtmidi.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ugen_osc.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ugen_osc.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ugen_osc.o -I. -Ilo -D__MACOSX_CORE__ ugen_osc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_console.cpp -o util_console.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_console.cpp -o util_console.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_string.cpp -o util_string.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_string.cpp -o util_string.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ ulib_machine.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ulib_machine.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ulib_machine.o -I. -Ilo -D__MACOSX_CORE__ ulib_machine.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ulib_math.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ulib_math.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ulib_math.o -I. -Ilo -D__MACOSX_CORE__ ulib_math.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_thread.cpp -o util_thread.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_thread.cpp -o util_thread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_opsc.cpp -o util_opsc.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_opsc.cpp -o util_opsc.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ util_console.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_console.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_console.o -I. -Ilo -D__MACOSX_CORE__ util_console.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_serial.cpp -o util_serial.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_serial.cpp -o util_serial.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c util_hid.cpp -o util_hid.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c util_hid.cpp -o util_hid.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c uana_xform.cpp -o uana_xform.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c uana_xform.cpp -o uana_xform.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ ugen_filter.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ugen_filter.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ugen_filter.o -I. -Ilo -D__MACOSX_CORE__ ugen_filter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ chuck_type.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck_type.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ chuck_type.o -I. -Ilo -D__MACOSX_CORE__ chuck_type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ulib_regex.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ulib_regex.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ulib_regex.o -I. -Ilo -D__MACOSX_CORE__ ulib_regex.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c uana_extract.cpp -o uana_extract.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c uana_extract.cpp -o uana_extract.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/address.c -o lo/address.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/address.c -o lo/address.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ util_string.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_string.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_string.o -I. -Ilo -D__MACOSX_CORE__ util_string.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ util_buffers.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_buffers.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_buffers.o -I. -Ilo -D__MACOSX_CORE__ util_buffers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/blob.c -o lo/blob.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/blob.c -o lo/blob.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/bundle.c -o lo/bundle.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/bundle.c -o lo/bundle.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/message.c -o lo/message.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/message.c -o lo/message.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ lo/address.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/address.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/address.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/address.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ util_serial.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_serial.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_serial.o -I. -Ilo -D__MACOSX_CORE__ util_serial.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ lo/blob.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/blob.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/blob.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/blob.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ util_thread.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_thread.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_thread.o -I. -Ilo -D__MACOSX_CORE__ util_thread.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/method.c -o lo/method.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/method.c -o lo/method.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ lo/bundle.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/bundle.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/bundle.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/bundle.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/pattern_match.c -o lo/pattern_match.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/pattern_match.c -o lo/pattern_match.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -MM -MQ ulib_std.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ulib_std.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ulib_std.o -I. -Ilo -D__MACOSX_CORE__ ulib_std.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ RtAudio/RtAudio.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk RtAudio/RtAudio.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ RtAudio/RtAudio.o -I. -Ilo -D__MACOSX_CORE__ RtAudio/RtAudio.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/send.c -o lo/send.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/send.c -o lo/send.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/server.c -o lo/server.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/server.c -o lo/server.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/server_thread.c -o lo/server_thread.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/server_thread.c -o lo/server_thread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ lo/method.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/method.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/method.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/method.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ lo/message.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/message.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/message.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/message.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ lo/pattern_match.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/pattern_match.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/pattern_match.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/pattern_match.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. -c lo/timetag.c -o lo/timetag.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H -c lo/timetag.c -o lo/timetag.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck.tab.c -o chuck.tab.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck.tab.c -o chuck.tab.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ lo/send.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/send.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/send.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/send.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c chuck.yy.c -o chuck.yy.o
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I. -Ilo -D__MACOSX_CORE__ -c chuck.yy.c -o chuck.yy.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -MM -MQ lo/server_thread.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/server_thread.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/server_thread.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/server_thread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ugen_xxx.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ugen_xxx.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ugen_xxx.o -I. -Ilo -D__MACOSX_CORE__ ugen_xxx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ lo/timetag.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/timetag.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/timetag.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/timetag.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ lo/server.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -DHAVE_CONFIG_H -I. lo/server.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ lo/server.o -I. -Ilo -D__MACOSX_CORE__ -DHAVE_CONFIG_H lo/server.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ chuck.tab.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck.tab.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ chuck.tab.o -I. -Ilo -D__MACOSX_CORE__ chuck.tab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ chuck.yy.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk chuck.yy.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ chuck.yy.o -I. -Ilo -D__MACOSX_CORE__ chuck.yy.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ulib_opsc.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ulib_opsc.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ulib_opsc.o -I. -Ilo -D__MACOSX_CORE__ ulib_opsc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ uana_extract.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk uana_extract.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ uana_extract.o -I. -Ilo -D__MACOSX_CORE__ uana_extract.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ uana_xform.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk uana_xform.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ uana_xform.o -I. -Ilo -D__MACOSX_CORE__ uana_xform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ util_opsc.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_opsc.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_opsc.o -I. -Ilo -D__MACOSX_CORE__ util_opsc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ util_hid.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_hid.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ util_hid.o -I. -Ilo -D__MACOSX_CORE__ util_hid.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -MM -MQ util_sndfile.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk util_sndfile.c
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -MM -MQ util_sndfile.o -I. -Ilo -D__MACOSX_CORE__ util_sndfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -MM -MQ ugen_stk.o -I. -Ilo -O3 -D__MACOSX_CORE__ -isysroot /Developer/SDKs/MacOSX10.4u.sdk ugen_stk.cpp
superenv removed: -O3 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -MM -MQ ugen_stk.o -I. -Ilo -D__MACOSX_CORE__ ugen_stk.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o chuck util_sndfile.o chuck.tab.o chuck.yy.o util_math.o util_network.o util_raw.o util_xforms.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o chuck_io.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o RtAudio/RtAudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o ulib_regex.o util_buffers.o util_console.o util_string.o util_thread.o util_opsc.o util_serial.o util_hid.o uana_xform.o uana_extract.o lo/address.o lo/blob.o lo/bundle.o lo/message.o lo/method.o lo/pattern_match.o lo/send.o lo/server.o lo/server_thread.o lo/timetag.o -isysroot /Developer/SDKs/MacOSX10.4u.sdk -framework CoreAudio -framework CoreMIDI -framework CoreFoundation -framework IOKit -framework Carbon -framework AppKit -framework Foundation -lstdc++ -lm
superenv removed: -isysroot /Developer/SDKs/MacOSX10.4u.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -o chuck util_sndfile.o chuck.tab.o chuck.yy.o util_math.o util_network.o util_raw.o util_xforms.o chuck_absyn.o chuck_parse.o chuck_errmsg.o chuck_frame.o chuck_symbol.o chuck_table.o chuck_utils.o chuck_vm.o chuck_instr.o chuck_scan.o chuck_type.o chuck_emit.o chuck_compile.o chuck_dl.o chuck_oo.o chuck_lang.o chuck_ugen.o chuck_main.o chuck_otf.o chuck_stats.o chuck_bbq.o chuck_shell.o chuck_console.o chuck_globals.o chuck_io.o digiio_rtaudio.o hidio_sdl.o midiio_rtmidi.o RtAudio/RtAudio.o rtmidi.o ugen_osc.o ugen_filter.o ugen_stk.o ugen_xxx.o ulib_machine.o ulib_math.o ulib_std.o ulib_opsc.o ulib_regex.o util_buffers.o util_console.o util_string.o util_thread.o util_opsc.o util_serial.o util_hid.o uana_xform.o uana_extract.o lo/address.o lo/blob.o lo/bundle.o lo/message.o lo/method.o lo/pattern_match.o lo/send.o lo/server.o lo/server_thread.o lo/timetag.o -framework CoreAudio -framework CoreMIDI -framework CoreFoundation -framework IOKit -framework Carbon -framework AppKit -framework Foundation -lstdc++ -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 4c15d49fa2977e25e962412d59d7e1b486570731
Last commit: 49 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 16-core 64-bit nehalem
OS X: 10.10-x86_64
Xcode: 6.1
CLT: 6.1.0.0.1.1413057044
GCC-4.2: build 5666
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/ruby19
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install boost
Run `brew missing` for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment