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

Re: problem creating makefile



obie@hirama.hiram.edu wrote:
> 
> Retrieved clisp-1994-07-04 version.
> Trying to install following Unix instructions on DECstation 3100 running
> 	Ultrix 4.2.
> Script below shows an error occurred on creating the makefile: [...]
> Line 763 is the echotab () line in makemake:

That is a function definition. The Bourne shell on Ultrix 4.2 does not
support shell functions.

 (1) Check if ksh or bash is available on your system. You do this
     with the command 'type' or with 'whereis'.
	Use this shell; i.e., type 'ksh target ultrix-4.2' and 'ksh
     makemake'.

 (2) If you don't have such a shell, get the bash sources from a ftp
     server near you and compile them. (Reduce the problem to a known
     one... :-)

Cheers,
	Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Joachim Schrod			Email: schrod@iti.informatik.th-darmstadt.de
Computer Science Department
Technical University of Darmstadt, Germany