[Bug 789827] New: libgmp.dll.a windows static library is corrupt

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 2 17:09:43 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789827

            Bug ID: 789827
           Summary: libgmp.dll.a windows static library is corrupt
    Classification: Platform
           Product: GStreamer
           Version: 1.12.3
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: dmitriy.demin at ngc.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When linking an palyback-tutorial-4 application against static gstreamer
libraries
it is necessary to add libgmp.dll.a as a dependency, since it defines the
"_gnu_exception_handler" and "___chkstk_ms" symbols. However attempt to add it
to the list of additional dependencies results in a build error:

>C:\gstreamer\1.0\x86_64\\lib\libgmp.dll.a : fatal error LNK1107: invalid or corrupt file: cannot read at 0x480 

Platform: Windows 7 Developemnt environment: Visual Studio 10 Profeccianal
Linker command line:

/OUT:"C:\Users\demindm\Sandbox\GStreamer\tutorials\vs2010\playback-tutorial-4\playback\x64\Debug\playback.exe"
/INCREMENTAL /NOLOGO /LIBPATH:"C:\gstreamer\1.0\x86_64\\lib\"
"libgstreamer-1.0.a" "libgmodule-2.0.dll.a" "libgobject-2.0.dll.a"
"libglib-2.0.dll.a" "libintl.a" "libwinpthread.a" "libgmp.dll.a" "ws2_32.lib"
"msvcrt.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib"
"comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib"
"uuid.lib" "odbc32.lib" "odbccp32.lib" /MANIFEST
/ManifestFile:"x64\Debug\playback.exe.intermediate.manifest" /ALLOWISOLATION
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG
/PDB:"C:\Users\demindm\Sandbox\GStreamer\tutorials\vs2010\playback-tutorial-4\playback\x64\Debug\playback.pdb"
/SUBSYSTEM:CONSOLE
/PGD:"C:\Users\demindm\Sandbox\GStreamer\tutorials\vs2010\playback-tutorial-4\playback\x64\Debug\playback.pgd"
/TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X64 /ERRORREPORT:QUEUE

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list