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 Message-Id: <200304021413.h32EDhIj057242@pimout3-ext.prodigy.net> Content-Type: text/plain; charset="iso-8859-1" From: Tim Prince Reply-To: tprince AT computer DOT org To: "Underwood, Jonathan" , "'cygwin AT cygwin DOT com'" Subject: Re: Building LAPACK and ATLAS under cygwin Date: Wed, 2 Apr 2003 06:13:42 -0800 References: <4ECDBDADC86CD311AEA20004AC4CA503015DDCD7 AT nrcssxex1 DOT imsb DOT nrc DOT ca> In-Reply-To: <4ECDBDADC86CD311AEA20004AC4CA503015DDCD7@nrcssxex1.imsb.nrc.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Tuesday 01 April 2003 19:04, Underwood, Jonathan wrote: > Hi > > Apologies if this is a little off topic. Probably more than a little. Failing to follow instructions for non-cygwin applications is likely to make you a target for such accusations. >However i run into trouble > when compiling lapack, specifically when compiling the test programs. I > have set BLASLIB in make.inc as: > BLASLIB = -I/usr/include/atlas -latlas -lf77blas -lcblas Did you mean to type something like -L/usr/lib/atlas ? > > and on running make, i get the following error messages: > > g77 sblat1.o \ > -I/usr/include/atlas -latlas -lf77blas -lcblas -o ../xblat1s > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libf77blas.a(ATL_F77wrap_srot. >o )(.t ext+0x7a):ATL_F77wrap_rot.c: undefined reference to `_ATL_srot' This looks like a link failure, not a compile failure. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/