help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave, arpack, umfpack


From: sibu xolo
Subject: Re: octave, arpack, umfpack
Date: Sat, 20 Nov 2010 16:40:46 +0000
User-agent: KMail/1.13.5 (Linux/2.6.34.0nbf9aDRIm; KDE/4.4.5; x86_64; ; )

On Saturday 20 November 2010 01:24:12 John W. Eaton wrote:
> On 20-Nov-2010, sibu xolo wrote:
> | --for libarpack.so:- 'undefined rererence to 'etime_'.
> | --for libarpack.a:- (arscmd.f   in function 'asrscmd_'
> | arscmd.f :(text+0xe) undefined reference to 'etime_'
> | 
> | suggestion for my other good half a day will be gratefully received
> 
> As I said in my previous message:
> 
>   ARPACK (http://www.caam.rice.edu/software/ARPACK)
> 
>     In ARmake.inc set the following variables:
> 
>       home=path to directory ARPACK
>       FC=gfortran
>       FFLAGS=-fPIC -O
>       MAKE=make
>       ARPACKLIB=$(home)/libarpack.a
>       DIRS=$(UTILdir) $(SRCdir)
> 
>     Edit the file UTIL/second.f and change the line
> 
>       EXTERNAL           ETIME
> 
>     to
> 
>       INTRINSIC          ETIME
> 
yes thanks it has woked and in only a few minutes 
- a lot less thant half a day


reply via email to

[Prev in Thread] Current Thread [Next in Thread]