News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

GNU make && Digital Mars

Started by Quetz, April 23, 2005, 12:46:33 AM

Previous topic - Next topic

Quetz

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

EricBurnett

If you are on a win32 based system, you want mingw32-make. No experience with Digital Mars though.

Quetz

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.

EricBurnett

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.