Skip to content

Instantly share code, notes, and snippets.

@kennknowles
Created August 10, 2012 19:09
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 kennknowles/3316978 to your computer and use it in GitHub Desktop.
Save kennknowles/3316978 to your computer and use it in GitHub Desktop.
`brew install gettext` output
megan-finns-macbook-2:Caches kenn$ brew install gettext
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/gettext-0.18.1.1.lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring gettext-0.18.1.1.lion.bottle.tar.gz
==> Caveats
This formula is keg-only, so it was not symlinked into /usr/local.
OS X provides the BSD gettext library and some software gets confused if both are in the library path.
Generally there are no consequences of this for you.
If you build your own software and it requires this formula, you'll need
to add its lib & include paths to your build variables:
LDFLAGS -L/usr/local/Cellar/gettext/0.18.1.1/lib
CPPFLAGS -I/usr/local/Cellar/gettext/0.18.1.1/include
==> Summary
/usr/local/Cellar/gettext/0.18.1.1: 366 files, 12M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment