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: "Douheret" To: Subject: Network path with underscore error Date: Wed, 16 Jun 2004 15:54:39 +0200 Message-ID: <000a01c453a9$81103d00$0a01a8c0@sed3200> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, i can't compile with GCC under cygwin if my files are on network drive ! Compilation failed because of make can't find sources files. I have mount this drive with command like : mount -s f: /f or mount -s -t f: /f If i change one directoy of sources named 'ver_100' to 'ver100', compilation is successful ! If i copy sources files with the same directory strucutre on my local drive, compilation is successful too ! Is there someone known which is the best syntax to mount a network drive (binary/text , executable/no-executable) ? If i have system access, do i mount network drive as user or as system ? Do you know why underscore character ('_') resolved problem ? Thanks, Seb. Note : I used to have cygwin1.dll version 1001.5.0.0 and i had never seen this problem. Now my cygwin1.dll version is 1005.9.0.0 and i have problem discribe above. -- 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/