scsh-users
[Top] [All Lists]

Re: IRIX 5.2

To: egner@hermes.zkm.de (Sebastian Egner)
Subject: Re: IRIX 5.2
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
Date: Tue, 27 Dec 1994 13:58:19 -0500
Cc: scsh@martigny.ai.mit.edu
| In addition I had some problems with the Makefiles
| because my make/tcsh combination complained about
| some unbalanced "'s.

Make shouldn't be using anything other than /bin/sh.
There was an old System V bug that the irix make
seems to still have.  The standard workaround is
to put 
        SHELL=/bin/sh
at the top of the Makefile.


<Prev in Thread] Current Thread [Next in Thread>
  • IRIX 5.2, Sebastian Egner
    • Re: IRIX 5.2, Scott Schwartz <=