0
votes
2answers
29 views
Convert a Cygwin PID to a Windows PID
I have a process I spawn with a Cygwin shell script, and I am unable to kill it with the kill command. Even with the Cygwin kill with the -f option, I get this message:
kill: coul …
0
votes
1answer
35 views
Cygwin Shell Scripts
I'm not running cygwin, but I have the cygwin ash.exe in my %PATH% as sh.exe and have cygwin1.dll in %PATH%
I am trying to invoke some shell scripts (named with no extension) usin …
2
votes
8answers
176 views
Best way to setup a Windows build environment for C/C++
Basically I want to compile C/C++ using the GCC on Windows. The two competing platforms, as i see it, are MinGW and Cygwin. Each have their own benifits and limitations. MinGW comp …
0
votes
1answer
50 views
Creating a Cygwin emacs macro
I have been researching how to get Cygwin to work under emacs. I have it working, but now I want to write a macro that will do the following:
Launch by typing M-x cygwin
Have th …
0
votes
3answers
36 views
Why does configure.sh think win32 is Unix?
I'm trying to build an application from source in windows that requires some Unix tools. I think it's the apparently standard ./configure; make; make install (there's no INSTALL fi …
0
votes
6answers
53 views
How to use cp from stdin?
Note:
# cat /tmp/foo - regular file
/lib/a.lib
/lib/b.lib
/lib/c.lib
/lib/d.lib
cat /tmp/foo | xargs cp /tmp/fred
cp: target /lib/d.lib is not a directory
0
votes
1answer
22 views
Scheduled sftp job fails
I have Cygwin+OpenSSH installed on Windows XP workstation.
Simple SFTP process (batch file) runs fine when launched from the Command Prompt and fails when launched by a Scheduler …
0
votes
0answers
50 views
How do I install gfortran (via cygwin and etexteditor) and enable ifort under Windows XP?
I'm a newbie in the Unix world so all this is a little confusing to me. I'm having trouble compiling some Fortran files under Cygwin on Windows XP.
Here's what I've done so far:
…
2
votes
3answers
423 views
SSH Private Key Permissions using Git GUI or ssh-keygen are too open
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed wit …
4
votes
5answers
180 views
Opening Large (24 GB) File In C
I'm trying to read in a 24 GB XML file in C, but it won't work. I'm printing out the current position using ftell() as I read it in, but once it gets to a big enough number, it go …
0
votes
2answers
16 views
How to use rails within cygwin
I have installed rails using rubystack and set env path, so I can use it in cmd. When I try to use it with cygwin I doesn't work (it shouldn't), how to make this rails work on both …
0
votes
1answer
40 views
Using GSL with cygwin g++
Hello, trying to get the Gnu Scientific Library (gsl) to work in cygwin g++.
Cygwin is installed and updated with all default parameters and includes gsl:runtime, gsl-apps and gs …
1
vote
1answer
46 views
git & Cygwin - trailing whitespace causes “not uptodate” [closed]
Git on Windows w/ Cygwin is fraught with dangers. However there's one that's really starting to bug me.
It's related to the core.autocrlf=true behaviour. After spending a week tra …
0
votes
2answers
62 views
add tar/gzip to windows command line
As the title says - anyone know of a method to add tar/gzip to the command line in Windows? I've installed Cygwin - but don't know if I have to add something to the PATH env variab …
4
votes
1answer
552 views
Eclipse CDT with Cygwin GCC: automatic discovery of symbols and paths
I am using Eclipse CDT with Cygwin GCC as compiler. My project is using a custom Makefile.The problem is that when debugging the code, it couldnt locate the source files, even thou …
