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/

