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 From: "Hannu E K Nevalainen \(garbage mail\)" To: Subject: AUX (RE: Sparse file criteria malfunction - binutils produces sparse .exe & .dll files) Date: Thu, 5 Jun 2003 21:06:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 > From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf > Of Igor Pechtchanski > Sent: Thursday, June 05, 2003 6:41 PM > support "aux" as the filename, or support '\' in filenames? The It isn't just "AUX"... $ echo >AUX.info TEST bash: AUX.info: No such file or directory $ echo >LPT TEST $ echo >CON TEST 15 [main] bash 1780 fhandler_base::dup: dup(/home/Hannu/CON) failed, handle 1B, Win32 error 87 bash: CON: Invalid argument $ echo >CON.info TEST 8051785 [main] bash 1780 fhandler_base::dup: dup(/home/Hannu/CON.info) failed, handle 1F, Win32 error 87 bash: CON.info: Invalid argument I'm about to move my 'Amiga' over to the PC and try WinUAE. The above (AUX) appeared during the move. /Hannu E K Nevalainen, 59~14'N, 17~12'E ~ <=> degree -- Background: One form of driver loading on the Amiga is done with simple text files containing settings in a specific directory (SYS:DOSDrivers/). Here we have a device, by default, named AUX i.e. a file named AUX. For this file to be visible with an icon on the desktop (Workbench) among other things, there must be an AUX.info. Which in turn contains the icon image and "TOOLTYPES" i.e. settings that are local for that Tool or Project. [These can be compared with project/tool-local env-variables] --END OF MESSAGE-- -- 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/