English 中文(简体)
正确安装ming树——ming/ms路消失加多!
原标题: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, but not limited to, gcc, g++, MSYS and the MinGW Compiling Suite. I told it to make a program menu shortcut, too.

I believe I have correctly added MinGW/bin to the Environment Settings Path.

So I have the shortcut to the MSYS shell now. It goes to C:MinGWmsys1.0msys.bat, but the whole msys directory does not exist!

只要我能够知道,已经下载了吨的“包装”,“植被显示”带来了许多东西! ,但似乎与任何安装正确的东西一样。

而且,如果我能够使用“g++ foo.cpp-o foo.exe”等指挥系统。 单单单单从MSYS壳中取出? 因为我无法使用厘米。

请帮助!

最佳回答

MSYS和MinGW安装程序是夜间作业,多年来情况更糟。 如果你只想编辑(没有UNIX工具,如 s、 gr),那么我建议你去Twilight Down Media,并从那里下载。 如果你也想到所有工具,包括Bash壳,那么我发现最容易获得的工具是安装。 Windows (你可能希望取得任何进展),其中包括所有方面。 如果你想要一个C++ IDE与海合会合作良好,在查询。

问题回答

What is the result of running, at a cmd.exe prompt, the command echo %Path%? It should (given what you wrote about your system) include “C:MinGWin”—does it?

What is the result of running dir C:MinGW?

Note that mingw-get show shows details of available packages—those mingw-get knows how to download and install. The installer is a bit primitive, but has gotten better over the last year or so.

如果你发出指示数(PATH),请通知中包含/mingw/bin。 但是,没有目录。 为了做到这一点,编辑MSYS fstab,增加一条线,如C:Min GW/mingw 详情,见MingW Gettingstarted指南,更具体地说是“After Installing You should.>。

如果你计划使用MSYS之外的MingW迫害器,那么你就只需要将MinGW/bin添加到Windows环境设置的道路上。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签