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