Skip to content

Instantly share code, notes, and snippets.

@pheaver
Created September 30, 2009 23:37
Show Gist options
  • Save pheaver/198565 to your computer and use it in GitHub Desktop.
Save pheaver/198565 to your computer and use it in GitHub Desktop.
==> Build Environment
CFLAGS: -O3 -march=core2 -m64 -mmmx -msse4.1 -w -pipe -fomit-frame-pointer -mmacosx-version-min=10.6
LDFLAGS: -L/Users/pweaver/local/homebrew/lib
CPPFLAGS: -I/Users/pweaver/local/homebrew/include
MAKEFLAGS: -j2
==> Downloading ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz
File already downloaded and cached
/usr/bin/tar xf /Users/pweaver/Library/Caches/Homebrew/readline-6.0.tar.gz
==> Patching
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file support/shobj-conf
Hunk #1 succeeded at 152 with fuzz 2.
==> ./configure --prefix=/Users/pweaver/local/homebrew/Cellar/readline/6.0 --mandir=/Users/pweaver/local/homebrew/Cellar/readline/6.0/share/man --infodir=/Users/pweaver/local/homebrew/Cellar/readline/6.0/share/info
./configure --prefix=/Users/pweaver/local/homebrew/Cellar/readline/6.0 --mandir=/Users/pweaver/local/homebrew/Cellar/readline/6.0/share/man --infodir=/Users/pweaver/local/homebrew/Cellar/readline/6.0/share/info
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
Beginning configuration for readline-6.0 for i386-apple-darwin10.0.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment