]> gcc.gnu.org Git - gcc.git/blame - boehm-gc/README.alpha
new
[gcc.git] / boehm-gc / README.alpha
CommitLineData
73ffefd0
TT
1Should work under OSF/1 and Linux. Currently no VMS or NT support, though
2the latter shouldn't be hard.
3
4Incremental gc not yet supported under Linux because signal handler
5for SIGSEGV can't get a hold of fault address. Dynamic library support
6is also missing from Linux/alpha, probably for no good reason.
7
20bbd3cd
TT
8Currently there is no thread support in the standard distribution. There
9exists a separate port to DEC Unix pthreads. It should be possible to
10port the X86 Linux threads support to Alpha without much trouble.
11
12If you get asssembler errors, be sure to read the first few lines of the
13Makefile.
14
73ffefd0
TT
15From Philippe Queinnec:
16
17System: DEC/Alpha OSF1 v3.2, vendor cc
18Problem: can't link if libgc has been compiled with "cc -std1".
19 It works if the library has been compiled with either gcc or "cc"
20 alone. The problem is because the variable "end" is not defined if
21 compiling in std1 mode (see man ld).
22Proposed fix: none. Don't use cc -std1 !
This page took 0.096061 seconds and 5 git commands to generate.