depotnax.blogg.se

Building static 5 qt for mac
Building static 5 qt for mac





building static 5 qt for mac This problem occurs whether the sdk is set to MacOSX10.4u.sdk or MACOSX10.5.sdk. To build static applications, build Qt statically by configuring Qt with -static: cd C:pathto Qt configure - static < any other options you need > If you later need to reconfigure and rebuild Qt from the same location, ensure that all traces of the previous configuration are removed by entering the build directory and running nmake distclean.

I can confirm that this problem is also present in QT 4.6.2. Lipo: can't open input file: /var/tmp//ccLeD3zi.out (No such file or directory) usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: /private/tmp/qt-everywhere-opensource-src-4.7.0/lib/libQtXml.a(qdom.o) malformed object, illegal reference for -dynamic code (reference to a coalesced section (_ TEXT, textcoal_nt) from section ( TEXT,_textcoal_nt) relocation entry (184)) usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: /private/tmp/qt-everywhere-opensource-src-4.7.0/lib/libQtXml.a(qdom.o) malformed object, illegal reference for -dynamic code (reference to a coalesced section (_ TEXT, textcoal_nt) from section ( TEXT,_textcoal_nt) relocation entry (180))

building static 5 qt for mac building static 5 qt for mac

usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: for architecture ppc usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: /private/tmp/qt-everywhere-opensource-src-4.7.0/lib/libQtXml.a(qdom.o) malformed object, illegal reference for -dynamic code (reference to a coalesced section (_ TEXT, textcoal_nt) from section ( TEXT,_textcoal_nt) relocation entry (173)) usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: for architecture i386 The error message is (this particular compile had the universal flag set, but you can see that it affects both platforms): When compiling QT with the -static flag for configure on Mac OSX 10.4, building QT fails.







Building static 5 qt for mac