X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <20071008163725.2192@blackhawk> From: "d.henman" Date: Mon, 08 Oct 2007 16:37:25 +0900 To: Subject: Re: How to write directory address under Cygwin? In-reply-to: Your message of Mon, 08 Oct 2007 01:24:41 -0500 References: <7 DOT 0 DOT 1 DOT 0 DOT 2 DOT 20071008145536 DOT 0248a870 AT eye DOT usyd DOT edu DOT au> X-Mailer: MH-E 8.0.3; GNU Mailutils 1.2.1; GNU Emacs 22.1.50 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id l987bSWg008989 René Berber wrote: > Peter Hains wrote: > > "C:\cygwin\home\PHains\SuperHirn\make" directory on my hard drive. My > > problem is getting the UNIX software to understand where the parameter > > file can be found. > > > > I've tried the Windows nomenclature as outlined above and what I think > > is the Cygwin version; > > > > /home/PHains/SuperHirn/make > > This last one is the correct way to specify a path. Well, that's nice Rene, but the home directory and the user's has to be manually created. At least in my case. I created a /home directory and in it a soft link to the directory I wanted to use as home. Otherwise, in XP home is somewhere in /cygdrive/c//Documents\ and\ Settings/ > > and various other permutations. So far I have had no joy and the program > > keeps on telling me the file cannot be found at "whatever_I_entered." > > terminal with: [ -d ~/SuperHirn/make ] && echo "Yes, directory exist" . just do ls -l ~/SuperHirn/make > -- > René Berber > regards, darel -- 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/