delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <450464da0612081701x54d56df7t9ed5ad72977b27ab@mail.gmail.com> |
Date: | Sat, 9 Dec 2006 12:01:22 +1100 |
From: | "Robbie Gates" <robbie AT m8s DOT org> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: No octave prompt (no error messages) |
In-Reply-To: | <45796568.1050807@cygwin.com> |
MIME-Version: | 1.0 |
References: | <BAY101-F539CCE38D4AD309B52C94F6D30 AT phx DOT gbl> <45796568 DOT 1050807 AT cygwin DOT com> |
X-Google-Sender-Auth: | 9c8dd5518ce486d2 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Albert Vos writes: > at home and at work I have the same problem with octave under > cygwin. In > both cases I octave just quits without giving any output, no prompt, no > error messages. Check also that your PATH includes /usr/lib/lapack, as octave appears to need the dlls found there. My default path doesn't contain this, and octave by itself fails as you describe: : 1007; octave : 1008; echo $? 53 whereas : 1009; PATH="$PATH:/usr/lib/lapack" octave GNU Octave, version 2.1.73 (i686-pc-cygwin). [...] octave:1> quit : 1010; echo $? 0 - robbie -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |