newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: HPW on November 19, 2003, 01:18:28 AM

Title: solaris compile
Post by: HPW on November 19, 2003, 01:18:28 AM
We have succesfull compiled newlisp 7.3.4 on our host running solaris.

Now it can be used on both sides. Great!
Title:
Post by: Lutz on November 19, 2003, 04:46:59 AM
Good! On some Solaris Systems, you have to use 'gmake' instead of 'make'. I wonder if you had any diffculties/warnings or if it zipped right through it.



I developed on two Sparc R220 with SunOS 5.9 on the compiler farm of cf.sourceforge.net , one would have warnings and not link using 'make'. The other one looked identical but didn't have 'make', then using 'gmake' everything went smooth without warnings.





Lutz
Title:
Post by: Lutz on November 19, 2003, 05:05:44 AM
BTW, I left a debugging message in the floating point routines in 7.3.4 in the nl-math.c module line 1411, you might want to take that out before compiling.





Lutz
Title:
Post by: HPW on November 19, 2003, 05:35:21 AM
> nl-math.c module line 1411, you ...



1411 is the empty last line in the 7.3.4 source distribution.





When we compiled we get some warnings about CR.

After converting to UNIX-file format no more warnings appear.
Title:
Post by: Lutz on November 19, 2003, 06:54:40 AM
Oops, I meant a printf statement around line 234.



But now it doesn't matter as 7.3.7 is out (with unlimited size in Tcl proc: NewlispEvaluateBuffer, locale switching and consistent FP exception handling -- thanks Nigel).



Lutz
Title:
Post by: HPW on November 19, 2003, 10:06:21 AM
>unlimited size in Tcl proc:



Really graet! Offers now the same speed as loading from disk-file!

Thanks again!
Title:
Post by: HPW on April 07, 2004, 11:39:11 PM
We have succesfull compiled newlisp 8.0 final on our host running solaris.

As always! Great!
Title:
Post by: Lutz on April 08, 2004, 12:10:17 PM
I am glad it compiles on Solaris, I couldn't check it out myself this time on Sourceforge.



Lutz