This file contains 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
==> Downloading http://ftpmirror.gnu.org/gnugo/gnugo-3.8.tar.gz | |
File already downloaded in /Users/hashem/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/hashem/Library/Caches/Homebrew/gnu-go-3.8.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnu-go/3.8 --with-readline=/usr/lib | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no |
This file contains 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
==> Downloading http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.15.8.12.tar.bz2 | |
File already downloaded in /Users/hashem/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/hashem/Library/Caches/Homebrew/dpkg-1.15.8.12.tar.bz2 | |
==> Patching | |
/usr/bin/patch -f -p1 -i 001-homebrew.diff | |
patching file configure | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/dpkg/1.15.8.12 --disable-compiler-warnings --disable-linker-optimisations --disable-compiler-optimisations --without-start-stop-daemon | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/dpkg/1.15.8.12 --disable-compiler-warnings --disable-linker-optimisations --disable-compiler-optimisations --without-start-stop-daemon | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes |