Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.1.2.20001127144855.00b8bd20@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 27 Nov 2000 14:52:29 -0500 To: "Kirschner, Paul E. UTRC" , "'cygwin'" From: "Larry Hall (RFK Partners, Inc)" Subject: Re: access cygwin 1.1.4 from server In-Reply-To: <62835D8790DBD111981100805FA7E4C401C47925@EXPRESS1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 02:42 PM 11/27/2000, Kirschner, Paul E. UTRC wrote: >I want to make cygwin 1.1.4 accessible from a number of computers without >doing a local install on each one. This will save tremendous time and disk >space. I just need to access some of the utilities (perl, rsh) and compilers >(gcc, g77) from a DOS window. I DO NOT NEED the added layer of "logging >into" a UNIX-like environment. (In fact my use will be through a Win95 >application that can start batch files and cannot log in.) While DJGPP works >in a DOS window that way through djgpp.env, I need the cygwin compiler and >other utilities. > >I tried just adding the proper paths in a DOS window but the compiler >complains about C header files and crt0. > >Is there an easy way to set this up? > >------------------------------------------------------------------- >Paul Kirschner #include >Networks Department >United Technologies Research Center >kirschpe AT utrc DOT utc DOT com >(860)610-7119 You need to mount some directories: mount -b //remote/share/cygwin/dir/usr/bin /usr/bin mount -b //remote/share/cygwin/dir/usr/lib /usr/lib mount -b //remote/share/cygwin/dir / Actually, just the last one should be sufficient but I believe setup.exe mounts these three. Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com