| | |
CYGWIN or MiniGW
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
I had already installed cygwin, but based on your recommendations I deleted it and installed Code::Blocks with MiniGW. Code::Blocks appears to be working now. Then I tried to configure NetBeans to work with the MiniGW that's in Code::Blocks directory. The problem now is that there is no make.exe in that directory. So being the smart ass that I am I downloaded GNU Make for Windows, configured NetBeans to use that program. Apparently that version of make doesn't like the makefiles that NetBeans generates because it produced some sort of error.
Anyone have a solution to this problem? Or know why a make.exe program was not installed with MiniGW?
•
•
•
•
make: *** [.validate-impl] Error 255
There are differences in the make between POSIX and Windows, as well as some problems with the MSYS make (which is POSIX, AFAIK).
You should be using your ~MinGW\bin\mingw32-make.exe program when compiling in the non-POSIX (Windows native) environment, and the ~MSYS\...\bin\make.exe program when compiling under the MSYS POSIX environment.
Hope this helps.
You should be using your ~MinGW\bin\mingw32-make.exe program when compiling in the non-POSIX (Windows native) environment, and the ~MSYS\...\bin\make.exe program when compiling under the MSYS POSIX environment.
Hope this helps.
![]() |
Similar Threads
- Sending copmmands to cygwin within a C++ program (C++)
- Problem installing MySql on Cygwin (MySQL)
- no strings under cursor when i type into vi and vim editor on cygwin (Shell Scripting)
- Perl, Expect, Cygwin, SSH, and ID Creation / Password Maintenance (Perl)
- Cygwin file generator (C)
- Cygwin Bash Shell (Getting Started and Choosing a Distro)
- Help with simple Java IO program running under cygwin (Java)
- Cygwin! (Window and Desktop Managers)
Other Threads in the C++ Forum
- Previous Thread: Simple metaprogramming question
- Next Thread: SQL with C++
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






