There is a problem with with the variable
"extended_type_stamp" which is currently defined in dynload.h, which
is included in stk.h. There is a similar declaration of the same
variable in dynload.c. I think what is really meant is "extern int
extended_type_stamp;" in dynload.h since the EXTENDEDP macro is
included in stk.h and refers to this var ? Besides this everything
seems to work nicely under Irix 5.2 and SGI's cc (including
STKlos-update). I have problems (frequent core dumps from _free())
compiling with gcc-2.6.0 but after a bit of playing around I suspect
they are problems with this version of the compiler.
Is there any interest/intention in adding an multi-dimensional
array type to stk, suitable for efficient numerical work (eg image
processing) ?
-Drew
;; Drew Whitehouse, E-mail: Drew.Whitehouse_at_anu.edu.au
;; Visualization Group, or drw900_at_anusf.anu.edu.au
;; Australian National University, Fax : +61 (0)6 247 3425
;; Supercomputer Facility. Phone : +61 (0)6 249 5985
;; Canberra ACT 0200, Australia.
http://anusf.anu.edu.au/drw900/me.html
Received on Fri Sep 02 1994 - 04:31:28 CEST