X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=K2V rkrBND+ouZ/+3LsRYgg6mMmkLvvVNED1txgmKPjRf04e9teondhRwkQ59zeTzIpe +5R3EjrReJGrroRj0yoT5R2Jk5lmqfmHxfdADBeBsmi/lo1AkKRdFJOiL3pT2lVn 4JpCpX3fr/YNaSLbicPQ8oIB1hk3t0FaVM7qmvXI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=8+kLaPdoQ wxcV15GSOJB1qoWYPA=; b=Aj1295VmlzDWPhphqNo2ETUglzWwbtOSidx3JKU+a b1+jBYdEMihejCvKzg8RoVMsKmP+Xi3YrwhHnSiHF251d09cP/5Y8BO5Uyxxy0C9 1G98nEtzXi+wWNb05Nf9xByphyF3rD3iJwKXp9f4etxksKdo2OmUBh7wyN7k01A0 6Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: John J Ottusch Subject: gnuplot 5.x.x.x not starting correctly in 64-bit CYGWIN console Date: Mon, 16 Nov 2015 21:26:24 +0000 (UTC) Lines: 54 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes I think this problem is related to the fact that I have both 32-bit and 64-bit versions of CYGWIN installed on my Windows 7 PC. They are on the same disk but in different directories (/cygdrive/c/win32app/cygwin vs. /cygdrive/c/win64app/cygwin). So far I have observed the problem only when I try to run the version of gnuplot that comes with the most recent 64-bit CYGWIN installation. I believe gnuplot v4.x.x.x had been working in 64-bit CYGWIN before I updated. I always run gnuplot from an X11 or rxvt console window within the CYGWIN environment. I'm using v4.4.4 with my 32 bit CYGWIN installation without any problems. I just updated my 64 bit CYGWIN installation in order to try out gnuplot v5.x.x. I didn't load absolutely everything, but I did accept all automatic dependencies. Installation went smoothly and all seems to work fine except for gnuplot. Observations: 1) When I type gnuplot into a 64-bit console window it returns immediately to my prompt with no visible message instead of entering interactive mode. In this case my PATH is /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/win32ap p/cygwin/bin 2) However, doing the above with /cygdrive/c/win32app/cygwin/bin removed from my PATH (or replaced by /cygdrive/c/win64app/cygwin/bin) produces this error message: C:/win64app/cygwin/bin/gnuplot.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory So something in /cygdrive/c/win32app/cygwin/bin is making a difference. Hard for me to tell from the error message which shared library it is looking for. 3) I wouldn't necessarily expect it to work correctly if I try to start gnuplot.exe directly from the filename in Windows Explorer, but at least I get an error message -- "The application was unable to start correctly (0xc000007b). Any suggestions on how to fix or debug the problem would be appreciated. John Ottusch PS. I tried attaching the outputs from 'cygcheck -s -v -r' for cases 1 and 2 but that message apparently got bounced somewhere along the line. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple