Skip to content

Instantly share code, notes, and snippets.

@hubrix
Created August 15, 2014 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hubrix/e07df086fe24372e7272 to your computer and use it in GitHub Desktop.
Save hubrix/e07df086fe24372e7272 to your computer and use it in GitHub Desktop.
PSQL OSX 32-bit for Excel
CFLAGS=-m32
CPPFLAGS=-m32
postgresql-9.3.5$ ./configure --prefix=/usr/local --with-openssl --with-libxml --with-libxslt
unixODBC-2.3.2$ ./configure
psqlodbc-09.03.0300$ ./configure --with-unixodbc=/usr/local/bin/odbc_config --with-libpq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment