简体   繁体   English

MINGW32 + Makefile.am和Makefile.in

[英]MINGW32 + Makefile.am and Makefile.in

I've obtained some source code I want to compile. 我已经获得了一些要编译的源代码。 I'm pretty new to this... 我对此很陌生...

I've got a couple Makefile.am's and Makefile.in's but cannot figure out how to use MINGW32 to compile. 我有几个Makefile.am和Makefile.in,但无法弄清楚如何使用MINGW32进行编译。 I've add mingw32 directory to my path and then cd'ing to the directory. 我已经将mingw32目录添加到我的路径,然后CD到该目录。 From here I've used every combination of mingw32-make, ./configure, mingw32 -make but cannot get anything to work. 从这里开始,我使用了mingw32-make,./configure,mingw32 -make的每种组合,但是什么都无法工作。 I know people say there is information online, of which I've looked over for hours, but I'm still having difficulty. 我知道人们说在线上有信息,我已经看了好几个小时,但是我仍然遇到困难。 Any advice? 有什么建议吗?

My suggestion for you is to install MSYS|MINGW . 我对您的建议是安装MSYS | MINGW It is fully integrated with Mingw32 and emulates a bash environment. 它与Mingw32完全集成,并模拟bash环境。 The documentation in the website is enough to get things working. 网站上的文档足以使事情正常进行。 I successfully ported some *nix projects to Windows (both 32 and 64 bits) recently. 我最近成功地将一些* nix项目移植到Windows(32位和64位)。 Mount yout c:\\ as /home/ and start working as you are at bash. 将c:\\挂载为/ home /,然后按bash的方式开始工作。 As simple as that! 就如此容易!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM