• hallo,

    habe mir den msys installiert und nun das problem, dass er die befehle nicht kennt. wenn ich ihm also sage:

    gcc -c hello.c

    kommt:
    sh: gcc: command not found

    brauche ich auch das MinGW, damit das funktioniert? oder habe ich irgendwo einen fehler eingebaut?

    danke schonmal für hilfsvorschläge,

    :verycool:

  • wobei man mingw VOR msys installieren sollte, glaub ich, weiß allerdings auch nicht was passiert wenn mans umgekehrt macht ;)

    Zitat

    How are you going to use MinGW? That is a question you need to ask yourself. If you are a Bourne command line wizard and want to use ./configure && make then you want to install MSYS as well. If you are an IDE wizard and have a configurable IDE then you need to determine if the IDE distributors provide MinGW for you need to download from MinGW are updates to the individual packages. You can if you want even use MinGW from the %COMSPEC% shell if you're proficient with that.

    Zitat

    How do I use MinGW with MSYS?

    It's easy to configure an MSYS environment for MinGW useage, since there is no overlap in functionality to contend with (as there is with Cygwin). Simply decompress the contents of each archive into directories of your choosing, and add the MinGW "/bin" subdirectory to your PATH (either within MSYS's " /etc/profile" or in your overall system PATH). There is no need to add MSYS's "/bin" to your system PATH.

    You may install the MinGW and MSYS packages anywhere on your filesystem, even nesting one within the other (creating a " mingw" subdirectory beneath your "msys" directory, for instance). However, it is important to remember that NO executables other than what ships with MSYS should be placed in the MSYS " bin" subdirectory. Therefore, do not attempt to "merge" the two packages.

    http://www.mingw.org/MinGWiki/index.php/Install%20MinGW

    http://www.mingw.org/MinGWiki/index.php/Install%20MSYS

    und hier der link von dem ich geredet hab nach dem ich vorgegangen bin und wie es dann auch funktioniert hat.

    haettest schon selber a bissl nachschaun koennen is wirklich alles direkt auf der developer site

    http://www.mingw.org/MinGWiki/index.php/GettingStarted

    I like Toast!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!