Jump to content

Fortran missing dll files


Lurker

Recommended Posts

oke, one of my collague build fortran based modelling software, after that he try to compile it to check function work properly or not.

this apps run perfectly on machines where the apps developed.

 

but when the exe file moved to another pc dll missing occured

 

ok I know we need to also moved all linked librrary related to the exe files, but I dont have any resource explain that

 

try to install the compiler and all library needed for developing, in the new computer but still dll missing error

 

how to compile all resource including linked library into one big exe files, rather one small exe with many dll?

 

note :

 

using tdmgcc for compiler :

http://tdm-gcc.tdragon.net/download

and code:block for IDE

 

any idea?

Link to comment
Share on other sites

update :

 

static linking seems promising, but for windows seems need to install Cygwin :wacko:

 

update :

 

oh no, for tdm-gcc :

Static runtime linkage (libgcc & friends)

    TDM-GCC doesn't link your programs with the libgcc or libstdc++ runtime DLLs by default.
    Other toolchains default to DLL runtime linkage in order to allow you to throw exceptions among DLLs and EXEs.
    TDM-GCC lets you throw exceptions among DLLs and EXEs even with the static runtime.
    Your programs will not rely on any additional DLLs when compiling with default options.
    TDM-GCC still includes DLL versions of the libgcc and libstdc++ runtimes, which you can enable for your program with "-shared-libgcc" and "-shared-libstdc++" if desired.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

Disable-Adblock.png

 

If you enjoy our contents, support us by Disable ads Blocker or add GIS-area to your ads blocker whitelist