On 31-Jan-2001, Paul D. Smith <[EMAIL PROTECTED]> wrote:
>   j> gmake: syntax error at line 1: `(' unexpected
> 
> This error is not generated by GNU make.  That says to me that "gmake"
> is not the actual GNU make program, but rather a script, or some other
> program.

Another possible cause is that you're trying to run a version of
make that was compiled for one architecture on a different architecture.
In that case, the shell or OS may notice that the file you're trying
to run doesn't match the usual format for an executable on this
system, and so may fall back to treating it as a shell script; you'll
then get a message from the shell like the one above, indicating that
the binary file that it tried to execute is not valid syntax for a
shell script.

-- 
Fergus Henderson <[EMAIL PROTECTED]>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to