[MMTK] coordinates
Jaroslaw Kalinowski
jkalin@icm.edu.pl
Mon, 25 Nov 2002 16:22:53 +0100 (MET)
It means that the C compiler you use can not find header file
arrayobject.h which should be provided with the Numeric module.
You can do the following:
1. get the source of Numeric package you have installed and unpack it
2. cd Include
3. cp -r Numeric /usr/local/include
You may need root account to do 3.
On Mon, 25 Nov 2002, SUNIL KUMAR SHUKLA wrote:
> hi
> i am unable to instal mmtk using source code. its giving error in
> compilation of lapack_mmtk.c
> its gives an eror that the file /Numeric/arrayobject.h is not found..
> please tell me how to rectify this.
> thanks
> regards
>
>
>
> SUNIL KUMAR SHUKLA
> CHEMICAL ENGG.
> 229, HOSTEL-6
> INDIAN INSTITUTE OF TECHNOLOGY,BOMBAY
> MUMBAI
>
>
>
>
>
> _______________________________________________
> mmtk maillist - mmtk@starship.python.net
> http://starship.python.net/mailman/listinfo/mmtk
>