Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.0
-
None
-
Mac OS X 10.6.2, XCode 3.2.1
Description
I tried to compile a static build of QT 4.6 on Mac OS X 10.6.2, (Carbon, 32-bit; non-cocoa), using the following command:
./configure -release -static -platform macx-g++ -no-framework
make
The build process failed with the following error:
ld: duplicate symbol _sqlite3_status in /Users/simon/src46/lib/libQtWebKit.a(sqlite3.o) and /Users/simon/src46/plugins/sqldrivers/libqsqlite.a(sqlite3.o)
collect2: ld returned 1 exit status
I understand that you don't support static-build with the new Cocoa. But static-build for the old 32-bit Carbon now fails as well.
Please look into this issue. Thank you.
Attachments
Issue Links
- replaces
-
QTBUG-5982 BT: Build of Assistant fails on Mac OS X
- Closed