Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
59 views

I have cygwin 3-0-0 version and wish to keep all packages under the cygwin and only upgrade 3 packages, but i am confused on what to select. I need to upgrade them for CVE fix( xz utils and gawk) I ...
aΨVaN's user avatar
  • 1,156
0 votes
0 answers
60 views

I have a file that I'm trying to put a spool command and the dos path as the first line: To get the dos path from bash I use: CWDDOS=$(pwd | sed 's/\//\\/g' | sed 's/\\c/C:/g') and it gives me this: ...
Erik Christiansen's user avatar
2 votes
2 answers
103 views

Is there a difference in using _P_NOWAIT and _P_NOWAITO, with the [_][w]spawn* family of functions (with MSVC or cygwin gcc (I think the latter does the same thing just returns pid_t aka int instead ...
Stas Badzi's user avatar
0 votes
0 answers
40 views

I am using MobaXterm for a long time. I understand MobaXterm uses Cygwin. When in MobaXterm, I checked the aliases that were used, I saw something like this: alias vim='_tob vim' What is this _tob ...
user1940163's user avatar
0 votes
1 answer
80 views

I have installed Cygwin at my Win11 system. Afterwards I downloaded the source code of GTKWave (gtkwave-gtk3-3.3.114). When I try to compile GTKWave by calling the commands "configure" and ...
Matthias Schweikart's user avatar
-4 votes
2 answers
140 views

I am trying to get par-packer running under Cygwin and having problems with Perl version mismatch. After installing and trying to run, I get this error: bin > pp -o ehive_decode.exe myscript.pl ...
neilw's user avatar
  • 485
1 vote
1 answer
107 views

I've recently picked up on COBOL coding and have been following Derek Banas tutorial video on it. I decided to test out the IF/ELSE coding on my own, but every time I create a new file and compile it ...
Anna R.'s user avatar
  • 21
0 votes
1 answer
51 views

I am trying to build GMP on Windows, using Cygwin64. I run ./configure with no troubles, but make prints some nonsense: C:/cygwin64/bin/sh.exe ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4=&...
Coarse Rosinflower's user avatar
0 votes
1 answer
81 views

For work, I'm writing a Cygwin Bash script that must convert a hex string to packed binary format. At the present, I'm doing this with a C# program. But I would really like to do it inside the script, ...
RickyBobby's user avatar
-1 votes
3 answers
381 views

I am running python 3.9 in cygwin on Windows 10. The python is cygwin's python. I tried "pip install numpy" from a newly created venv. However it was not able to find a compatible wheel and ...
Motorhead's user avatar
  • 976
1 vote
1 answer
91 views

I'm trying to deploy a .Net Core application via GitHub actions from an ubuntu runner to a Windows Server 2022 machine using rsync (not ideal, I'm aware), and it's been giving me quite a bit of ...
BlueMaegi's user avatar
  • 155
0 votes
0 answers
30 views

I have a python program that prints some examples so that users can copy and paste to run. The examples are all long lines. I noticed that when python printed a long line in gitbash, and then I copy ...
oldpride's user avatar
  • 1,063
1 vote
0 answers
52 views

basically my code is trying to read from an input.txt file and creates a new RECORD based on that data. I had someone look over my initial draft and they said that I did not allocate enough space in ...
backspacce9845's user avatar
1 vote
1 answer
82 views

I compile for WIndows10, using gcc for Cygwin64 openssl is installed through cygwin's installer Add SSL_library_init(); Before and after the code and compile and run results compared: test.c #include &...
ho tian's user avatar
  • 35
0 votes
0 answers
76 views

I'm developing a pintools that makes use of the winsock2 lib. I'm working on Windows, so to perform the compilation via make command I installed cygwin. When compiling I get the following error: C:\...
Mattia Russo's user avatar
0 votes
0 answers
15 views

I run cygwin with jpeg support on windows 10. I copied {mypath}\cygwin64\usr\share\doc\libjpeg-turbo\example.c to a local folder and ran in that local folder {mypath}\cygwin64\bin\gcc.exe example.c -...
Quicker's user avatar
  • 1,246
1 vote
0 answers
280 views

After updating cygwin packages the cygwin's git is no longer able to access the repository. Everything was working perfectly before the update. $ git pull Unable to negotiate with xxx.xxx.xxx.xx port ...
Kirill D's user avatar
0 votes
0 answers
56 views

I'm trying to use G++ (cygwin) with a makefile to compile my project. I get the following error in this context: wilso@LAPTOP-xxx /cygdrive/c/Users/wilso/cs_os_project_11_hw/cs_os_project_11_hw/code/...
ezrealux's user avatar
0 votes
1 answer
177 views

I'm trying to install some Python packages on Cygwin, on an X86_64 machine running Windows 10. I've just updated my Cygwin distribution, and installed python. Now, using pip, some packages install ...
einpoklum's user avatar
  • 137k
1 vote
0 answers
90 views

I'm trying to compile C code on Windows 10 using cygwin gcc-g++ 11.3.0-1 that compiles perfectly fine using a gcc-arm-none-eabi cross-compiler. lib.h: typedef enum { SYSUTILS_RET_OK = 0, ...
Stone's user avatar
  • 63
0 votes
3 answers
124 views

#/usr/bin/env perl # Last modified: Sat Aug 24 2024 10:48:44 PM -04:00 [EDT] # use File::Which; use File::Basename; use File::stat; use Digest::MD5; # use Data::Dump qw/dump/; use warnings; =head1 ...
amphibole's user avatar
1 vote
1 answer
94 views

I need to run bash commands under Powershell using Cygwin's bash. I faced the issue that Powershell 5 and 7 processes double quotes in different way. I'd like to have bash script working in both. Can ...
Rom098's user avatar
  • 2,651
0 votes
0 answers
28 views

I have installed CygWin in a fairly minimal installation that has gcc. When I write a program #include <cstdio> int main() { printf("asdf"); return 0; } and compile it via gcc a....
Alex's user avatar
  • 1,143
1 vote
0 answers
117 views

In case this is relevant: I'm using Git Bash for Windows but NOT the usual mintty launcher (I'm running bash directly), so I have fewer environment variables set than "normal". In ...
Mark VY's user avatar
  • 1,721
0 votes
0 answers
190 views

On local Win11 machine, I'm using rsync v3.3 through Cygwin v3.5.3 and on my remote ubuntu 22.04 machine, I'm using rsync v3.2.7. I have a source directory in my local machine whilst compare and ...
Shah-G's user avatar
  • 662

1
2 3 4 5
159