Skip to content

Instantly share code, notes, and snippets.

@myst3k
Last active May 13, 2025 16:41
Show Gist options
  • Save myst3k/568faf60415aa15ef2fed1d1c282b0d0 to your computer and use it in GitHub Desktop.
Save myst3k/568faf60415aa15ef2fed1d1c282b0d0 to your computer and use it in GitHub Desktop.
mysql-connector-odbc 9.3.0 compile/build odbc2parque unixodbc M4 Pro Max macOS Sequoia 15.5
NOTHING RELATED TO libiodbc / iODBC is needed
brew install gcc unixodbc [email protected]
/opt/local/src/mysql-connector-odbc-9.3.0-src/_build
cmake \
-DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-14 \
-DCMAKE_C_COMPILER=/opt/homebrew/bin/gcc-14 \
-DWITH_UNIXODBC=1 \
-DMYSQL_DIR="/opt/homebrew/opt/[email protected]" \
..
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment