chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] build-fix for Solaris (#970)


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] [PATCH] build-fix for Solaris (#970)
Date: Thu, 24 Jan 2013 04:34:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Hi Michele,

On Wed, 23 Jan 2013 22:08:45 +0100 Michele La Monaca <address@hidden> wrote:

> Patch provided for the install issue on Solaris.
>
> ---
>  Makefile.solaris |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.solaris b/Makefile.solaris
> index 99f9826..f6914c7 100644
> --- a/Makefile.solaris
> +++ b/Makefile.solaris
> @@ -36,7 +36,7 @@ SRCDIR = ./
>  ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
>  # default to gcc - use "make ... C_COMPILER=cc ..." to use SunPro CC
>  export C_COMPILER ?= gcc
> -export INSTALL_PROGRAM ?= ginstall
> +export INSTALL_PROGRAM ?= /usr/ucb/install

I'm totally clueless about Solaris, but won't that break other
versions (e.g., OpenSolaris)?

http://www.scalingbits.com/node/186 has some points.

You can also configure INSTALL_PROGRAM by specifying it on the make
call.  Example:

  $ make PLATFORM=solaris INSTALL_PROGRAM=/usr/ucb/install ...

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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