[BACK]Return to README.alpha CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gc

File: [local] / OpenXM_contrib / gc / Attic / README.alpha (download)

Revision 1.1.1.1 (vendor branch), Sat Nov 27 10:58:32 1999 UTC (24 years, 5 months ago) by maekawa
Branch: GC
CVS Tags: maekawa-ipv6, VERSION_5_3, VERSION_5_0_ALPHA_4, VERSION_4_14, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import gc 4.14

Should work under OSF/1 and Linux.  Currently no VMS or NT support, though
the latter shouldn't be hard.

Incremental gc not yet supported under Linux because signal handler
for SIGSEGV can't get a hold of fault address.  Dynamic library support
is also missing from Linux/alpha, probably for no good reason.

Currently there is no thread support in the standard distribution.  There
exists a separate port to DEC Unix pthreads.  It should be possible to
port the X86 Linux threads support to Alpha without much trouble.

If you get asssembler errors, be sure to read the first few lines of the
Makefile.

From Philippe Queinnec:

System: DEC/Alpha OSF1 v3.2, vendor cc
Problem: can't link if libgc has been compiled with "cc -std1".
         It works if the library has been compiled with either gcc or "cc"
         alone. The problem is because the variable "end" is not defined if
         compiling in std1 mode (see man ld).
Proposed fix: none. Don't use cc -std1 !