hi folks,
found needed corrections: 1.Had to nullify LANG_LIB2FUNCS in main Makefile because of cyclic compile, resulted in exhausting of proc space: `cannot fork'; with all common makes (previous: LANG_LIB2FUNCS = cplib2.txt) 2.`memmove' in run-time-system is Sys5ish, replace by memcpy (in memory.h), at least please set conditions, #ifdef Sys5 memmove ... memmove is in GNU C++ 3.RAND_MAX (p/rts/random.c) is not known to SunOS, neither to gcc, set for my purpose #define RAND_MAX 32767 4.p/gpc-lex.c needs <unistd.h> (SEEK_SET) 5.p/gpi-hash.c needs <sys/stdtypes.h> (size_t)
it did not help at all, to compile beforehand gcc-2.8.1 alone, unpatched.
Yours,
Harald Artur Irmer
Harald A. Irmer / hirmer@gwdg.de Biomed. NMR-Forschungs GmbH am MPI f"ur biophys. Chemie Am Fa"sberg 11 / D-37077 G"ottingen Tel. +49-551-201-1042 / Fax +49-551-201-1307