Tagged Questions

MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present. It is intended to supplement MinGW and the deficiencies of the cmd shell.

learn more… | top users | synonyms

20
votes
6answers
6k views

msys vs cygwin

I have at least one cygwin shell open all the time, when on windows machine. Any msys users out there? Why would anyone use msys over cygwin (except for building win executables)?
7
votes
2answers
628 views

Why is configure so slow in MSYS?

When I use MSYS to compile something, the ./configure step can take longer than the make. However, the same process in Linux has a fast configure and slow make. Is this just some setting in MSYS ...
7
votes
7answers
433 views

Costs and benefits of Linux-like Windows development environment

I'm taking an Introduction to C++ this semester, so I need to set up development environments in both my Windows and Ubuntu partitions (I switch between them). I was planning to use GCC in both ...
7
votes
5answers
2k views

Seething over MSYS shell - is it replaceable?

I need a serviceable shell for MSYS. This is my current dilemma: The default rxvt.exe has a scroll bar and copy and paste, but doesn't send control characters or arrow keys to a running program in ...
6
votes
4answers
1k views

Git-windows case sensitive file names not handled properly

We have the git bare repository in unix that has files with same name that differs only in cases. Example: GRANT.sql grant.sql When we clone the bare repository from unix in to a windows box, git ...
5
votes
1answer
634 views

Using msysGit from MinGW and vice versa

I am using git as my revision control system. To do so, I installed msysGit to checkout my repositories on MSW. Now I want to compile my programs with MinGW and found this "problem" for me: When I ...
4
votes
1answer
501 views

Tab autocompletion in bash vi shell mode

When using MSYS on a windows platform, I "set -o vi" to use the vi shell mode. Tab autocompletion for files and directories stops working. How to I renable this while remaining in vi shell mode?
3
votes
1answer
117 views

MinGW errors while building coreutils (consistent errors on both Windows and Linux) — cause?

Having been unsuccessful in finding recent, standalone binaries of various Unix tools like xargs and whatnot (this version, while great, requires external DLLs), I've taken up the challenge of ...
3
votes
2answers
355 views

Getting mingw-get to install correctly - mingw/msys path missing plus more!

I'm running windows XP. I have been following this tutorial and so downloading mingw-get-inst here. I've done this a couple times and the last time I checked boes to install EVERYTHING including, ...
3
votes
2answers
180 views

cannot type 'e' or 'P' in MinGW/msys shells or terminals

I have successfully installed and used MinGW and msys in the past to compile and link Windows executables. On a fresh installation for 32-bit Vista (the same platform as when I had previous success) ...
3
votes
2answers
153 views

Recursively search for files of a given name, and find instances of a particular phrase AND display the path to that file

I have a bunch of folders and subfolders. Each one contains, amongst other things, a text file called index.yml with useful data. I want to search through all of the different index.yml files to find ...
3
votes
3answers
524 views

Compiling GCC 4.x.x on MinGW / MSYS Fails

I've been attempting for the last week or so to compile any of the GCC 4 series of compilers to run in MinGW 5.1.6 / MSYS 1.0.11 (automated installers both from Sourceforge.org) which ships with GCC ...
3
votes
2answers
2k views

Problem compiling freetype2 with MinGW/MSYS

There seems to be a problem compiling freetype2 with MinGW and MSYS My attempts on a clean copy of the freetype source, and an unadulterated MinGW and MSYS give: Andrew@MCARDLE-PC ~/documents/code $ ...
2
votes
1answer
59 views

Using msysGit with MinGW

I have strange behavior using these stuff in Windows. At first I've installed MinGW with MSYS. I added all necessary parts into %PATH%, having where ssh output as in MSYS istall directory. All ...
2
votes
1answer
265 views

GLIB: configure: error: C compiler cannot create executables in windows

Configure Command is Go to Glib Directory -> run this command ./configure --prefix="Installation directory" While configure the Glib package in windows, It shows the following results. checking ...
2
votes
0answers
123 views

How to set MSVC linker in CMake using MSYS

I've a problem to force CMake to use the MSVS linker instead of the MinGW linker. To support MSVC in MSYS I've implement a bash script forcing CMake to use the MSVC compiler to create NMake files: ...
2
votes
1answer
120 views

How can I run a program in msys through Python?

I've got a short python script that will eventually edit an input file, run an executable on that input file and read the output from the executable. The problem is, I've compiled the executable ...
2
votes
2answers
290 views

