Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: cygblas.dll not found (lapack) Date: Wed, 28 Sep 2005 12:44:24 -0400 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I'm trying to run orpie in Cygwin. When I start it, a window pops up saying "cygblas.dll not found". orpie requires gsl, which requires lapack, which includes /usr/lib/lapack/cygblas.dll. All of these packages are installed on my host, and I do have /usr/lib/lapack/cygblas.dll. The problem seems to be that /usr/lib/lapack isn't in my PATH, and cygblas.dll is only found there. So it seems to me that either (1) lapack expects me to permanently add /usr/lib/lapack to my PATH, or (2) lapack makes some other provision for finding cygblas.dll, but it isn't working for me. In Linux I would tweak /etc/ld.so.conf and then run ldconfig. But these don't exist in Cygwin (at least on my host). I could live with #1 above, but I wouldn't like it. It doesn't seem right-- my PATH would get very long if I had to do this for every package. I could also just copy cygblas.dll into /usr/bin, but again I shouldn't have to do this. Can someone suggest what the trouble is, or what's the right way to find cygblas.dll? Thanks, Andrew. -- 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/