Mac osx lion, virtualenv, pil install - gcc error

后端 未结 5 925
刺人心
刺人心 2021-02-08 15:14

I have just completed the xcode install, mac osx lion. Upon completion I attempted to install PIL in a virtual enviroment using pip, easy_install and home brew. All three are er

5条回答
  •  情歌与酒
    2021-02-08 15:25

    An Idea would be to point gcc-4.0 to the default gcc flag:

    sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.0
    

提交回复
热议问题