Created
August 10, 2012 19:09
-
-
Save kennknowles/3316978 to your computer and use it in GitHub Desktop.
`brew install gettext` output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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