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.

Problems in linking to MKL

newguy
Beginner
579 Views

This message has been moved to the Intel Math Kernel Library forum which launched on Dec. 18, 2003.

0 Kudos
2 Replies
cp_jain
Beginner
579 Views
Hi
AFAIK just linking lapack32.so is not enough. You should
also link libmkl_def.so or libmkl_p4.so
Please read MKL's documentation to get more information on this.

Regarding
usr/lib/crt1.o:In function '_start':***
/usr/lib/crt1.o(.text+0x18): unidentified reference to 'main'
error - you will get this error if you try to create an executable with file without the main function.
Use -c option to just compile the file (without main function).

cp
0 Kudos
newguy
Beginner
579 Views
Thanks my Desi friend, it works now.
0 Kudos
Reply