[ROOT] root 2.25_03 dans gmake 3.79.1 (fwd)

From: Christophe DIARRA (diarra@ipno.in2p3.fr)
Date: Mon Nov 06 2000 - 16:06:45 MET


Hello.

We are unable to compile root 2.25_03 with gmake 3.79.1 on Solaris 7.

'make install' from the root directory gives an error message:

/bin/sh: syntax error at line 1: `(' unexpected

Following is a small Makefile (attached file) which reproduce the problem.
At the CERN, on ion.cern.ch (HP-UX) with gmake 3.79.1 there is no error
message with this Makefile.

Have encountered this kind of problem yet ?

Thanks in advance.

Christophe. 

***
Christophe DIARRA
Institut de Physique Nucleaire
Bat 100A - S2I
91406 ORSAY Cedex
Tel: (33) 1 69 15 65 60
Fax: (33) 1 69 15 45 03
     (33) 1 69 15 64 70
E-mail: diarra@ipno.in2p3.fr
***



# Top level Makefile for ROOT System
# Copyright (c) 2000 Rene Brun and Fons Rademakers
#
# Author: Fons Rademakers, 29/2/2000

BINDIR = /tmp/root
install:
	(if [ -d $(BINDIR) ]; then \
	   inode1=`ls -id $(BINDIR) | awk '{ print $$1 }'`; \
	fi; \
	inode2=`ls -id $$(pwd)/bin | awk '{ print $$1 }'`; \
	echo $$inode2;\
	if [ -d $(BINDIR) ] && [ $$inode1 -eq $$inode2 ]; then \
		echo "Everything already installed..."; \
	else \
		echo "Installing binaries in $(BINDIR)"; \
	fi)



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:36 MET