Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Originating-IP: [162.129.38.105]
From: "Konstantinos Makrodimitris" <kmakr7@msn.com>
To: cygwin@cygwin.com
Cc: kmakr7@msn.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: <F14wxXSXI3acH0xxDEA00012f39@hotmail.com>
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 <pechtcha@cs.nyu.edu>
>Reply-To: cygwin@cygwin.com
>To: Konstantinos Makrodimitris <kmakr7@msn.com>
>CC: cygwin@cygwin.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/

