I am trying to install mod_wsgi 3.2 on Mac OSX 10.6.6 and am getting this error when I attempt to make
Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as
I had the same question In the end,I found I don't have write permission of '/usr/libexec/apache2/' then I add chmod +w to the folder,, then install success !!
Hope my answer can be a refer for some others
Good Luck!