Code::Blocks Forums

User forums => Help => Topic started by: Quetz on April 23, 2005, 12:46:33 am

Title: GNU make && Digital Mars
Post by: Quetz on April 23, 2005, 12:46:33 am
Hello Everybody,

do you know how to make Digital Mars working with GNU-make?

The question is whether "GNU make" is a "make.exe" from GCC's "bin" folder or "mingw32-make"?

Thanks for all replies!

Jakub Lambrych
Title: GNU make && Digital Mars
Post by: EricBurnett on April 23, 2005, 01:16:07 am
If you are on a win32 based system, you want mingw32-make. No experience with Digital Mars though.
Title: GNU make && Digital Mars
Post by: Quetz on April 23, 2005, 02:18:44 am
The problem is, that i tried to  use Mingw32-make with DM (I copied it into DM\bin folder), but "GNU make" after executing says: file not found. Error 2.
Title: GNU make && Digital Mars
Post by: EricBurnett on April 24, 2005, 09:00:53 am
Actually, I think I was wrong. Using new version (CB beta 7), and the compiler it came with, I do not even have a mingw32-make . So either I remember wrong, or something has changed. Either way, I use make.exe now :oops:. That file not found error seems like something else though...if it still happens using the make.exe, you may need to post the debug log, to figure out what is happening.

Sorry about that.