Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Tag: FreeTDS

GeneralProgrammingPython

Compiling FreeTDS on Windows

This is how I got FreeTDS to compile on Windows 7 Professional with Visual Studio 2008. 1. Install Visual Studio 2008 (a.k.a.: Visual Studio 9.0) 2. Download the FreeTDS 0.91 source tarball and extract it somewhere. I chose...
Marc 2013-07-21
MacProgramming

OS X Homebrew: Build FreeTDS from HEAD (gitorious)

Here's a pull request I just submitted to homebrew to make it possible to build FreeTDS from master on its gitorious repo: https://github.com/mxcl/homebrew/pull/21309 Example of using it: $ brew install freetds --HEAD --universal...
Marc 2013-07-182013-07-18
MacProgrammingPython

Compiling a universal library

A note for my future self on how to compile a library as universal binary in Mac OS X. For a while, I've been getting warnings like these when building pymssql: ld: warning: ignoring file /usr/local/lib/libsybdb.dylib, file was...
Marc 2013-07-182013-07-18
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing