From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 604 invoked by alias); 23 Apr 2012 14:55:22 -0000 Received: (qmail 593 invoked by uid 22791); 23 Apr 2012 14:55:21 -0000 X-SWARE-Spam-Status: No, hits=2.9 required=5.0 tests=AWL,BAYES_50,BOTNET,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from vms173021pub.verizon.net (HELO vms173021pub.verizon.net) (206.46.173.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 14:55:06 +0000 Received: from [192.168.1.231] ([unknown] [108.20.163.244]) by vms173021.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M2X00LALTFI1W20@vms173021.mailsrvcs.net> for cygwin-xfree@cygwin.com; Mon, 23 Apr 2012 09:54:59 -0500 (CDT) Message-id: <4F956D3E.5000408@cygwin.com> Date: Mon, 23 Apr 2012 14:55:00 -0000 From: "Larry Hall (Cygwin-X)" Reply-to: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: startx with different displays References: <33702991.post@talk.nabble.com> <33732045.post@talk.nabble.com> <33732071.post@talk.nabble.com> In-reply-to: <33732071.post@talk.nabble.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-04/txt/msg00080.txt.bz2 On 4/23/2012 5:47 AM, Marc Girod wrote: > Incidentally, I saw there: > > Warning: There are multiple cygwin1.dlls on your path > > So, I checked: > > bin> for d in $(echo $PATH | tr : '\n'); do if [ -r $d/cygwin1.dll ]; then > echo $d; fi; done > /usr/bin > /usr/bin > bin> echo $PATH | tr : '\n' > /usr/local/bin > /usr/bin > /usr/local/bin > /usr/bin > /cygdrive/c/Windows/system32 > /cygdrive/c/Windows > /cygdrive/c/Windows/System32/Wbem > /cygdrive/c/strawberry/c/bin > /cygdrive/c/strawberry/perl/site/bin > /cygdrive/c/strawberry/perl/bin > /cygdrive/c/Program Files/WIDCOMM/Bluetooth Software > /cygdrive/c/Program Files/Rational/common > /cygdrive/c/Program Files/Rational/ClearCase/bin > /cygdrive/c/Program Files/Rational/ClearCase/etc > /cygdrive/c/Program Files/Rational/ClearCase/etc/utils > /cygdrive/c/Sysinternals > /cygdrive/c/Program Files/Microsoft Windows Performance Toolkit > > I plead non guilty of the duplication of /usr/local/bin:/usr/bin in $PATH. Get rid of the real dups. You only need the one in /usr/bin. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/