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

cannot open libcmt!

helal53
Beginner
320 Views

Hi,

I m trying to compile a fortran-77 code and link using MS.NET. I m using DIANA 9.1.

then I have got the following message:

C:Documents and Settingshuiyan>%FC% bonjour.f
Intel Fortran Compiler for 32-bit applications, Version 9.1 Build 20060323
Z Package ID: W_FC_P_9.1.024J
Copyright (C) 1985-2006 Intel Corporation. All rights reserved.

Microsoft Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.

/LARGEADDRESSAWARE
-out:bonjour.exe
-subsystem:console
bonjour.obj
LINK : fatal error LNK1104: file'LIBCMT.lib' cannot open.

please help me how I can solve it.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
320 Views
Sounds to me as if the LIB environment variable is not set properly.
0 Kudos
Reply