[SciPy-dev] Cannot build scipy_core (newcore) on Solaris 8

Travis Oliphant oliphant at ee.byu.edu
Tue Oct 11 22:52:49 EDT 2005


Christopher Hanley wrote:

>>O.K.  Your system does not have the longdouble and floatingpoint math
>>functions (or at least we need different headers to get them).
>>
>>Let's go back and remove the
>>
>>HAVE_LONGDOUBLE_FUNCS
>>
>>and
>>
>>HAVE_FLOAT_FUNCS
>>
>>lines
>>
>>from your config.h
>>
>>file and try again.
>>
>>    
>>
>
>O.K.  That did the trick.  The config.h file now looks like this:
>
>/* #define SIZEOF_SHORT 2 */
>/* #define SIZEOF_INT 4 */
>/* #define SIZEOF_LONG 4 */
>/* #define SIZEOF_FLOAT 4 */
>/* #define SIZEOF_DOUBLE 8 */
>#define SIZEOF_LONG_DOUBLE 16
>#define SIZEOF_PY_INTPTR_T 4
>/* #define SIZEOF_LONG_LONG 8 */
>#define SIZEOF_PY_LONG_LONG 8
>/* #define CHAR_BIT 8 */
>#define MATHLIB m
>#define HAVE_INVERSE_HYPERBOLIC_FLOAT
>
>  
>
Remind us what does get produced automatically...

-Travis





More information about the SciPy-Dev mailing list