RE: Signal 127 when doing make

2003-06-15 Thread Manik, Raina (IE10)
~> ~>Manik, ~> ~>Signal 127 usually means that some application could not ~>be exec'd. Look ~>at the make output before that point. Try getting make ~>to echo your ~>commands (by running it with -n, for example) and check ~>that all the ~>necessary progr

Re: Signal 127 when doing make

2003-06-12 Thread Igor Pechtchanski
On Thu, 12 Jun 2003, Manik, Raina (IE10) wrote: > Hi all, > > I get the following error while doing a make on cygwin... > > Signal 127 > gmake: *** [platreg.s] Error 255 > > I've attached the output of cygcheck -s -c -r -v if anyone > needs it. > > Suggestions on what the nature of this problem is

RE: Signal 127 when doing make

2003-06-12 Thread Manik, Raina (IE10)
Nope, i've renamed GNU make to gmake. It's fine. ~>-Original Message- ~>From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] ~>Sent: Thursday, June 12, 2003 5:50 PM ~>To: Manik, Raina (IE10) ~>Cc: [EMAIL PROTECTED] ~>Subject: Re

Re: Signal 127 when doing make

2003-06-12 Thread Gerrit P. Haase
Raina schrieb: > Hi all, > I get the following error while doing a make on cygwin... > Signal 127 > gmake: *** [platreg.s] Error 255 There is no gmake in the make package, you're probably runing another make. Try: $ which make and $ which gmake Gerrit -- =^..^= -- Unsubscribe info: h

Signal 127 when doing make

2003-06-12 Thread Manik, Raina (IE10)
Hi all, I get the following error while doing a make on cygwin... Signal 127 gmake: *** [platreg.s] Error 255 I've attached the output of cygcheck -s -c -r -v if anyone needs it. Suggestions on what the nature of this problem is, would be very welcome. I've looked at the output of make debug i