MinGW provides a complete Open Source programming tool set which is suitable for the development of native MS-Windows applications, and which do not depend on any 3rd-party C-Runtime DLLs. (It does depend on a number of DLLs provided by Microsoft themselves, as components of the operating system; ...
0
votes
1answer
39 views
run program packed in sh file
I downloaded jgit packed in sh file and ran it in mingw. I watched in process list that java process was started just with main class and parameters
"c:\Program Files\Java\jdk1.6.0_26\bin\java.exe" ...
0
votes
0answers
26 views
make: Interrupt/Exception caught
I'm using Make from the MinGW distribution. It has always worked, but recently I've gotten the following error:
> make clean
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x0040b0ac)
...
0
votes
1answer
41 views
installing sha1sum on git-bash (mingw)
I've been using git-bash on Windows 7 a lot. I gather it is a wrapper of mingw. It has md5sum but not sha1sum. I'd like to install sha1sum but I can't figure out how.
When I try mingw-get, it says ...
3
votes
1answer
62 views
git log behaves like less
git log -{n}, when -n is sufficiently small, doesn't open in less it simply prints it to the screen. That's desirable. git log -1 should not take up the full screen.
Unfortunately, in MINGW's ...
1
vote
0answers
54 views
I can't see MSYS home directory under Windows 7's file explorer
I'm using MSYS (MinGW UNIX environment) to get a working UNIX-like environment on my Windows 7 workstation. When I start the MinGW shell, I can see that my home directory is /home/oded.a, and running ...
0
votes
1answer
62 views
Where is and how to install i686-pc-mingw32-c++?
I have a fresh installation of Ubuntu. I try to install i686-pc-mingw32-c++ required by a third-party Makfile by: sudo apt-get install mingw32, sudo apt-get install mingw32-runtime and sudo apt-get ...
2
votes
0answers
119 views
I/O redirection using cygwin and mingw
I have written a program in C and have compiled it using MinGW. When I try to run that program in Cygwin, it seems to behave normally (i.e. prints correct output etc.)
However, I'm trying to pipe ...
1
vote
1answer
111 views
Best Unix-like environment for windows [closed]
I'm a fan of cygwin, I've found it easiest to get working. I've tried Windows Services for Unix and MinGW, and found to be alot more work to get set up.
Can I get some opinions about the pros and ...
2
votes
0answers
119 views
How can I install GnuTLS in MinGW/MSYS?
I've installed MinGW and MSYS on my Windows XP machine and now I want to compile an application which requires the GnuTLS libraries.
How do I install that package?
I tried mingw-get install ...
0
votes
0answers
54 views
Install Min-GW on Windows XP with proxy configuration
I'm trying to install the Min-GW lastest version in my Windows XP, but it's not possible due proxy problems. How can I configure the proxy fot the Min-GW get tool or download the Min-GW without the ...
1
vote
3answers
203 views
Windows XP Create Console Shortcuts for Applications
I have become a fervent console user since I began using the linux shell in my daily workflow.
I want to be able to call "C:\Program Files\Application\Application.exe" as application from the command ...
0
votes
1answer
165 views
Perl 5 install not seen when running config
I'm helping a friend who's doing development work using MinGW. One of the components he is working with is OpenSSL (v1.0.0a).
When running the "./config" file for OpenSSL on the MSYS command prompt, ...
0
votes
1answer
457 views
MinGW tar compression problem
I am unable to get the Mingw tar to work with compress files. It does not filter through the proper compression utility. However, tar will work if I manually uncompress the file first. I have tried in ...
0
votes
2answers
219 views
How do I stop MSYS from transforming my compiler options?
Is there a way to stop MSYS/MinGW from transforming what it thinks are paths on my command lines? I have a project that's using nmake & Microsoft Visual Studio 2003 (yeecccch). I have the build ...
2
votes
3answers
172 views
Is there a shell that has tabs that you can use with mingw?
I don't mean tabbed completion.
I mean tabs like what firefox, chrome etc have, that you can switch between.
0
votes
3answers
602 views
.inputrc settings: delete-char and [] keybindings not working
I am using mingw under windows. When I am using ruby (irb) my 'special' characters like []{} and \ are not working. This is because of my german keyboard, where these keys are used together with AltGr ...
4
votes
1answer
863 views
can't make nodejs mingw32: pkg-config can't find gnutils
I'm trying to compile nodejs using MSYS, mingw32 on windows7-64
Valentin Golev@VALYASNOTEBOOK /home/Valentin_Golev/nodejs
$ ./configure
Checking for program CL : ok C:\Program Files ...
1
vote
1answer
69 views
Why isn't mingw32's find command printing all files on c:?
I'm using mingw32 (as packaged by msysgit for windows), and I'm trying to list all the files on my C drive. I would expect
find /c
to do this. However, this is not what I'm seeing (in an mingw32 ...