
29 Aug
2003
29 Aug
'03
9:36 a.m.
In file included from longlong.h:75, from mpz_div.c:25: asmlong.h:3:12: missing terminating " character asmlong.h:7:40: missing terminating " character .... etc
I would guess that your machine probably has a very recent gcc compiler version >= 3.3 maybe?
Attached is the new file "asmlong.h", which replaces the version distributed with nhc98 in the directory src/runtime/Integer. If you drop it into place and re-start the build, everything should now go smoothly. Regards, Malcolm