Skip to main content

Questions tagged [mingw]

1 vote
1 answer
173 views

I have a problem with SSH key usage for GIT on windows. It works fine from windows GUI git clients. From the terminal - git-bash / mingw32 - it fails with $ git pull git@<gitserver redacted>: ...
mud's user avatar
  • 139
2 votes
1 answer
137 views

I was trying to install MinGW onto my system, and it seems I've bricked many of my headers by doing this. I'd run configure (../configure --host=x86_64-w64-mingw32) then sudo make install for mingw-...
Coarse Rosinflower's user avatar
3 votes
2 answers
188 views

I work on a legacy system originally written in C for 3b2 SVR3, later in C++ for Sun/Solaris, now mainly for Linux. We have a few users who require our apps to run on Windows Servers, so we have ...
monkboon's evil twin's user avatar
0 votes
1 answer
712 views

I need to build Windows binaries from a conventional source tarball. I recall that I used to do this in a RedHat environment using specialised configure and make scripts from mingw packages. But I'm ...
user22108's user avatar
  • 101
1 vote
0 answers
297 views

I installed the Git for Windows SDK on Windows 11 to have the pacman package installer available to install tmux. A lot of stuff works like it used to be on other platforms, but scrolling back using ...
Martin Braun's user avatar
0 votes
1 answer
57 views

I have a bootable kernel image, that I had created with MinGW Toolchain's that available for Microsoft Windows 11. The Project is in size tiny, but I would know: "How can I shrink the image, if ...
Jens's user avatar
  • 1
1 vote
1 answer
889 views

I work in a Debian environment and it works great. If I want to build a project, I sudo apt install the build dependencies, and build. However, I'd like to cross-compile from a Debian environment ...
Stewart's user avatar
  • 16.1k
0 votes
1 answer
477 views

On Windows, with MSYS2, I want to add the file extension for an executable back to the output of which, if it has one. Here's a one-liner: locAlt="$(which "mingw32-make")" ; echo &...
RL-S's user avatar
  • 141
3 votes
2 answers
4k views

Kusalananda nicely recommends using csvformat from csvkit to format jq @csv into a csv format without double quotes " answering how to parse json with jq. This answer does not seem to involve the ...
Johan's user avatar
  • 439
4 votes
1 answer
1k views

I'm using a bash shell (Mingwg64) on windows, to run bash from a docker container. Tobi@DESKTOP MINGW64 / $ docker run -i debian bash ls gives the result: bash: line 1: $'ls\r': command not found ...
Tobi's user avatar
  • 143
11 votes
1 answer
11k views

I want to compile a simple Windows application on Linux using MinGW. I compile as follows: x86_64-w64-mingw32-g++ -L. -l:mathlib.dll -o fib main.cpp mathlib.h This results in an executable fib that ...
Shuzheng's user avatar
  • 5,019
0 votes
1 answer
74 views

I'm trying to write a script which git clone. my script: git clone ssh://[email protected]/myproject.git expect "Enter passphrase for key..." send "myPassword" read -p "enter...&...
discCard's user avatar
  • 101
1 vote
1 answer
1k views

I recently setup a fresh install of CentOS 8 to use the Mingw Compiler for C++ (I believe it's removed from CentOS 7). Everything was installed as follows yum -y groupinstall "Development Tools&...
TheLovelySausage's user avatar
0 votes
1 answer
373 views

There is this project I took from a client who my friend who owes Gym. They have a POS security scan every month because they use the credit card machine. If they don't pass the security scan, they ...
krillavilla's user avatar
0 votes
1 answer
341 views

I have downloaded lighttpd tar file and I need it to compile it using cygwin for Windows 10 machine. I did some extensive research on how to compile lighttpd files using cygwin in google but most of ...
krillavilla's user avatar

15 30 50 per page