I suspect the XCode 4 assembler is being used. Try putting the XCode 3.2.x binaries first in your PATH:<div><br></div><div>    export PATH=/Developer-3/usr/bin:$PATH</div><div><br></div><div>That should help gfortran find the proper assembler.</div><div><br></div><div>-Charlie</div>