From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 770 invoked by alias); 23 Apr 2012 09:48:06 -0000 Received: (qmail 698 invoked by uid 22791); 23 Apr 2012 09:48:05 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 09:47:44 +0000 Received: from telerig.nabble.com ([192.168.236.162]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SMFs0-0000le-DO for cygwin-xfree@cygwin.com; Mon, 23 Apr 2012 02:47:44 -0700 Message-ID: <33732071.post@talk.nabble.com> Date: Mon, 23 Apr 2012 09:48:00 -0000 From: Marc Girod To: cygwin-xfree@cygwin.com Subject: Re: startx with different displays In-Reply-To: <33732045.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <33702991.post@talk.nabble.com> <33732045.post@talk.nabble.com> X-IsSubscribed: yes 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/msg00073.txt.bz2 Marc Girod wrote: > > I used Gmane and uploaded my cygcheck.out. > 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. Marc -- View this message in context: http://old.nabble.com/startx-with-different-displays-tp33702991p33732071.html Sent from the cygwin-xfree mailing list archive at Nabble.com. -- 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/