开发者

Installing cygwin with compilers and development packages

开发者 https://www.devze.com 2022-12-15 00:37 出处:网络
I need to compile ka开发者_StackOverflow中文版nnel for windows and I installed cygwin. It says I don\'t have compilers to compile with cygwin. How do I resolve this ? Is there any full-featured cygwin

I need to compile ka开发者_StackOverflow中文版nnel for windows and I installed cygwin. It says I don't have compilers to compile with cygwin. How do I resolve this ? Is there any full-featured cygwin image available anywhere on the internet ?

Please help. SOS!

I'm following this tutorial to compile kannel with cygwin.

  • http://saurabhsachdeva.wordpress.com/2008/02/29/kannel-installation-on-windows/


It looks like Kannel is written in C, so you probably just need to install make, gcc, and so on; these aren't included in the base Cygwin install, so you need to re-run the installer and make sure you select those packages. See the Cygwin FAQ.


As kannel is built with C, you need a C compiler. In my case, I have Visual Studio 2010, which has a built in C compiler. Just Google for "C compiler"; you can get many Open Source ones for free.

0

精彩评论

暂无评论...
验证码 换一张
取 消