<div dir="ltr"><div>I am trying to build FPC from 3.3.2 sources on a Mac and am getting errors complaining about two binary files having different sizes. Could someone help me figure out what's going on?</div><div><br></div><div>Here is a list of what is output is in the terminal after waiting a while for `make all` to complete. Also, fpcupdeluxe has basically the same problem on my Mac.</div><div><br></div><div>Thank you.</div><div><br></div>/Users/macuser/Development/source/compiler/ppc2 and /Users/macuser/Development/source/compiler/ppc3 are equal<br>/bin/cp -fp /Users/macuser/Development/source/compiler/ppc3 ppcx64<br>/bin/cp -fp ppc3 ppc3.tmp<br>/bin/cp -fp ppcx64 ppcx64.tmp<br>strip -no_uuid ppc3.tmp<br>strip -no_uuid ppcx64.tmp<br>/usr/bin/codesign --remove-signature ppc3.tmp<br>/usr/bin/codesign --remove-signature ppcx64.tmp<br>/usr/bin/diff ppc3.tmp ppcx64.tmp<br>Binary files ppc3.tmp and ppcx64.tmp differ<br>make[2]: *** [cycle] Error 2<br>make[1]: *** [compiler_cycle] Error 2<br>make: *** [build-stamp.x86_64-darwin] Error 2</div>