octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #54276] Linking issues


From: anonymous
Subject: [Octave-bug-tracker] [bug #54276] Linking issues
Date: Mon, 9 Jul 2018 13:08:25 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393

Follow-up Comment #4, bug #54276 (project octave):

The link command that fails is the following:

libtool: link: g++ -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W
-Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align
-Wcast-qual -g -O2 -o src/.libs/octave-cli src/src_octave_cli-main-cli.o
src/src_octave_cli-octave-build-info.o  -L/work/logiciels/rh7/lapack/3.6.1/lib
libinterp/.libs/liboctinterp.so liboctave/.libs/liboctave.so
libgnu/.libs/libgnu.a -lutil -lm -fopenmp -pthread -Wl,-rpath
-Wl,/work/scratch/ettouas/logiciels/octave/INSTALL/rh7/octave/4.4.0/lib/octave/4.4.0


It seems that '-lblas' and '-llapack' are not positionned properly here.

The errors are:

liboctave/.libs/liboctave.so: undefined reference to `lsame_' 
liboctave/.libs/liboctave.so: undefined reference to `zgemm_' 
... 
libinterp/.libs/liboctinterp.so: undefined reference to `dlag2_' 
... 
liboctave/.libs/liboctave.so: undefined reference to `zgbtrf_' 
collect2: error: ld returned 1 exit status 
make[2]: *** [src/octave-cli] Error 1 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54276>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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