solaris compile

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

solaris compile

Post by HPW »

We have succesfull compiled newlisp 7.3.4 on our host running solaris.
Now it can be used on both sides. Great!
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post 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.
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

>unlimited size in Tcl proc:

Really graet! Offers now the same speed as loading from disk-file!
Thanks again!
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

We have succesfull compiled newlisp 8.0 final on our host running solaris.
As always! Great!
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

I am glad it compiles on Solaris, I couldn't check it out myself this time on Sourceforge.

Lutz

Locked