User Activity

  • Posted a comment on discussion Open Discussion on MinGW-w64 - for 32 and 64 bit Windows

    On Tue, Nov 21, 2023, 11:27 John Emmas johne53@users.sourceforge.net wrote: Thanks again guys although in some ways that's a pity. GCC is a great compiler but for Windows use it'd be good to be able to integrate modules built either with MinGW, MSVC or Clang. In fact, even for plain old 'C' GCC sometimes isn't compatible... e.g. we've found it best to use 0-byte struct packing here because for normal packing (8-bytes) MinGW and MSVC sometimes don't agree on the layout for different elements in a...

  • Posted a comment on discussion Help on MinGW-w64 - for 32 and 64 bit Windows

    On Sat, Aug 28, 2021, 16:58 Michael Setzer II msetzerii@users.sourceforge.net wrote: I have never installed the ming compiler in either windows or in wine. Only have the program installed in the standard linux. That would seem strange that you would have to install the compiler on any machine that wanted to run the exe program to have the dll files available?? You need the language Runtime library available. If you choose to link dynamically, you need to make sure it's available when linking and...

  • Posted a comment on discussion Help on MinGW-w64 - for 32 and 64 bit Windows

    Static libraries aren't dll's. I don't know what the compat package is. On Sat, Aug 28, 2021 at 6:31 PM Michael Setzer II msetzerii@users.sourceforge.net wrote: Seem to have found a fix, but haven't done full test, but program compiles and runs after doing this. dnf install pthread Originally, the compat and -static files where not orginally installed, but now this is what it shows. Last metadata expiration check: 1:57:08 ago on Sun 29 Aug 2021 06:28:31 AM ChST. Package compat-libpthread-nonshared-2.32-10.fc33.x86_64...

  • Posted a comment on discussion Help on MinGW-w64 - for 32 and 64 bit Windows

    They come with the compiler that you installed On Sat, Aug 28, 2021 at 3:59 PM Michael Setzer II msetzerii@users.sourceforge.net wrote: Went to a windows 7 machine, and searched for the file on it, and didn't find the dll files on it, so they must not be standardly installed files. Also, looked in winetricks and it has options to install dll files, but none of them is listed as an option? Since I was able to rewrite code to work in a way that doesn't have this issue will stick with it. Works great...

  • Posted a comment on discussion Help on MinGW-w64 - for 32 and 64 bit Windows

    The easiest way is to either copy them to the same directory as the exe, or to add their path to your WINEPATH variable. On Fri, Aug 27, 2021, 20:01 Michael Setzer II msetzerii@users.sourceforge.net wrote: How would one make those libraries available? If I do the default compile, it compiles the program, but guess it then looks for run time libraries so fails. If I try the static option, it can't find linux libraries?? Was one page that talked about making a bunch of symbolic links of linux so files...

  • Posted a comment on discussion Help on MinGW-w64 - for 32 and 64 bit Windows

    Looks like you are running in wine and aren't making the compiler run time libraries available. On Fri, Aug 27, 2021, 16:49 Michael Setzer II msetzerii@users.sourceforge.net wrote: Have a number of programs that I've written in Linux cpp, and the run fine, and all so far had compiled with ming and also do exactly the same. Now have a program that compiles, but if I try to run produces the following. 0100:err:module:import_dll Library libgcc_s_seh-1.dll (which is needed by L"H:\staffx19\CONTACTD\win\txtpmr.exe")...

  • Posted a comment on ticket #914 on MinGW-w64 - for 32 and 64 bit Windows

    Did you build with the in tree zlib? On Thu, Aug 26, 2021, 11:08 Vincent Grande shoober420@users.sourceforge.net wrote: error from this log. <snip></snip>

  • Posted a comment on ticket #914 on MinGW-w64 - for 32 and 64 bit Windows

    Paste the full error you are getting On Thu, Aug 26, 2021, 03:38 Vincent Grande shoober420@users.sourceforge.net wrote: So I compiled my system GCC with all default flags, except "pie" and "openmp", which are force enabled on my Gentoo profile. Meaning only "pie", "cxx", and "openmp" are enabled for the system GCC. That compiled fine. Then I tried to compile mingw64 GCC against this GCC, and it still errors out. It appears to need ZSTD compression, although I disabled it for both the system GCC and...

View All

Personal Data

Username:
nightstrike
Joined:
2007-08-09 15:34:51

Projects

This is a list of open source software projects that NightStrike is associated with:

Personal Tools