1 Should work under OSF/1 and Linux. Currently no VMS or NT support, though
2 the latter shouldn't be hard.
4 Incremental gc not yet supported under Linux because signal handler
5 for SIGSEGV can't get a hold of fault address. Dynamic library support
6 is also missing from Linux/alpha, probably for no good reason.
8 From Philippe Queinnec:
10 System: DEC/Alpha OSF1 v3.2, vendor cc
11 Problem: can't link if libgc has been compiled with "cc -std1".
12 It works if the library has been compiled with either gcc or "cc"
13 alone. The problem is because the variable "end" is not defined if
14 compiling in std1 mode (see man ld).
15 Proposed fix: none. Don't use cc -std1 !