jinhyuk choi wrote: > when I run a program that is compiled by cygwin in > windows by double clicking it without cygwin bash it > complaints that there is no cygwin.dll. > how can I make it to run on windows?? >> _____________________________________________________________________ > ¸Ãº¸±â °ÂÃø¦ µè°à ¼ö°Â¼Ã°¨Ã» Ãûø¸é °æÃ°Ãà ¿Ã¸£¸£~ - ¾ÃÃÃ! ¹è¿òà à > http://education.yahoo.co.kr/ > Ã÷çþÃà ÃþñâÃõµ ½Ã°£°¡´à Ãà ¸ð¸£´à - ¾ÃÃÃ! äÃà > http://kr.chat.yahoo.com/ >> -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ >> First, make sure you have the mingw runtime installed. Then, when you compile, give the flag -mno-cygwin to gcc. The resulting file will be a native win32 app. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/