我的系统环境是Debian 5.04
现在因为要编译一个python2.6软件包,找到的文章说要设置CFLAGS,原文片段如下:
debian/rules
Editthe debian/rules file. This is a Makefile used to build the package.You’ll need to add some fine-tuning to the install target.
On top after the CFLAGS add:
ROOT = $(CURDIR)/debian/python2.6/usr
但是我以前没接触过gcc编译,也不知道这句ROOT要添加到哪去,请大侠指点,感激不尽!