[Ecls-list] ecl on Solaris/sparc?

Raymond Toy toy.raymond at gmail.com
Sat Aug 30 13:16:06 UTC 2008



Raymond Toy wrote:
> Juan Jose Garcia-Ripoll wrote:
>> Thanks, that is really appreciated. Your change is ok with me. I have
>> provided similar hacks for other platforms, such as Windows, which do
>> not have all the C99 mathematical functions and macros. The ideal
>> place for that right now is in src/c/config.h, at the end. So probably
>> you only have to complete the #if statement with the appropriate
>> check. Can you try that? If it works, please send me back a patch file
>> so that I can commit the change.
>>
>>
>>   
> Ok.  I'll give it a try and send you a patch soon.

Well, the change is very, very simple.  At the end of src/c/config.h, 
where isfinite is defined, just add defined(sparc).

Might not want to do this if configure is changed to detect if isfinite 
is defined.

Ray





More information about the ecl-devel mailing list