Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

cross compiling on EMT64 for IA32

connell
Beginner
440 Views

I have an XP64/EM64T machine with the full installation of 9.1. I can build applications for this machine but am insterested in building for IA32. I am building from the command line. I have set the environment for IA32 (using ifortvars.bat and iclvars.bat from the IA32). When I try to compile I get a window popping up with the error:

The procedure entry point __security_error_handler could not be found in the dynamic link library MSVCR80.dll.

I imagine my path is bad for some reason - any ideas?

Stuart Connell

0 Kudos
1 Reply
Steven_L_Intel1
Employee
440 Views
I think you are still using the EM64T compiler or have EM64T libraries in your path. Do a:

SET PATH
and
SET LIB

to see what's there.
0 Kudos
Reply