Re: Building LAPACK

2003-02-09 Thread Erin Catto
That worked. Is it usually necessary to modifiy make files for Cygwin? Are there any other common problems? Thanks, Erin --- Max Bowsher <[EMAIL PROTECTED]> wrote: > Short answer: Add ".PHONY: install" to the makefile > > Long answer: make sees the INSTALL directory, and > concludes that it is

Building LAPACK

2003-02-09 Thread Erin Catto
I'm having trouble building LAPACK. I downloaded lapack.tgz from www.netlib.org/lapack. I'm using make.inc.LINUX for make.inc. I type make install and make says that install is up to date but it is not! I have done the same operation on Linux and it works. Here is the install section of Makefile