winlibs_mingw icon indicating copy to clipboard operation
winlibs_mingw copied to clipboard

winlibs standalone build of GCC compiler and MinGW-w64

Results 71 winlibs_mingw issues
Sort by recently updated
recently updated
newest added

### I use my gcc-8.1.0 on sourceforge works well. ```bash gcc -pg -g -o .\a.exe .\a.c .\a gprof .\a.exe .\gmon.out > output.txt ``` *(`.\gmon.out` file generated by running the program...

If I compile with: `g++ -std=c++17 iterate.cpp -o "\\machine_name\d\performance testing\out.exe"` I get this output and no .exe file: `c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file \\machine_name\d\performance testing\out.exe: Invalid argument collect2.exe: error: ld...

issue: operator== symbol get duplicated on linking phase when compile with `-static-libstdc++` on clang target `x86_64-w64-windows-gnu` workaround: by conditioning `__clang__` with always inline attribute as seen in Issues when building...

Since GM2 will be part of GCC source tree from GCC 12 onwards, I suggest we should ship it too (alongside gobjc, gfortran,...). https://www.nongnu.org/gm2/release.html

When I opened #56, I didn' relaize how big it would get. There are a bunch of ways to make it smaller though. First, my C:\mingw64\libs directory is 871 MB,...

When I try to make a wxWidgets program, I get an unexpected fatal error (which I did not have before): ``` g++ -c pch.h -I"C:/Build/src/wxWidgets/include" -I"C:/Build/src/wxWidgets/lib/gcc1210_dll/mswu" In file included from...

When I run 32-bit gdb, I get a message that says GetSystemTimePreciseAsFileTime is missing in kernel32.dll. However, 64-bit gdb works.

gccgo does not have a Windows version,Will there be gccgo?

I've seen there is a new version with LLVM, that's great! But when I tried to compile wxWidgets v3.1.6 (on Windows) using this version: GCC 11.3.0 + LLVM/Clang/LLD/LLDB 14.0.1 +...