残念ながら、ターミナルを使用したり、gcc をいじったりした経験はあまりありませんが、python をインストールしようとすると、このエラーが発生し続けます。メッセージの全文は次のとおりです。
building 'pygame.imageext' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -Ddarwin -I/System/Library/Frameworks/SDL.framework/Versions/Current/Headers -I/System/Library/Frameworks/SDL_image.framework/Versions/Current/Headers -I/usr/local/include -I/usr/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/imageext.c -o build/temp.macosx-10.6-intel-2.7/src/imageext.o
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
error: command 'gcc-4.2' failed with exit status 1
私はリンクなどをいじっているので、何かを台無しにした可能性は間違いありません。あなたが助ける必要があるかもしれない他の関連情報を喜んで投稿します。
前もって感謝します!