Last active
May 13, 2025 16:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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