Skip to content
Discussion options

You must be logged in to vote

I finally got this working thanks to this hint:
marcboeker#175 (comment)

This is a step-by-step procedure starting from zero. It should help others on Windows.

1. Install MSYS2

Download and install MSYS2 from:

Follow the installer instructions and open the MSYS2 shell.

2. Update packages and install the DuckDB package for UCRT64

Open an MSYS2 shell and run:

# update package database and core packages
pacman -Syu

# install DuckDB for mingw-w64 ucrt x86_64
pacman -S ucrt64/mingw-w64-ucrt-x86_64-duckdb

Verify the installed files

Make sure the expected DuckDB files are present:

  • libduckdb.dll should be in C:/msys64/ucrt64/bin
  • libduckdb.dll.a should be in

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by taniabogatsch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #74 on December 02, 2025 11:16.