Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created July 22, 2012 15:41
Show Gist options
  • Select an option

  • Save rkitover/3160018 to your computer and use it in GitHub Desktop.

Select an option

Save rkitover/3160018 to your computer and use it in GitHub Desktop.
mac env vars for macports
export LIBPREFIX='/opt/local'
export CPATH="$HOME/include:$LIBPREFIX/include"
export CPPFLAGS="-I$HOME/include -I$LIBPREFIX/include -I$LIBPREFIX/include/libtommath"
export CFLAGS="$CPPFLAGS"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="-L$HOME/lib -L$LIBPREFIX/lib"
export LIBTOOLIZE=glibtoolize
export LIBTOOL=glibtool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment