stcarrez / ada-util

Ada Utility Library - Composing streams, processes, logs, serialization, encoders and more
Apache License 2.0
69 stars 14 forks source link

link of util_harness.adb failed #31

Open houdelou opened 1 year ago

houdelou commented 1 year ago

Hello,

First, let me say I'm a Ada beginner. I'm trying to install ada-util on Windows 10. From what I understand, Alire installed msys2.

  1. Started an msys2 shell.
  2. Cloned ada-util
  3. Installed mingw-w64-i686-toolchain (ada) and mingw-w64-i686-gprbuild.
  4. Added /mingw32/bin to PATH
  5. ./configure
  6. make
  7. It runs a while and I have a bunch of undefined reference : stat64, CloseHandle, etc.

I attached the output of the make command.

Thanks out.log