help-octave
[Top][All Lists]
Advanced

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

Problem compiling 2.1.46


From: John W. Eaton
Subject: Problem compiling 2.1.46
Date: Mon, 21 Apr 2003 12:50:04 -0500

On 20-Apr-2003, Jonathan Drews <address@hidden> wrote:

| Platform: SuSE 8.2
| compiler:  gcc-3.3
| 
| 
| Hi:  
|  I get the following error when I compile Octave 2.1.46:
| 
| 
| ../libcruft/libcruft.a(zbdsqr.o)(.text+0x819): In function `zbdsqr_':
| : undefined reference to `zdrot_'
| ../libcruft/libcruft.a(zbdsqr.o)(.text+0x86e): In function `zbdsqr_':
| : undefined reference to `zdrot_'
| ../libcruft/libcruft.a(zbdsqr.o)(.text+0x8a4): In function `zbdsqr_':
| : undefined reference to `zdrot_'
| collect2: ld returned 1 exit status
| make[2]: *** [octave] Error 1
| 
| To compile Octave I did:
| 
| $./configure --with-blas=/usr/lib/  --with-g77

This looks wrong.  I think the argument to the --with-blas option
should be something like /usr/lib/libblas.so or -lblas, not the name
of a directory.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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