Run time library?
From: Atmapuri (janez.makovsek_at_usa.net)
Date: 04/26/04
- Next message: James Parsly: "Re: Fortran decimal anyone?"
- Previous message: Atmapuri: "Re: Intel fortran and fortran 77 standard!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Apr 2004 15:59:06 +0200
Hi!
I want to build a custom dll from Intel MKL dll's with Intel's
Fortran compiler. The fortran compiler
should not have anything to do with it, but run time
libraries probably.
I have added: libguide.lib, mkl_ia32.lib, mkl_lapack.lib, mkl_s.lib
And the following .def file:
EXPORTS
daxpy = _DAXPY@24
This linked fine under CVF, but using Intel F7.1 with VS6.0
I am getting:
--------------------Configuration: dlltest1 - Win32
Release--------------------
Linking...
LINK : warning LNK4001: no object files specified; libraries used
LINK : warning LNK4001: no object files specified; libraries used
Creating library Release/dlltest1.lib and object Release/dlltest1.exp
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
mkl_ia32.lib(mkl_cpuid.obj) : error LNK2001: unresolved external symbol
_strcpy
mkl_ia32.lib(mkl_cpuid.obj) : error LNK2001: unresolved external symbol
_strlen
mkl_ia32.lib(mkl_cpuid.obj) : error LNK2001: unresolved external symbol
_atoi
Release/dlltest1.dll : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
dlltest1.dll - 5 error(s), 2 warning(s)
How can I fix that?
Thanks!
Atmapuri.
- Next message: James Parsly: "Re: Fortran decimal anyone?"
- Previous message: Atmapuri: "Re: Intel fortran and fortran 77 standard!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|