Page 1 of 1
solaris compile
Posted: Wed Nov 19, 2003 9:18 am
by HPW
We have succesfull compiled newlisp 7.3.4 on our host running solaris.
Now it can be used on both sides. Great!
Posted: Wed Nov 19, 2003 12:46 pm
by Lutz
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
Posted: Wed Nov 19, 2003 1:05 pm
by Lutz
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
Posted: Wed Nov 19, 2003 1:35 pm
by HPW
> 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.
Posted: Wed Nov 19, 2003 2:54 pm
by Lutz
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
Posted: Wed Nov 19, 2003 6:06 pm
by HPW
>unlimited size in Tcl proc:
Really graet! Offers now the same speed as loading from disk-file!
Thanks again!
Posted: Thu Apr 08, 2004 6:39 am
by HPW
We have succesfull compiled newlisp 8.0 final on our host running solaris.
As always! Great!
Posted: Thu Apr 08, 2004 7:10 pm
by Lutz
I am glad it compiles on Solaris, I couldn't check it out myself this time on Sourceforge.
Lutz