Problem with jRuby in mingw / git bash shell

I'm having an issue executing jruby from the mingw git bash shell in windows. I downloaded the windows installer for jruby 1.6.2 and ran it without issue. If I open a new windows cmd shell it seems to ...
2
votes
4answers
323 views

Compiling GDC on Windows — where to get GMP and MPFR dependencies?

I'm trying to compile GDC (v2) on Windows 7, using MinGW's MSYS. When I get to this step: $ ../configure --enable-languages=d --disable-shared --disable-bootstrap I get: checking build system ...
2
votes
1answer
265 views

Using Cygwin as a shell for MinGW

I have Cygwin and MinGW(TDM) installed. To build certain projects from source, you have to run a ./configure script, which requires a bash shell and certain unix utilities. For this, the MinGW project ...
2
votes
2answers
1k views

Invoking MSYS bash from Windows cmd

I'm using GCC on Windows7 (using the TDM's build). I installed MSYS to be able to execute make and compile using makefiles. However, it is tedious to every time start up the MSYS bash shell, navigate ...
2
votes
2answers
871 views

Executing MSYS from cmd.exe with arguments

I am trying to learn wxWidgets library, using mingw and msys to compile the code. So far so good, but I can not find a way to send a command to MSYS through CMD.exe. I use SublimeText to edit files, ...
2
votes
2answers
906 views

How do I setup Strawberry Perl in MSYS?

I have Strawberry Perl and have msys Perl 5.6 removed. Now perl will invoke Strawberry (due to PATH env) but how do I map the perl command in .pl or other Perl script file which have #!/bin/perl or ...
2
votes
1answer
628 views

Extract debugging information from a msys/mingw gcc built dll using rebase.exe?

I'm trying to analyze a mini crash dump and need symbol files in order to get more details about the crash. Im currently just seeing: "034eff74 0086eee9 00000000 0089d58d 034eff94 ...
2
votes
2answers
797 views

make install on MinGW/MSYS doesn't like --prefix=/mingw

I've begun using MinGW/MSYS in an attempt to use some Linux libraries on Windows. Using ./configure --prefix=/mingw make make install has worked well so far, but I've had two different libraries ...
2
votes
5answers
2k views

How to stop rxvt from spacing fonts miles apart?

I installed the latest release of MinGW/MSYS, and I like to use rxvt terminal over the boring windows command prompt. But this new build spaces the letters too much: most fonts I have tried are messed ...
2
votes
1answer
1k views

C# command-line arguments and ls

I'm using MSYS to get some semblance of a sane scriptable shell on Windows :). Now I'm writing a console application, written in C#, that accepts a number of arguments and presents those as options ...
1
vote
0answers
13 views

MinGW system() system call and %PATH% behaviour

I am trying to compile ATLAS with MinGW. I started to solve problems, but now I'm stuck with a simple one: the Makefile of ATLAS tries to probe OS with an uname.exe which is provided with MinGW. If I ...
1
vote
0answers
19 views

MSysGit console and non latin filenames

I have install msysgit. But when I run Git Bash Console I can not input non latin charachers and non latin filenames are displayed as questuion marks. Is there any way to make console undertand non ...
1
vote
1answer
1k views

How to compile reaver-wps with msys on windows?

