Thank you for your reply.
The "config.h" is the following.
I hope it will be helpful.
Shimizu
/* #define SIZEOF_SHORT 2 */
/* #define SIZEOF_INT 4 */
/* #define SIZEOF_LONG 8 */
/* #define SIZEOF_FLOAT 4 */
/* #define SIZEOF_DOUBLE 8 */
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_PY_INTPTR_T 8
/
N Shimizu wrote:
> Hi everyone,
>
> I tried to build numpy 0.9.8 on compaq alpha tru64 UNIX v5.1 with gcc 4.0.2,
>
> but I encounterd the compilation trouble.
>
Thanks for the test. This looks like a configuration problem.
Could you post the config.h file that is generated when you ru
Hi everyone,
I tried to build numpy 0.9.8 on compaq alpha tru64 UNIX v5.1 with gcc 4.0.2,
but I encounterd the compilation trouble.
The error message is the following.
Do you have any suggestion?
Thank you in advance.
Shimizu.
numpy/core/src/umathmodule.c.src: In function 'nc_floor_quotl':
num