X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <83C53FAC5DE80C428655D671B198DDAC05887B45 AT exch-2kx-sv3 DOT corp DOT proxim DOT com> Subject: RE: newbie question Date: Tue, 3 Jul 2007 12:59:39 +0100 Message-ID: <026801c7bd69$a31cfc30$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83C53FAC5DE80C428655D671B198DDAC05887B45@exch-2kx-sv3.corp.proxim.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 03 July 2007 12:57, Murali Vemuri wrote: > Hello there, > > I was trying to compile Cscope for Cygwin. > My cygcheck output is attached here. > Also, when I try to ./configure for cscope, the output appears to be normal. > Please find the configure output below. > > And when I try to compile, I get the following error: > $ make > /cygdrive/c/DOCUME~1/mvemuri/LOCALS~1/Temp/make38162.sh: line 2: syntax > error: unexpected end of file > C:\Program Files\NetworkSimplicity\ssh\make.exe: *** [config.h] Error 2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Looks like you're using the wrong make because you have some non-cygwin 'make.exe' earlier in your $PATH than the cygwin one. Make sure /bin comes first. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/