Quick question. Does anyone know how to see the actual gcc / ld commands used by Xcode when compiling and linking? I've searched everywhere for verbose logging options, but I can't find anything. I'd really like to know exactly how Xcode is invoking gcc and the linker when trying to build my shared library. Thanks!