On Jun 29, 2017, at 7:36 PM, Alexandre Torres Porres <porres@gmail.com> wrote:2017-06-26 17:12 GMT-03:00 Dan Wilcox <danomatika@gmail.com>:Also, like all macOS apps at this point, the default build is 64 bit. If you want a 32 bit build, you can specify the required architectures to the configure script:./configure --enable-universal=i386I compiled both ways, for 32 and 64 bits, but the app that comes out looks the same... how can I check in the guts of if to see if it is 32 or 64? When we get the released compiled versions, that's given in the name, but other than that, I wouldn't know how to differentiate, any ideas?thanks