How to Install two library CGNS for Fortran under WIndows XP

Posted by user317368 on Stack Overflow See other posts from Stack Overflow or by user317368
Published on 2010-04-15T10:19:24Z Indexed on 2010/04/15 10:23 UTC
Read the original article Hit count: 283

Filed under:

Hello,

I have to install two libraries CGNS to use it in Fortan, but I don't understand how, the basic instructions are:

To compile under MS Windows:

configure.bat [options]

then

gmake

if using GNU make, or

nmake

if using nmake.

NOTE: This assumes that the cl compiler is in your path, and that the INCLUDE and LIB environment variables are set to include the directories containing the MSC include files and libraries. If not, you will need to use full path names to cl and link, and define INCLUDE and LIB in make.win32. You may also execute VCVARS32.BAT in the BIN directory of your VC installation to set these up prior to running nmake.

so what i did was to:

tape configure.bat it creates the rights files

I set the news paths and lib, include for the cl.exe and link.exe but now the warning and error messages are about the clui.dll.

cl -nologo -I. -Iadf -FoWIN32\cgns_error.obj -c cgns_error.c Cannot load language resource clui.dll

what can i do now? I'm a beginner user in this field.

Thankx

Manal

© Stack Overflow or respective owner

Related posts about fortran