File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ Only the `make` Cygwin package is required. `diffutils` is required if you wish
6363to be able to run the test suite.
6464
6565Unless you are also compiling the Cygwin port of OCaml, you do not need the
66- `gcc-core` or `flexdll` packages. If you do install them, care may be required
67- to ensure that a particular build is using the correct installation of
68- `flexlink`.
66+ `gcc-core` or `flexdll` packages.
6967
7068[[bmflex]]
7169In addition to Cygwin, FlexDLL must also be installed, which is available from
@@ -197,7 +195,7 @@ quickly as it will be unable to link `ocamlrun`.
197195
198196Now run:
199197
200- ./configure --build=i686 -pc-cygwin --host=i686-pc-windows
198+ ./configure --build=x86_64 -pc-cygwin --host=i686-pc-windows
201199
202200for 32-bit, or:
203201
@@ -262,7 +260,7 @@ the WinZip Options Window.)
262260
263261Now run:
264262
265- ./configure --build=i686 -pc-cygwin --host=i686-w64-mingw32
263+ ./configure --build=x86_64 -pc-cygwin --host=i686-w64-mingw32
266264
267265for 32-bit, or:
268266
You can’t perform that action at this time.
0 commit comments