We are having issues on windows 7 visual studio 2012/2013, using the intel compiler version 15.
Package ID: w_ccompxe_2015.2.179 w_fcompxe_2015.2.179 w_compxe_2015.2.179w_mkl_p_11.2.2.179
This package contains:
Intel(R) Math Kernel Library 11.2 Update 2 for Windows*
We are building both a shared and static library composed of D.F90, D_gen.F90
and H.gen.
We then link this library with the main.F90 both statically and shared and
with static or shared modules.
The following combinations work:
1. Shared library with shared modules.
2. Shared library with static modules.
3. Static library with static modules.
BUT, Static library with shared modules fail to link with undefined references.
I've attached the entire build for a simple example which displays the issue, the actual source with the cmake build is in libex/libex.
Also, It works fine all combinations for Intel compilers on linux.
Any help would be appreciated.
Thanks,
Scot