Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

undefined reference to `dlincg_'

humberto
Beginner
388 Views
Hello,

I am trying to compile the program in fortran-90, with command

ifort -nofor_main -o mcf3d.exe mcf3d.f90 $LINK

but I encounter the following errors:

/tmp/iforts5TgYc.o(.text+0x24): In function `MAIN__':
: undefined reference to `iwkin_'
/tmp/iforts5TgYc.o(.text+0x6486): In function `MAIN__':
: undefined reference to `dlincg_'
/tmp/iforts5TgYc.o(.text+0x7694): In function `MAIN__':
: undefined reference to `dlincg_'
/tmp/iforts5TgYc.o(.text+0x11ae3): In function `mcf3d_.getk1_':
: undefined reference to `dlincg_'
/tmp/iforts5TgYc.o(.text+0x12181): In function `mcf3d_.kmatrix_':
: undefined reference to `dlincg_'

What's happen?
any suggestion/hints are welcome

best regards humberto
0 Kudos
0 Replies
Reply