missed one!
[debian/atlc] / README.solaris
1 1) Sun's make programme in /usr/ccs/bin/make is not able to compile this
2 properly, giving an error message like 
3
4 mksh: Fatal error in reader: = missing from replacement macro reference
5
6 Another problem found on the make in Solaris 2.5 is that it don't know
7 how to make acx_mpi.m4. That file is included in the distribution for
8 future use, but there is no reason for the program to do anything with
9 it. 
10
11 Use GNU make to build atlc. This is often installed on systems as gmake.
12 Other make versions like smake may work, but I've never tried them. 
13
14 3) If you have a copy of Sun's cc compiler, the following 
15 CFLAGS are suggested. Using Sun's compiler will give about a 25% reduction 
16 in run times. 
17
18 '-dalign -fns -fsimple=1 -xalias_level=basic -xdepend -xlibmil -xO5 -I/usr/local/include -R/usr/local/lib'
19
20 If you find a better set of options for Sun's cc, that still allow all
21 the tests to pass, then please let me know. 
22  
23 Dr. David Kirkby, 16th October 2003 Re: atlc-4.5.1
24
25