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 To: cygwin AT cygwin DOT com From: Guillaume Marceau <123foh001 AT sneakemail DOT com> Subject: Re: $TEMP directory appears absent Date: Mon, 06 Dec 2004 13:04:36 -0500 Lines: 39 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: aegir.cs.brown.edu User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) X-IsSubscribed: yes I am trying to compile my sourceforge project under cygwin. I have a fresh installation of the latest version of cygwin. Unfortunately, something about the configuration of the TEMP directory seems to be broken. When the programs I run try to create a temp file, they complain that the temp directory does not exists (see below). The TEMP directory is set to its default value: /cygdrive/c/DOCUME~1/gmarceau/LOCALS~1/Temp That directory exists with the usual long name: /cygdrive/c/Documents and Settings/gmarceau/Local Settings/Temp As I understand it, cygwin is supposed to translate the former into the later on-the-fly, but for some reason that doesn't happen. -- 530 gmarceau AT BROWN-5315A6408 btparse-0.33 $ patch -p1 < ../btparse-0.33.diff patch: **** Can't create file /cygdrive/c/DOCUME~1/gmarceau/LOCALS~1/Temp : No such file or directory Also, program do not seam to respond when I change the TEMP variable. This is running cygwin under vmware, if this affects anything. -- 531 gmarceau AT BROWN-5315A6408 btparse-0.33 $ echo $TEMP /cygdrive/c/DOCUME~1/gmarceau/LOCALS~1/Temp -- 532 gmarceau AT BROWN-5315A6408 btparse-0.33 $ export TEMP=c:/DOCUME~1/gmarceau/LOCALS~1/Temp -- 533 gmarceau AT BROWN-5315A6408 btparse-0.33 $ patch -p1 < ../btparse-0.33.diff patch: **** Can't create file /cygdrive/c/DOCUME~1/gmarceau/LOCALS~1/Temp : No such file or directory The problem affect other programs as well, beside patch. For instance, the ocamlyacc compiler also break: -- 534 gmarceau AT BROWN-5315A6408 ocamlyacc -v queryPar.mly ocamlyacc: f - cannot open "/cygdrive/c/DOCUME~1/gmarceau/LOCALS~1/Temp" Thank for any help. -- 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/