%% "Sebastien Mathieu" <[EMAIL PROTECTED]> writes: sm> I am trying to use your gmake command with XP. The gmake compiles sm> the files thanks to our National compact risc compiler crcc. I am sm> always facing the same error as described below and in the sm> attachement, this for each file to compile.
Hi Sebastien; Please don't send screenshots to the mailing list. They're huge, and they're not useful. Make is a command-line program; there's no need to show the window. You should just cut and paste the text in the window into your mail. Thanks. sm> process_begin: CreateProcess((null), .. ...) failed. Actually, this message _IS_ being printed by GNU make. This is coming from the Windows-specific code. The problem here is the (null); that should be the command that is being invoked, not a null pointer. What does the rule in the makefile look like? What version of GNU make are you using? How did you compile it (with what options)? Are you using a UNIX shell or command.com? Please continue this thread on the [EMAIL PROTECTED] mailing list, since the folks who know the most about the Windows port of GNU make tend to hang out there. Thanks. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-make