Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Объявления
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.
29282 Обсуждение

Using Static Library in Fortran Composer XE

Rohaldin_M_
Начинающий
2 249Просмотр.

Hi,

I have tried to include a static library in Intel Fortran composer Xe2013. but I got lots of error. I have attached some pictures to show the procedure I did and also error file.

thnaks

0 баллов
2 Ответы
Lorri_M_Intel
Сотрудник
2 249Просмотр.

If you look on your property pages, under Fortran->Libraries, you will probably see that it specified debug C libraries.

Unclick that, and use the non-debug C libraries.

The error you are getting is because you are linking against both the debug and non-debug versions of the C libraries.

                  --Lorri

Rohaldin_M_
Начинающий
2 249Просмотр.

Many many thanks. I changed it to a Multithreaded runtime library and it works.

Ответить