I am trying to compile and run an example by NAG
the line of code that makes reference to lapac routines is as follow
EXTERNAL DGBSV, X04CEF
and the error message I got is,
/tmp/ccgiW2Wi.o(.text+0x2f4): In function MAIN__ :
:undefined reference to dgbsv
/tmp/ccgiW2Wi.o(.text+0x2f4): In function MAIN__ :
:undefined reference to x04cef
I do not understand well how it works, but the code does not show any reference to the lapack libraries *_UNIX.a that I got after the installations.
Please help me with this, any advice is very much welcome, thanks in advance
cfav

