X-Spam-Check-By: sourceware.org Message-ID: <450464da0612081701x54d56df7t9ed5ad72977b27ab@mail.gmail.com> Date: Sat, 9 Dec 2006 12:01:22 +1100 From: "Robbie Gates" 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <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 Precedence: bulk List-Id: List-Unsubscribe: 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 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/