This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gfortran, lapack, and cygwin


On 2/1/2011 3:41 PM, Timothy Sliwinski wrote:
> I am using the following command for my compilation:
> 
> $ gfortran test.for –o test –llapack
> 
> And the error I receive is 
> 
> /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot
> find
>  -llapack
> collect2: ld returned 1 exit status

Make sure that you install the liblapack-devel package.  I think you'll
need that for compiling your code, but I'm no fortran user.

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]