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 X-Originating-IP: [162.129.38.105] From: "Konstantinos Makrodimitris" To: cygwin AT cygwin DOT com Cc: kmakr7 AT msn DOT com Subject: Re: 1.3.20-1 CYGWIN ; csh,bash and ./config Date: Fri, 07 Mar 2003 13:28:57 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Mar 2003 13:28:59.0348 (UTC) FILETIME=[82B9B940:01C2E4AD] Note-from-DJ: This may be spam Good morning, Thank you for your help. The solution was simpler that I could imagine. I had installed the tsch package but I didn't know it was there and actually links to csh/THANKS. The only that I had to do is to change the first line of #!/bin/csh -f to #!/bin/tcsh -f and the config file worked perfectly in CYGWIN helping me after for >make The only small problem with building with 'make' was that for the creation of an executable file at the end the GNU compiler produced an error about no permissions in this file,trying with chmod to change them etc. However giving full permissions to the executable and re-'make' the program_exe was build finally. Best, Konstantinos >From: Igor Pechtchanski >Reply-To: cygwin AT cygwin DOT com >To: Konstantinos Makrodimitris >CC: cygwin AT cygwin DOT com >Subject: Re: 1.3.20-1 CYGWIN ; csh,bash and ./config >Date: Tue, 4 Mar 2003 15:20:52 -0500 (EST) > >Konstantinos, >First off, the script is written for csh. Why would you expect sh or bash >to be able to interpret it? These shells use different syntax. >The original script failed because you don't have csh installed. Cygwin >does not have a "csh" package, but it does have a "tcsh" package that >makes /bin/csh a symbolic link to /bin/tcsh. Please install the "tcsh" >package. If you do have it installed, something is corrupted in your >installation, please re-install it using setup.exe. Note that you don't >need to reinstall Cygwin, just the "tcsh" package. > Igor >P.S. FYI, there is also an "ash" package that provides a "real" /bin/sh. > >On Tue, 4 Mar 2003, Konstantinos Makrodimitris wrote: > > > Hi, > > > > I am trying to run a configure file > > ./config Cygwin-i686 > > in order then to : > > > > cd Cygwin-i686 > > make > > > > The file config is like: > > _____________________________________________________________________ > > #!/bin/csh -f _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- 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/