im trying to compile reaver-wps ( https://code.google.com/p/reaver-wps/ ) on windows 7 using MSYS. I know there's only support for linux builds but i just wanted to give it a try. What i did so far: ...
1
vote
1answer
34 views

How do I compile Alure with OGG support in Windows?

In Linux, it was cake. I simply ran make, and the OGG libraries were already installed in the right place and everything. I can play OGG files with Alure in Linux no problem. Now, I am working on the ...
1
vote
1answer
89 views

passing quoted string argument to java in script in msys

I have been trying to run some java programs from a bash script in msys on a windows machine. Specifically, I am automating some tasks using WEKA on command line. I have some problems where a quoted ...
1
vote
1answer
252 views

MinGW/MSYS shell colors

I'd like for my makefile output to be color-coded. But I can't get the ANSI color codes to work on this terminal. It should be possible though, ls --color gives me colorful output, and my shell ...
1
vote
2answers
221 views

How to stop gnuplot from grabbing focus of active window? (Windows)

As a follow up to this question here. I am calling pgnuplot using batch operation from a perl script, i.e. perl generates a plotting script, then it invokes gnuplot with the generated script and the ...
1
vote
4answers
1k views

Building the latest iconv and libxml2 binaries in Win32

I'm trying to get MinGW and MSYS working so I can build iconv and libxml2 in Windows, but I'm finding ./configure and make are giving lots of BSD/Unix related errors that aren't specific enough to ...
1
vote
1answer
119 views

msys+mingw - is there installer or at least .tar.lzma/.zip?

I try to install n'th time the msys+mingw - however with little success. I need the minimal developer system (standard tools such as sed/awk+autotools+gcc) however each time something is not working ...
1
vote
4answers
351 views

Changing timezone in MSYS

how can I change timezone on MSYS+MinGW for Windows if I have only "date" command installed? There are no "tzconfig" or "tzselect" here. When I try $date --set="Apr 01 23:08 UTC+04:00" I receive ...
1
vote
1answer
614 views

C++ Netbeans debugging issues

I installed netbeans6.7.1 ide for c/c++ also i have mingw/msys cygwin installed and i have given C:\Msys\bin as environment variable path.It has gdb7 version.However wheni run dbugging thru netbeans ...
1
vote
3answers
3k views

How do you configure Msys's default size, color, and font?

I've been exploring use of MSys lately as an alternative, 'nix-like shell for my windows development. However, the default colors and size are driving me crazy. Anyone have any idea as to how I can ...
0
votes
0answers
13 views

Making `#!/usr/bin/env python` work on Windows [migrated]

I use Bash on Windows, provided by MSYS. I tried to run a Python file with a shebang of #!/usr/bin/env python, but I get this error message: /usr/bin/env: python: No such file or directory What ...
0
votes
0answers
18 views

STATUS_ACCESS_VIOLATION when calling msys_dll_init from dynamically loaded msys-1.0.dll

So on my computer, I currently have cygwin installed, in addition to a number of MSYS-based environments. That being said, I've always kind of wanted an environment-agnostic alternative for cygpath ...
0
votes
0answers
31 views

SCons, MSys, “not recognized as an internal or external command” error

I'm trying to use SCons to set up a project for compilation on Windows 7. In the MSys shell, I cd to the appropriate folder and run: scons target=setup ...and I get the following output: scons: ...
0
votes
0answers
107 views

How do I isolate problems with ssh-add/ssh-agent provided in the msys implementation that comes with msysgit?

I have installed msysgit: Git-1.7.8-preview20111206.exe from http://code.google.com/p/msysgit/downloads/list (Edit: I have also installed msysGit-fullinstall-1.7.8-preview20111206.exe, which ...
0
votes
2answers
54 views

Is make no longer included with MinGW and/or MSYS?

I installed MinGW and MSYS on my Windows 7 computer. I added C:\Program Files (x86)\MinGW\bin to my path. Commands such as gcc and g++ work, but make does not. I looked in the directory, and there is ...
0
votes
1answer
57 views

Setting up SDL in MinGW

Well, setting up GCC seems to be more difficult than I thought. Currently, I'm trying to figure out how to set up SDL with MinGW. I've seen a couple of sites that have methods (or rather, the same ...
0
votes
0answers
36 views

Why MinGW couldn't find memcpy?

I just installed MinGW + MSYS in Windows XP using graphical installer. Everything seems fine. However, when I try to build a C++ application using ./configure, make, make install, it shows error ...
0
votes
2answers
106 views

How to see color Ant output in MSYS/Git Bash?

I'd like to use AnsiColorLogger to get color ouput from Ant. I'm using Git Bash on Windows. I tried: $ ant -logger org.apache.tools.ant.listener.AnsiColorLogger but my output looks like: ...
0
votes
0answers
152 views

How to install libuuid in MinGW/MSYS?

I want to compile a Linux C++ application in MinGW/MSYS. However, when I use ./configure --host=i586-mingw32msvc, it complains that libuuid is not available. After googling for a long time, it seems ...
0
votes
1answer
32 views

MSYS Installation - Silent Mode

I want to install MSYS silently,(i.e.) I want to install from command line. I tried various option like C:> MSYS-1.0.11-rc-1.exe /S C:> MSYS-1.0.11-rc-1.exe /s C:> MSYS-1.0.11-rc-1.exe ...
0
votes
1answer
43 views

Automate build process of minGW/msys using script like ANT

I am having a C++ project in windows XP. I am compiling this project using minGW/msys. I want to automate this task using some scriping language like ANT. but I could not google it. Please help me to ...

1 2