Query regarding application error..

2003-07-16 Thread Rajagopalan, Karthik
Hai, I am getting following application error when I try to run the exe from Cygwin. "The application failed to initialize properly()x005).Click on Ok to terminate the application." Is it something to do with cygwin dll. Please let me know soon. Also the dll site I need to download if so.

Cygwin Package selection

2003-01-22 Thread Rajagopalan, Karthik
I hve selected package to be installed from cygwin setup. I want my clients to have the same selection made when they click setup of cygwin in their system. Can anyone suggest me a way of doing it. with regards, Karthik.R -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug rep

Cygwin Tools Licensing Category

2003-02-11 Thread Rajagopalan, Karthik
Hai, According to Cygwin, some tools are under GNU, some are under X11, some are under public domain. I want to know the executables which are under this category. Where can i get this information? with regards, Karthik. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Query regarding Cygwin make/Gnu Make

2003-12-04 Thread Rajagopalan, Karthik
Hi, I found today a weird working difference between Cygwin Make against Gnu Make. Let me explain the situation I faced. I have following piece of code as "test" target. Here $(EXE) takes .exe for Windows and blank for Linux. test: cat test.dat | test$(EXE) 1> test.res 2>& dif

Compilation errors not shown properly in Cygwin

2004-08-20 Thread Rajagopalan, Karthik
Hi Cygwin_Techies, I have been trying to install working packages of Cygwin for our current project but fails in every attempt with some issues. Currently I find the Cygwin doesn't report the compilation errors from Microsoft Visual Studio C Compiler. Let me explain the problem clearly. I am tr