Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't find my MinGW shell after installing with GUI installer

Tags:

shell

mingw

I used Mingw_get_inst and installed the MinGW compiler suite following the instructions on the howto page. I used the GUI installer. I then changed the path to include C:\MingW; . When I go to Start menu -> all programs -> MingW the only file that exists inside of there is a uninstaller. The howto page says a shell should be there... can someone help me get this working?

Howto page on Mingw.org: http://www.mingw.org/wiki/Getting_Started

like image 332
Johanne Irish Avatar asked Jan 21 '13 00:01

Johanne Irish


People also ask

How do I get MinGW shell?

Open the start menu, right click “All Programs” and click “Open” 5. Create a new folder in the “Programs Folder” called “MinGW” 12 Page 13 6. Paste the “MinGW Shell” shortcut inside the folder. You can now enjoy access to the MinGW Shell from the Start menu.


2 Answers

simply you could run it from the following batch file:

e.g. C:\MinGW\msys\1.0\msys.bat (if you installed your mingw in c drive)

for more info. about mysys, check this

like image 185
Muhammad Soliman Avatar answered Sep 21 '22 00:09

Muhammad Soliman


Look at the install logs for your Mingw.

I have 2 bin dirs in my (single) installation of Mingw

C:\MinGW\msys\1.0\bin 

and

C:\MinGW\bin 

A lot has changed about Mingw in the last 2-3 years and I think some documentation you might find easily via google is out-of-date.

Try asking for help at mingw mail groups via Nabble (very easy to use)

IHTH

like image 23
shellter Avatar answered Sep 22 '22 00:09

shellter