MySQLdb 1.2.3 をビルドしようとしています。ビルド構成を編集して、threadsafe = False を設定しました。ビルドすると、次のように表示されます。
警告の長いリスト
_mysql.c:986: warning: implicit conversion shortens 64-bit value into a 32-bit value
最後にllvmクラッシュ:
lipo: /var/folders/fk/648y1j5d0c94ljvc5k0xncmh0000gt/T//ccoAI1iz.out and /var/folders/fk/648y1j5d0c94ljvc5k0xncmh0000gt/T//cc9fJKgC.out have the same architectures (x86_64) and can't be in the same fat output file
error: command 'llvm-gcc-4.2' failed with exit status 1
これらの問題に対する簡単な回避策はありますか?