Imported and merged Boehm GC 7.0
[cacao.git] / src / mm / boehm-gc / doc / README.win64
1 64-bit Windows on AMD64/Intel EM64T is somewhat supported in the 7.0
2 release.  A collector can be built with Microsoft Visual C++ 2005.
3 The resulting test programs have been known to work at least once.
4 More testing would clearly be helpful.
5
6 Currently only NT_X64_STATIC_THREADS_MAKEFILE has been used in
7 this environment.  Copy this file to MAKEFILE, and then type "nmake"
8 in a Visual C++ command line window to build the static library
9 and the usual test programs.  To verify that the colllector is
10 at least somewhat functional, run gctest.exe.  This should create
11 gctest.exe.log after a few seconds.
12
13 This process is completely analogous to NT_STATIC_THREADS_MAKEFILE
14 for the 32-bit version.
15
16 Note that currently a few warnings are still generated by default,
17 and a number of others have been explicitly turned off in the makefile.