denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] [bug #46868] Missing .DLL files in downloads


From: Richard Shann
Subject: [Denemo-devel] [bug #46868] Missing .DLL files in downloads
Date: Sun, 10 Jan 2016 16:26:58 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0

Follow-up Comment #1, bug #46868 (project denemo):

I've looked in the 28th Jan zip file and the gcc_s... dll library is present
in the bin directory.
Both this and the later zip versions all run fine on a 32-bit Windows Vista
machine, so I'm not sure why some machines need it and some don't. I found a
link to this subject
http://stackoverflow.com/questions/12921911/mingw-libgcc-s-sjlj-1-dll-is-missing
which seems to indicate two possibilities - either a flag needed at link time
or a switch from 64 bit to 32 bit mingw compiler.
Here are the relevant bits:

You have to use -static-libgcc while compiling with mingw’s g++ to elemenate
the dependacy on LIBGCC_S_SJLJ-1.DLL. You can do that by adding static-libgcc
to the linker flags.

I found this info in this post: 
http://www.qtcentre.org/threads/39639-MinGW-w64-dependency-on-LIBGCC_S_SJLJ-1-DLL

thanks for the link, that wasn't my problem but i saw in the link, that this
description is for mingw 64. this pointed me in the right direction. i
compiled the program using the 32 bit mingw compiler instead of the 64 bit
compiler.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46868>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]