git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build git on HP/UX
@ 2007-06-28 10:59 Thomas Glanzmann
  2007-06-28 11:22 ` Alex Riesen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Glanzmann @ 2007-06-28 10:59 UTC (permalink / raw)
  To: michal.rokos, GIT

Hello,
could someone here describe what he did to build git on HP/UX?
Some of my questions is:

        - What build chain did you use (gcc?)?
        - Did you use binary packages provided by whom?

        Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build git on HP/UX
  2007-06-28 10:59 Build git on HP/UX Thomas Glanzmann
@ 2007-06-28 11:22 ` Alex Riesen
  2007-06-28 11:27   ` Thomas Glanzmann
  2007-06-28 12:23 ` Michal Rokos
  2007-06-28 17:04 ` Linus Torvalds
  2 siblings, 1 reply; 5+ messages in thread
From: Alex Riesen @ 2007-06-28 11:22 UTC (permalink / raw)
  To: Thomas Glanzmann; +Cc: michal.rokos, GIT

On 6/28/07, Thomas Glanzmann <thomas@glanzmann.de> wrote:
> Hello,
> could someone here describe what he did to build git on HP/UX?

what did you already tried? Do you have a build log? (with either gcc or acc)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build git on HP/UX
  2007-06-28 11:22 ` Alex Riesen
@ 2007-06-28 11:27   ` Thomas Glanzmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Glanzmann @ 2007-06-28 11:27 UTC (permalink / raw)
  To: Alex Riesen; +Cc: michal.rokos, GIT

Hello,

> what did you already tried? Do you have a build log? (with either gcc or 
> acc)

I tried nothing. But my next steps are to download gcc packages from
http://hpux.cs.utah.edu/ and try to compile git.

Gruesse,
        Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build git on HP/UX
  2007-06-28 10:59 Build git on HP/UX Thomas Glanzmann
  2007-06-28 11:22 ` Alex Riesen
@ 2007-06-28 12:23 ` Michal Rokos
  2007-06-28 17:04 ` Linus Torvalds
  2 siblings, 0 replies; 5+ messages in thread
From: Michal Rokos @ 2007-06-28 12:23 UTC (permalink / raw)
  To: Thomas Glanzmann; +Cc: GIT

Hi,

I'm using it every day...

On Thursday 28 June 2007 12:59:52 Thomas Glanzmann wrote:
> Hello,
> could someone here describe what he did to build git on HP/UX?
> Some of my questions is:
>
>         - What build chain did you use (gcc?)?
>         - Did you use binary packages provided by whom?

On Parics I'm using gcc.
On Itanium I'm using hp stock cc (so no need to build gcc-build-chain)

I'm git-pulling it very often - co I'm compiling it from the git sources.

Michal.

--
Michal Rokos
ICQ: 36118339
Jabber: michal.rokos@gmail.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build git on HP/UX
  2007-06-28 10:59 Build git on HP/UX Thomas Glanzmann
  2007-06-28 11:22 ` Alex Riesen
  2007-06-28 12:23 ` Michal Rokos
@ 2007-06-28 17:04 ` Linus Torvalds
  2 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2007-06-28 17:04 UTC (permalink / raw)
  To: Thomas Glanzmann; +Cc: michal.rokos, GIT



On Thu, 28 Jun 2007, Thomas Glanzmann wrote:
>
> could someone here describe what he did to build git on HP/UX?
> Some of my questions is:
> 
>         - What build chain did you use (gcc?)?

The compiler shouldn't be a big issue, although git does expect something 
much better than K&R. Ie you need a *modern* compiler. 

(To be honest, the git sources do use some gcc extensions, but 
 (a) I think they are all successfully conditional on gcc already
 (b) most modern vendor compilers support a lot of them anyway


The Makefile is very GNU-make, though, so even if you don't have gcc, you 
should have GNU make, or you'd need to create your own makefile.

And you'll need perl, and a basic set of development libraries: zlib and 
openssl are the minimum set, I think (apart from the basic C library with 
networking extensions).

For full functionality, you'll need ssh, rsync, tcl/tk, curl, expat, SVN, 
CVS, cvsps, etc - obviously depending on what you're actually going to do.

			Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-28 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-28 10:59 Build git on HP/UX Thomas Glanzmann
2007-06-28 11:22 ` Alex Riesen
2007-06-28 11:27   ` Thomas Glanzmann
2007-06-28 12:23 ` Michal Rokos
2007-06-28 17:04 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).