|
|

楼主 |
发表于 2005-3-7 06:34:45
|
显示全部楼层
Post by kde
MinGW 为了追求小,导致极不健全,很多软件难以编译。Cygwin 是最好的选择,移植了绝大多数 linux 软件,更新比较快,非常强大,可以定制安装,个人建议使用 cygwin。
我看了一下gaim的源代码,发现里面的makefile是makefile.mingw,这是以mingw为后缀的,是不是一味着需要MinGW来编译,然后我查看了一下http://gaim.sourceforge.net/win3 ... 用cygwin的build tools还是要我用mingw的make工具。下面是原文,不是太明白。
# Install Cygwin Bash shell. Make sure to select Unix file mode during setup.
#Install MinGw v3.1 or higher.
You will need to set MinGw's bin directory before Cygwin's in your PATH.
For Example (You can add the following to ~/.bash_login):
export PATH=/cygdrive/c/MinGW/bin PATH
You do not want to use any of Cygwin's build tools, with one exception, you need to use Cygwin's make utility. If typing which make produces MinGW's make utility, then just rename the make.exe in the MinGW bin directory to something else, so that cygwin's make utility will be used instead. |
|