[Interest] Build Qt from source in 32bit (-platform macx-clang-32)

Thiago Macieira thiago.macieira at intel.com
Wed May 27 22:06:47 CEST 2015


On Wednesday 27 May 2015 20:08:38 Nuno Santos wrote:
> configure -prefix /Users/nsantos/Qt/5.4/clang_32 -platform macx-clang-32
> -commercial -release -nomake examples -nomake tools -nomake tests -opengl
> desktop -skip webkit -skip multimedia
> 
> However, the bundle that was built with this version of Qt, fails to open on
> a 32 bit program and succeeds in opening in the 64 bit version of the
> program.

Please confirm:

a) that you see the -m32 flag passed to the compiler and linker as it builds

b) that otool & file report a 32-bit Mach-O binary for the libraries (inside 
the bundles).
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list