All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Lattarini <stefano.lattarini@gmail.com>
To: Quintin Ronan <ronan.quintin@sopragroup.com>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Unable to compile Git on HP-UX B.11.31 U ia64
Date: Wed, 14 Nov 2012 12:25:33 +0100	[thread overview]
Message-ID: <50A37FAD.1030901@gmail.com> (raw)
In-Reply-To: <30295_1352891883_50A37DEB_30295_18278_1_67156E3FC2DDE6479DE35C159B9C2B582C59CEE6@wptxexmbx03.ptx.fr.sopra>

On 11/14/2012 12:18 PM, Quintin Ronan wrote:
> Hello,
> 
> I’m trying to compile git 1.7 on a HPUX server using make.
> The ./configure worked well :
>
> [SNIP]
> 
> But when i run make (with –d) it simply doesn’t work with a message
> which isn’t really helpfull :
> 
>   [SNIP]
>   Make: line 313: syntax error.  Stop.
> 
> Can you help me ?
> 
The Git build system requires GNU make, but it seems to me you are using
your system native make instead.  That won't work.  It might be the case
GNU make is installed on your system, but is named something like 'gmake'
or 'gnumake' rather than just 'make'.  What happens if you run the
following?

   $ gmake --version
   $ gnumake --version

If GNU make is not installed on your system, you can download the latest
version from here:

    <http://ftp.gnu.org/gnu/make/make-3.82.tar.gz>

For more information about GNU make:

    <http://www.gnu.org/software/make/>

HTH,
  Stefano

  reply	other threads:[~2012-11-14 11:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14 11:18 Unable to compile Git on HP-UX B.11.31 U ia64 Quintin Ronan
2012-11-14 11:25 ` Stefano Lattarini [this message]
2012-11-14 11:31   ` Quintin Ronan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50A37FAD.1030901@gmail.com \
    --to=stefano.lattarini@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=ronan.quintin@sopragroup.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.