···864864 @echo make invocation. Simply place the sources for FlexDLL in a
865865 @echo sub-directory.
866866 @echo This can either be done by downloading a source tarball from
867867- @echo \ https://github.com/alainfrisch/flexdll/releases
867867+ @echo \ https://github.com/ocaml/flexdll/releases
868868 @if [ -d .git ]; then \
869869 echo or by checking out the flexdll submodule with; \
870870 echo \ git submodule update --init; \
871871 else \
872872 echo or by cloning the git repository; \
873873- echo \ git clone https://github.com/alainfrisch/flexdll.git; \
873873+ echo \ git clone https://github.com/ocaml/flexdll.git; \
874874 fi
875875 @echo "Then pass --with-flexdll=<dir> to configure and build as normal."
876876 @false
+3-3
README.win32.adoc
···84848585[[bmflex]]
8686In addition to Cygwin, FlexDLL must also be installed, which is available from
8787-https://github.com/alainfrisch/flexdll. A binary distribution is available;
8787+https://github.com/ocaml/flexdll. A binary distribution is available;
8888instructions on how to build FlexDLL from sources, including how to bootstrap
8989FlexDLL and OCaml are given <<seflexdll,later in this document>>. Unless you
9090bootstrap FlexDLL, you will need to ensure that the directory to which you
···308308done in one of three ways:
309309310310 * Extracting the sources from a tarball from
311311- https://github.com/alainfrisch/flexdll/releases
311311+ https://github.com/ocaml/flexdll/releases
312312 * Cloning the git repository by running:
313313+
314314- git clone https://github.com/alainfrisch/flexdll.git
314314+ git clone https://github.com/ocaml/flexdll.git
315315316316 * If you are compiling from a git clone of the OCaml repository, instead of
317317 using a sources tarball, you can run:
+1-1
utils/binutils.ml
···568568 array_find (function ({name; _} : section) -> name = sectname) sections
569569570570 (* We extract the list of exported symbols as encoded by flexlink, see
571571- https://github.com/alainfrisch/flexdll/blob/bd636def70d941674275b2f4b6c13a34ba23f9c9/reloc.ml
571571+ https://github.com/ocaml/flexdll/blob/bd636def70d941674275b2f4b6c13a34ba23f9c9/reloc.ml
572572 #L500-L525 *)
573573574574 let read_symbols d {image_base; _} sections =