mingw
Why does make tell me "Command not found"?
I have the following simple makefile: all: fat_imgen.exe Where fat_imgen.exe is an executable in the same directory as the makefile.When I try and run this however this happens:[详细]
2023-03-27 22:59 分类:问答How to get minGW to find the path to compile and link correctly
I am currently using Sams Teach yo开发者_开发知识库urself C++ in 24 Hours for my computer science class that starts in about a week and it told me to download minGW and then change the path variable t[详细]
2023-03-27 19:20 分类:问答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 compil[详细]
2023-03-27 11:22 分类:问答changing mingw' startup directory or creating mingw symlinks
What\'s the easiest way to set mingw\'s console startup directory? I only use mingw for compiling. b开发者_如何学JAVAut due to the lack of editors or even symlinks I am confused how to tell mingw cons[详细]
2023-03-27 09:41 分类:问答Eclipse, "cannot create a link to [dir]"? Generated by cmake
I\'m getting a strange error in Eclipse when importing a project generated by cmake 2.8.5 (\"Eclipse - Unix Makefile\", also with \"Eclipse - MingW Makefile\"):[详细]
2023-03-27 09:39 分类:问答How to use DLL without header in C++
Help, please. A have a dll-file. I k开发者_开发知识库now it\'s functions and parameters. How can I use it in Eclipse with MinGW?I am assuming you are using windows. In WINAPI you have LoadLibrary and[详细]
2023-03-27 07:25 分类:问答How to force Qt Creator to use MinGW instead of Visual Studio
We\'re trying to compile a project with MinGW on the machine that has both MinGW (with Qt) and Visual Studio installed. Unfortunately, Qt creator prefers MSVS by default, and doesn\'t see it\'s very o[详细]
2023-03-27 06:57 分类:问答Boost lib appears to be missing hpp files?
I\'m trying to compile a C++ p开发者_开发技巧roject that requires Boost.I downloaded the latest build from the web site and copied the appropriate files to the appropriate libs folder (I\'m using MinG[详细]
2023-03-27 00:05 分类:问答How to use FLTK 1.1 dll in MinGW?
I am trying to compile a project with MinGW that uses the fltk library. Whenever it gets to the file using fltk, it tells me \"cannot find -lfltk\".[详细]
2023-03-26 23:40 分类:问答CMake doesn't find windres.exe (MingW), CMAKE_RC_COMPILER
is there any specific reason why CMake doesn\'t find windres.exe from MingW as the RC compiler? The MingW dir is in my PATH variable, windres.exe does exist.[详细]
2023-03-26 23:39 分类:问答