Re: Amaya 1.2 on Solaris 2.5.1

In-reply-to: Your message of Thu, 19 Feb 1998 10:47:18 -0500."
             <199802191546.QAA19113@cerberus.cs.utwente.nl> 
> Hi,
> 
> I tried -and in the end succeeded- to compile Amaya 1.2 on a Sun SS10 running
> Solaris 2.5.1.
> 
> Although /Gnu/bin is in the PATH variable before /usr/ccs/bin, I still need
> to run 'make CC=gcc all' in order to get the stuff compiled with gcc instead
> of cc (which fails, by the way).
> 
> Further, I had to add /usr/ccs/lib to the PATH variable in order for
> cpp to be found.
> 
> Is this normal behavior?
> 

Hi Richard,

To solve your problem, you have to add a "cpp" shell script in a directory 
listed 
by your path variable. This shell script must contain only this two lines:
-----------------------------------
#!/bin/sh
exec `gcc --print-prog-name=cpp` $*
-----------------------------------
Regards
  Irene.

Received on Friday, 20 February 1998 03:34:37 UTC