编译安装pygdchart报错

报错:

libgdc.a: could not read symbols: Bad value


解决方法:

编辑gdchart的Makefile文件设置CFLAGS加上-fPIC参数



你可能感兴趣的:(python,pygdchart)