ada-util icon indicating copy to clipboard operation
ada-util copied to clipboard

link of util_harness.adb failed

Open houdelou opened this issue 2 years ago • 0 comments

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

houdelou avatar Nov 14 '22 21:11 houdelou