Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jam-files/engine/boehm_gc/doc/README.win64')
-rw-r--r--jam-files/engine/boehm_gc/doc/README.win6417
1 files changed, 17 insertions, 0 deletions
diff --git a/jam-files/engine/boehm_gc/doc/README.win64 b/jam-files/engine/boehm_gc/doc/README.win64
new file mode 100644
index 000000000..9db0e78c6
--- /dev/null
+++ b/jam-files/engine/boehm_gc/doc/README.win64
@@ -0,0 +1,17 @@
+64-bit Windows on AMD64/Intel EM64T is somewhat supported in the 7.0
+release. A collector can be built with Microsoft Visual C++ 2005.
+The resulting test programs have been known to work at least once.
+More testing would clearly be helpful.
+
+Currently only NT_X64_STATIC_THREADS_MAKEFILE has been used in
+this environment. Copy this file to MAKEFILE, and then type "nmake"
+in a Visual C++ command line window to build the static library
+and the usual test programs. To verify that the colllector is
+at least somewhat functional, run gctest.exe. This should create
+gctest.exe.log after a few seconds.
+
+This process is completely analogous to NT_STATIC_THREADS_MAKEFILE
+for the 32-bit version.
+
+Note that currently a few warnings are still generated by default,
+and a number of others have been explicitly turned off in the makefile.