Skip to content

Instantly share code, notes, and snippets.

@kalanchoej
Created February 28, 2012 17:13
Show Gist options
  • Save kalanchoej/1933758 to your computer and use it in GitHub Desktop.
Save kalanchoej/1933758 to your computer and use it in GitHub Desktop.
gnutls installs after unlinking/relinking libtasn1
$ brew install libtasn1
$ brew unlink libtasn1
Unlinking /usr/local/Cellar/libtasn1/2.11... 4 links removed
$ brew link libtasn1
Linking /usr/local/Cellar/libtasn1/2.11... 44 symlinks created
$ brew install gnutls --use-clang
==> Downloading http://ftpmirror.gnu.org/gnutls/gnutls-2.12.16.tar.bz2
File already downloaded in /Users/.../Library/Caches/Homebrew
==> ./configure --disable-debug --disable-guile --disable-static --prefix=/usr/l
==> make install
/usr/local/Cellar/gnutls/2.12.16: 684 files, 5.8M, built in 67 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment