Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Compilation errors not shown properly in Cygwin Date: Sat, 21 Aug 2004 00:02:00 +0530 Message-ID: <206C1A53A7F2834DBB7F4BDEBA2DC9E84D664E@mshyd3.hyd.deshaw.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Rajagopalan, Karthik" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i7KIW6W8016948 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 trying to compile a C program through "Makefile" from Cygwin. This C program has syntax errors which are supposed to be shown by Cygwin when running C compiler. It just indicates the following lines and stops : make: *** [/cygdrive/h/test.obj] Error 1 If I run the C program without using "Makefile" from Cygwin, errors are properly indicated. I feel the problem exists with "make.exe" of Cygwin and their dependency executables. Can anyone spot the problem happening here and highlght a solution for this? Regards, Karthik. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/