Skip to content

Instantly share code, notes, and snippets.

View brtdv's full-sized avatar

Bert Devriese brtdv

View GitHub Profile
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install php53-imagick
==> Downloading http://pecl.php.net/get/imagick-3.0.1.tgz
Already downloaded: /Library/Caches/Homebrew/php53-imagick-3.0.1.tgz
tar xf /Library/Caches/Homebrew/php53-imagick-3.0.1.tgz
==> /usr/local/Cellar/php53/5.3.17/bin/phpize
/usr/local/Cellar/php53/5.3.17/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
@brtdv
brtdv / .htaccess
Created March 5, 2013 08:09
Add GZIP compression to HTTP requests in the .htaccess
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
</ifmodule>
T-800:no-debug-non-zts-20090626 bert$ brew --env
CC: cc
CXX: c++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/Homebrew/pkgconfig
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
bash-3.2$ which perl
/usr/bin/perl
bash-3.2$ perl -v
This is perl, v5.10.0 built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
bash-3.2$ find . -type f -exec grep -H -n gcc-4.2 '{}' \;
./config.log:79:i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
./config.log:88:Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/Developer/usr/llvm-gcc-4.2/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~3/dst-llvmCore/Developer/usr/local --with-gxx-include-dir=/usr/include/c++/4.2.1 --host=i686-apple-darwin10 --target=i686-apple-darwin10
./config.log:93:llvm-gcc-4.2: argument to `-V' is missing
./config.log:96:i686-apple-darwin10-llvm-gcc-4.2: no input files
./config.log:140:i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
./config.log:149:Configured with: /priv
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# src/perl/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
office:~ fileserver$ brew install -vd --env=std --use-llvm irssi
/usr/local/bin/brew: loading /usr/local/Library/Formula/irssi.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/glib.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/xz.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/gettext.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/libffi.rb
/usr/local/Library/Formula/irssi.rb: loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/Library/Formula/irssi.rb: loading /usr/local/Library/Formula/glib.rb
/usr/local/Library/Formula/irssi.rb: loading /usr/local/Library/Formula/xz.rb
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by irssi configure 0.8.15, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/irssi/0.8.15 --sysconfdir=/usr/local/etc --with-perl=yes --with-perl-lib=/usr/local/Cellar/irssi/0.8.15/lib/perl5/site_perl --with-bot --with-proxy --enable-ssl --enable-ipv6 --with-socks
## --------- ##
## Platform. ##
office:~ fileserver$ gcc
i686-apple-darwin10-llvm-gcc-4.2: no input files
office:~ fileserver$ brew --config
HOMEBREW_VERSION: 0.9.3
HEAD: 16073f9204188cf20ce1b184ece982a8753c4983
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 32-bit core
OS X: 10.6.8-i386
Xcode: 4.2
LLVM-GCC: build 2336
Clang: 3.0 build 211