Menu

libgfortran-4.dll missing in x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z.

2018-06-14
2018-10-02
  • HEMMI, Shigeru

    HEMMI, Shigeru - 2018-06-14

    It seems libgfortran-4.dll missing in x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z.
    Regards,

     
  • HEMMI, Shigeru

    HEMMI, Shigeru - 2018-09-25

    An executable program, MySomeExe.exe is built from some forran(+C) source files with the x86_64-8.1.0 mingw-w64 tool.
    I examined shared library dependencies by dumpbin command of MS. The output is as follows:

    E:\someplace>dumpbin/dependents MySomeExe.exe
    Microsoft (R) COFF/PE Dumper Version 14.15.26730.0
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
    Dump of file MySomeExe.exe
    
    File Type: EXECUTABLE IMAGE
    
      Image has the following dependencies:
    
        libopenblas.dll
        libgcc_s_seh-1.dll
        KERNEL32.dll
        msvcrt.dll
        libwinpthread-1.dll
        USER32.dll
        libquadmath-0.dll
    

    No libgfortran-4.dll is refered in this output.
    That means that libgfortran-4.dll is no longer needed in x86_64-8.1.0.

    Am I right?

     

    Last edit: HEMMI, Shigeru 2018-09-25
    • Kai Tietz

      Kai Tietz - 2018-10-01

      Hi,

      well, any fortran application needs libgfortran runtime. Therefore I
      assume that fortran library is linked statically here. No idea why
      that happend, but it seems to me the most obvious cause.

      Regards,
      Kai
      Am Di., 25. Sep. 2018 um 06:41 Uhr schrieb HEMMI, Shigeru
      hemmi-shigeru@users.sourceforge.net:

      An executable program, MySomeExe.exe is built from some forran(+C) source files with the x86_64-8.1.0 mingw-w64 tool.
      I examined shared library dependencies by dumpbin command of MS. The output is as follows:

      E:\someplace>dumpbin/dependents MySomeExe.exe
      Microsoft (R) COFF/PE Dumper Version 14.15.26730.0
      Copyright (C) Microsoft Corporation. All rights reserved.

      Dump of file dsimpletest_SEQ.exe

      File Type: EXECUTABLE IMAGE

      Image has the following dependencies:

      libopenblas.dll
      libgcc_s_seh-1.dll
      KERNEL32.dll
      msvcrt.dll
      libwinpthread-1.dll
      USER32.dll
      libquadmath-0.dll
      

      No libgfortran-4.dll is refered in this output.
      That means that libgfortran-4.dll is no longer needed in x86_64-8.1.0.

      Am I right?


      libgfortran-4.dll missing in x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mingw-w64/discussion/723797/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       
  • HEMMI, Shigeru

    HEMMI, Shigeru - 2018-10-02

    Dear Kai,

    Thanks for the reply and I agree with what you wrote.

    Best regards,

    HEMMI, Shigeru

     

Log in to post a comment.