octave-maintainers
[Top][All Lists]
Advanced

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

Re: compiling development sources


From: Carlo de Falco
Subject: Re: compiling development sources
Date: Thu, 11 Feb 2010 09:23:37 +0100


On 11 Feb 2010, at 09:17, Jaroslav Hajek wrote:

Did you run the qrupdate test suite? Did it produce any failures?

Indeed I had not run the test suite, if I do I get:

g95 -O3 -funroll-loops -c utils.f
In file utils.f:1029

      rnrm = clange('M',m,n,A,lda,wrk)
                                  1
In file utils.f:743

      rnrm = clange('M',m,n,A,lda,wrk)
                                  2
Warning (155): Inconsistent types (REAL(4)/COMPLEX(4)) in actual argument lists at (1) and (2)
In file utils.f:1029

      rnrm = clange('M',m,n,A,lda,wrk)
             1
In file utils.f:314

      rnrm = clange('M',m,n,A,lda)
             2
Warning (154): Inconsistent number of arguments in reference to 'clange' at (1) and (2)
In file utils.f:1001

      rnrm = dlange('M',m,n,A,lda,wrk)
             1
In file utils.f:286

      rnrm = dlange('M',m,n,A,lda)
             2
Warning (154): Inconsistent number of arguments in reference to 'dlange' at (1) and (2)
In file utils.f:58

      call drandg(2*m,n,x,2*ldx)
                        1
In file utils.f:34

      subroutine drandg(m,n,x,ldx)
                            2
Warning (155): Inconsistent types (COMPLEX(8)/REAL(8)) in actual argument lists at (1) and (2)
In file utils.f:974

      rnrm = slange('M',m,n,A,lda,wrk)
             1
In file utils.f:258

      rnrm = slange('M',m,n,A,lda)
             2
Warning (154): Inconsistent number of arguments in reference to 'slange' at (1) and (2)
In file utils.f:51

      call srandg(2*m,n,x,2*ldx)
                        1
In file utils.f:21

      subroutine srandg(m,n,x,ldx)
                            2
Warning (155): Inconsistent types (COMPLEX(4)/REAL(4)) in actual argument lists at (1) and (2)
In file utils.f:1057

      rnrm = zlange('M',m,n,A,lda,wrk)
                                  1
In file utils.f:769

      rnrm = zlange('M',m,n,A,lda,wrk)
                                  2
Warning (155): Inconsistent types (REAL(8)/COMPLEX(8)) in actual argument lists at (1) and (2)
In file utils.f:1057

      rnrm = zlange('M',m,n,A,lda,wrk)
             1
In file utils.f:342

      rnrm = zlange('M',m,n,A,lda)
             2
Warning (154): Inconsistent number of arguments in reference to 'zlange' at (1) and (2) g95 -O3 -funroll-loops -o tqr1up tqr1up.f utils.o ../libqrupdate.a - Wl,-framework,Accelerate -Wl,-framework,Accelerate
Undefined symbols:
  "_zpftol_", referenced from:
      _U559.3839 in utils.o
ld: symbol(s) not found
make[1]: *** [tqr1up] Error 1
make: *** [test] Error 2

c.



reply via email to

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