Certainly,
First, I'm developing on Windows 8 and I use VMware Workstation 9 to compile on Mountain Lion 10.8.2.
for simplicity sake, installing the CLT prevents me from generating a valid executable because of the error : ld: can't open file (my project lib), errno=35 for architecture x86_64
This error is inconsistent and it seems to rises proportionally with the time it takes to compile. In my rather complex setup, it's very hard to diagnose and there is one thing for sure, it's an Hocus Pocus bug.
What I do know however, is that I can compile my project without the CLT being installed but some dependencies are missing.
Therefore, I'm trying to find a way to compile the Window library on OSX without installing the CLT, if possible.