Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-Id: <4.3.1.2.20011221153441.023c1008@pop.ma.ultranet.com> X-Sender: lhall@pop.ma.ultranet.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 21 Dec 2001 15:39:40 -0500 To: "Fractal A." , cygwin@cygwin.com From: "Larry Hall (RFK Partners, Inc)" Subject: Re: bash dos In-Reply-To: <20011221201935.41425.qmail@web12201.mail.yahoo.com> References: <20011221165611.GL13470@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 03:19 PM 12/21/2001, Fractal A. wrote: >Hi, > >Is there a way to run cygwin from a regular dos prompt? Must I log in to the >bash shell in order to use the stuff (like g++ flex bison) in cygwin? > >I think that if I run things directly under the c:\cygwin\bin or other >directories within c:\cygwin, then certain things work. I noticed that make >works under some directories and not others. > >I have a bunch of bison and flex files in the directory c:\bfeg . >I'd like to run bison and flex on these files. What is a good way to do this? >With or without the bash shell, please help me understand how to run cygwin >most effectively to accomplish my goals. Thank you. Most people with any UNIX/Linux background prefer the more powerful environment of a GNU shell. If you don't want to use it though, don't (your loss! ;-) ) If you're going to use make with DOS-style paths, you may need to set the MAKE_MODE environment variable to WIN32. Otherwise, the ":" for drive specifications won't be interpreted correctly. Cygwin, really, is just a DLL with POSIX emulation. While all the tools that come with the distribution depend on this DLL, you're not constrained to use them in any particular shell. Larry -- 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/