help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems with make


From: Fergus Henderson
Subject: Re: problems with make
Date: Thu, 1 Feb 2001 02:50:49 +1100

On 31-Jan-2001, Paul D. Smith <address@hidden> 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 <address@hidden>  |  "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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]