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 Date: Tue, 3 Feb 2004 23:28:46 -0200 From: =?ISO-8859-1?Q?Fr=E9d=E9ric_L=2E_W=2E_Meunier?= <1 AT pervalidus DOT net> X-X-Sender: fredlwm AT pervalidus To: cygwin AT cygwin DOT com Subject: Re: wincvs and cygwin (tcl DLL naming issue) In-Reply-To: <40203FD1.70800@ateb.com> Message-ID: References: <20040203210430 DOT 9804 DOT qmail AT web41510 DOT mail DOT yahoo DOT com> <40203FD1 DOT 70800 AT ateb DOT com> X-Archive: encrypt MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 3 Feb 2004, Reid Thompson wrote: > my 2 cents, and what i believe is an easier and more appropriate > solution ( think like you're on unix/linux) - for your cygwin > bash/rxvt/etc terminals explicitely set the path in your .bashrc such > that the cygwin binaries are found first -- and either do not add the > cygwin binary paths to the windows path, or make sure that they are at > the end. i.e. when i open a cygwin terminal any call to a cygwin > compiled application will find the cygwin binaries first, and vice versa > for a windows terminal. Indeed, and this is the default, right ? I didn't change anything here: cmd.exe: Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem So, Windows applications shouldn't use any Cygwin files. sh.exe: /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem So, Cygwin applications don't use Windows DLLs if the Cygwin ones have the same name. But here I changed it to export PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$HOME/bin in profile. I really can't see what such applications are doing. A full scan on the hard drive ? Besides that it sounds like a PATH problem. I also agree tcl84.dll should be renamed, but that doesn't seem to be the main problem. -- How to contact me - http://www.pervalidus.net/contact.html -- 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/