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
| HOMEBREW_VERSION: 0.7.1 | |
| HEAD: 0008cc16b3366634f9515562a3fa2eace3245323 | |
| HOMEBREW_PREFIX: /Users/pweaver/homebrew | |
| HOMEBREW_CELLAR: /Users/pweaver/homebrew/Cellar | |
| HOMEBREW_REPOSITORY: /Users/pweaver/homebrew | |
| HOMEBREW_LIBRARY_PATH: /Users/pweaver/homebrew/Library/Homebrew | |
| Hardware: quad-core 64-bit arrandale | |
| OS X: 10.6.5 | |
| Kernel Architecture: i386 | |
| Ruby: 1.8.7-174 |
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
| --- env1 2010-06-01 05:46:40.000000000 -0700 | |
| +++ env2 2010-06-01 05:46:46.000000000 -0700 | |
| @@ -1,4 +1,4 @@ | |
| -PATH=/Users/pweaver/signali/Quattro/build/bin/:/Users/pweaver/.cabal/ghc-6.12.2/bin:/bin:/Users/pweaver/bin/emacs:/Users/pweaver/homebrew/sbin:/Users/pweaver/homebrew/bin:/Users/pweaver/bin:/Users/pweaver/local/bin:/Users/pweaver/commonrc/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
| +PATH=/Users/pweaver/signali/Quattro/build/bin/:/Users/pweaver/.cabal/ghc-6.12.2/bin:/bin:/Users/pweaver/bin/emacs:/Users/pweaver/homebrew/sbin:/Users/pweaver/homebrew/bin:/Users/pweaver/bin:/Users/pweaver/local/bin:/Users/pweaver/commonrc/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/pweaver/signali/Quattro/build/bin/:/Users/pweaver/.cabal/ghc-6.12.2/bin:/Users/pweaver/bin/emacs:/Users/pweaver/homebrew/sbin:/Users/pweaver/homebrew/bin:/Users/pweaver/bin:/Users/pweaver/local/bin:/Users/pweaver/commonrc/bin | |
| TMPDIR |
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
| require 'formula' | |
| class Polyml <Formula | |
| url 'http://sourceforge.net/projects/polyml/files/polyml/5.3/polyml.5.3.tar.gz/download' | |
| version '5.3' | |
| homepage 'http://www.polyml.org' | |
| md5 'c4e3a33307c4465c4f068ae4fa225ced' | |
| def install | |
| args = [ "--prefix=#{prefix}", |
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
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by Poly/ML configure 5.3, which was | |
| generated by GNU Autoconf 2.64. Invocation command line was | |
| $ ./configure | |
| ## --------- ## | |
| ## Platform. ## |
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
| ==> 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 |
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
| configure:2958: checking for readline in -lreadline | |
| gcc -o conftest -g -O2 conftest.c -lreadline -lncurses | |
| configure:3003: gcc -o conftest -g -O2 conftest.c -lreadline -lncurses >&5 | |
| ld: warning: in /Users/pweaver/local/homebrew/lib/libreadline.dylib, missing required architecture x86_64 in file | |
| Undefined symbols: | |
| "_readline", referenced from: | |
| _main in cc55aPDM.o | |
| ld: symbol(s) not found | |
| collect2: ld returned 1 exit status | |
| configure:3009: $? = 1 |
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
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Haskell readline package" | |
| #define PACKAGE_TARNAME "readline" | |
| #define PACKAGE_VERSION "1.0" | |
| #define PACKAGE_STRING "Haskell readline package 1.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| /* end confdefs.h. */ | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC |
NewerOlder