Created
May 13, 2012 15:38
-
-
Save franciscolourenco/2688953 to your computer and use it in GitHub Desktop.
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
$ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: bb21ff5b6189dca067a00bd281ff3dd0bbcdf5e0 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.7.4 | |
Kernel Architecture: x86_64 | |
Xcode: 4.3.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.1 build 318 | |
MacPorts or Fink? false | |
X11: /usr/X11 | |
System Ruby: 1.8.7-357 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
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
$ brew doctor | |
Your system is raring to brew. |
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
$ brew install -v haskell-platform | |
==> Downloading http://lambda.haskell.org/platform/download/2011.4.0.0/haskell-platform-2011.4.0.0.tar.gz | |
Already downloaded: /Users/user/Library/Caches/Homebrew/haskell-platform-2011.4.0.0.tar.gz | |
/usr/bin/tar xf /Users/user/Library/Caches/Homebrew/haskell-platform-2011.4.0.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/haskell-platform/2011.4.0.0 --enable-unsupported-ghc-version | |
./configure --prefix=/usr/local/Cellar/haskell-platform/2011.4.0.0 --enable-unsupported-ghc-version | |
************************************************** | |
* | |
* Haskell Platform Source Installer | |
* | |
* For the Haskell Platform 2011.4.0.0 and GHC 7.0.4 | |
* | |
************************************************** | |
checking build system type... i386-apple-darwin11.4.0 | |
checking host system type... i386-apple-darwin11.4.0 | |
checking target system type... i386-apple-darwin11.4.0 | |
checking for ghc... /usr/local/bin/ghc | |
checking for ghc-pkg... /usr/local/bin/ghc-pkg | |
checking for hsc2hs... /usr/local/bin/hsc2hs | |
checking version of ghc... 7.0.4 | |
checking version of ghc-pkg matches... yes | |
checking ghc actually works... [1 of 1] Compiling Main ( conftest.hs, conftest.o ) | |
yes | |
checking for perl... /usr/bin/perl | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for zlibVersion in -lz... yes | |
configure: creating ./config.status | |
config.status: creating scripts/config | |
************************************************** | |
* Configuration completed successfully. | |
* | |
* Install prefix: /usr/local/Cellar/haskell-platform/2011.4.0.0 | |
* Haskell packages will be registered into | |
* the global ghc package database | |
* | |
* If you wish to change these settings then | |
* use --prefix= and/or --enable-user-install | |
* | |
* Now do "make" followed by "sudo make install" | |
************************************************** | |
==> EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install | |
EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install | |
scripts/build.sh | |
************************************************** | |
Scanning system for any installed Haskell Platform components... | |
-n Found: | |
None. | |
-n New packages to install: | |
None! All done. | |
************************************************** | |
Building transformers-0.2.2.0 | |
"/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal" | |
Setup.hs:1:8: | |
Could not find module `Distribution.Simple': | |
There are files missing in the `Cabal-1.14.0' package, | |
try running 'ghc-pkg check'. | |
Use -v to see a list of the files searched for. | |
Error: | |
Compiling the Setup script failed | |
make: *** [build.stamp] Error 2 | |
config.log was copied to /Users/user/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/haskell-platform.rb#L13 | |
==> Build Environment | |
CPU: quad-core 64-bit sandybridge | |
MacOS: 10.7.4-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j4 | |
Error: Failed executing: EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install (haskell-platform.rb:13) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
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
$ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: bb21ff5b6189dca067a00bd281ff3dd0bbcdf5e0 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.7.4 | |
Kernel Architecture: x86_64 | |
Xcode: 4.3.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.1 build 318 | |
MacPorts or Fink? false | |
X11: /usr/X11 | |
System Ruby: 1.8.7-357 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
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
$ brew doctor | |
Your system is raring to brew. |
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
$ brew install -v haskell-platform | |
==> Downloading http://lambda.haskell.org/platform/download/2011.4.0.0/haskell-platform-2011.4.0.0.tar.gz | |
Already downloaded: /Users/user/Library/Caches/Homebrew/haskell-platform-2011.4.0.0.tar.gz | |
/usr/bin/tar xf /Users/user/Library/Caches/Homebrew/haskell-platform-2011.4.0.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/haskell-platform/2011.4.0.0 --enable-unsupported-ghc-version | |
./configure --prefix=/usr/local/Cellar/haskell-platform/2011.4.0.0 --enable-unsupported-ghc-version | |
************************************************** | |
* | |
* Haskell Platform Source Installer | |
* | |
* For the Haskell Platform 2011.4.0.0 and GHC 7.0.4 | |
* | |
************************************************** | |
checking build system type... i386-apple-darwin11.4.0 | |
checking host system type... i386-apple-darwin11.4.0 | |
checking target system type... i386-apple-darwin11.4.0 | |
checking for ghc... /usr/local/bin/ghc | |
checking for ghc-pkg... /usr/local/bin/ghc-pkg | |
checking for hsc2hs... /usr/local/bin/hsc2hs | |
checking version of ghc... 7.0.4 | |
checking version of ghc-pkg matches... yes | |
checking ghc actually works... [1 of 1] Compiling Main ( conftest.hs, conftest.o ) | |
yes | |
checking for perl... /usr/bin/perl | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for zlibVersion in -lz... yes | |
configure: creating ./config.status | |
config.status: creating scripts/config | |
************************************************** | |
* Configuration completed successfully. | |
* | |
* Install prefix: /usr/local/Cellar/haskell-platform/2011.4.0.0 | |
* Haskell packages will be registered into | |
* the global ghc package database | |
* | |
* If you wish to change these settings then | |
* use --prefix= and/or --enable-user-install | |
* | |
* Now do "make" followed by "sudo make install" | |
************************************************** | |
==> EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install | |
EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install | |
scripts/build.sh | |
************************************************** | |
Scanning system for any installed Haskell Platform components... | |
-n Found: | |
None. | |
-n New packages to install: | |
None! All done. | |
************************************************** | |
Building transformers-0.2.2.0 | |
"/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal" | |
Setup.hs:1:8: | |
Could not find module `Distribution.Simple': | |
There are files missing in the `Cabal-1.14.0' package, | |
try running 'ghc-pkg check'. | |
Use -v to see a list of the files searched for. | |
Error: | |
Compiling the Setup script failed | |
make: *** [build.stamp] Error 2 | |
config.log was copied to /Users/user/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/haskell-platform.rb#L13 | |
==> Build Environment | |
CPU: quad-core 64-bit sandybridge | |
MacOS: 10.7.4-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j4 | |
Error: Failed executing: EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2011.4.0.0/lib/ghc" make install (haskell-platform.rb:13) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by haskell-platform configure 2011.4.0.0, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/haskell-platform/2011.4.0.0 --enable-unsupported-ghc-version | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = unknown.home | |
uname -m = x86_64 | |
uname -r = 11.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 126 tasks, 603 threads, 4 processors | |
Load average: 3.64, Mach factor: 1.39 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/bin | |
PATH: /usr/sbin | |
PATH: /bin | |
PATH: /sbin | |
PATH: /Applications/Sublime Text 2.app/Contents/SharedSupport/bin | |
PATH: /usr/X11/bin | |
PATH: /usr/local/MacGPG2/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2091: checking build system type | |
configure:2105: result: i386-apple-darwin11.4.0 | |
configure:2125: checking host system type | |
configure:2138: result: i386-apple-darwin11.4.0 | |
configure:2158: checking target system type | |
configure:2171: result: i386-apple-darwin11.4.0 | |
configure:2213: checking for ghc | |
configure:2231: found /usr/local/bin/ghc | |
configure:2244: result: /usr/local/bin/ghc | |
configure:2270: checking for ghc-pkg | |
configure:2288: found /usr/local/bin/ghc-pkg | |
configure:2301: result: /usr/local/bin/ghc-pkg | |
configure:2326: checking for hsc2hs | |
configure:2344: found /usr/local/bin/hsc2hs | |
configure:2357: result: /usr/local/bin/hsc2hs | |
configure:2432: checking version of ghc | |
configure:2435: result: 7.0.4 | |
configure:2454: checking version of ghc-pkg matches | |
configure:2464: result: yes | |
configure:2474: checking ghc actually works | |
configure:2483: /usr/local/bin/ghc -o conftest conftest.hs | |
Linking conftest ... | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_modexact_1c_odd from /usr/local/Cellar/ghc/7.0.4/lib/ghc-7.0.4/integer-gmp-0.2.0.3/libHSinteger-gmp-0.2.0.3.a(mode1o.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie | |
configure:2486: $? = 0 | |
configure:2503: result: yes | |
configure:2597: checking for perl | |
configure:2615: found /usr/bin/perl | |
configure:2628: result: /usr/bin/perl | |
configure:2692: checking for gcc | |
configure:2719: result: /usr/bin/clang | |
configure:2948: checking for C compiler version | |
configure:2957: /usr/bin/clang --version >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:2968: $? = 0 | |
configure:2957: /usr/bin/clang -v >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:2968: $? = 0 | |
configure:2957: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:2968: $? = 1 | |
configure:2957: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:2968: $? = 1 | |
configure:2988: checking whether the C compiler works | |
configure:3010: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3014: $? = 0 | |
configure:3062: result: yes | |
configure:3065: checking for C compiler default output file name | |
configure:3067: result: a.out | |
configure:3073: checking for suffix of executables | |
configure:3080: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3084: $? = 0 | |
configure:3106: result: | |
configure:3128: checking whether we are cross compiling | |
configure:3136: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3140: $? = 0 | |
configure:3147: ./conftest | |
configure:3151: $? = 0 | |
configure:3166: result: no | |
configure:3171: checking for suffix of object files | |
configure:3193: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3197: $? = 0 | |
configure:3218: result: o | |
configure:3222: checking whether we are using the GNU C compiler | |
configure:3241: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3241: $? = 0 | |
configure:3250: result: yes | |
configure:3259: checking whether /usr/bin/clang accepts -g | |
configure:3279: /usr/bin/clang -c -g conftest.c >&5 | |
configure:3279: $? = 0 | |
configure:3320: result: yes | |
configure:3337: checking for /usr/bin/clang option to accept ISO C89 | |
configure:3401: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3401: $? = 0 | |
configure:3414: result: none needed | |
configure:3440: checking how to run the C preprocessor | |
configure:3471: /usr/bin/clang -E conftest.c | |
configure:3471: $? = 0 | |
configure:3485: /usr/bin/clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3485: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "haskell-platform" | |
| #define PACKAGE_TARNAME "haskell-platform" | |
| #define PACKAGE_VERSION "2011.4.0.0" | |
| #define PACKAGE_STRING "haskell-platform 2011.4.0.0" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3510: result: /usr/bin/clang -E | |
configure:3530: /usr/bin/clang -E conftest.c | |
configure:3530: $? = 0 | |
configure:3544: /usr/bin/clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3544: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "haskell-platform" | |
| #define PACKAGE_TARNAME "haskell-platform" | |
| #define PACKAGE_VERSION "2011.4.0.0" | |
| #define PACKAGE_STRING "haskell-platform 2011.4.0.0" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3573: checking for grep that handles long lines and -e | |
configure:3631: result: /usr/bin/grep | |
configure:3636: checking for egrep | |
configure:3698: result: /usr/bin/grep -E | |
configure:3703: checking for ANSI C header files | |
configure:3723: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3723: $? = 0 | |
configure:3796: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3796: $? = 0 | |
configure:3796: ./conftest | |
configure:3796: $? = 0 | |
configure:3807: result: yes | |
configure:3820: checking for sys/types.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for sys/stat.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for stdlib.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for string.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for memory.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for strings.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for inttypes.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for stdint.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3820: checking for unistd.h | |
configure:3820: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3820: $? = 0 | |
configure:3820: result: yes | |
configure:3832: checking zlib.h usability | |
configure:3832: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3832: $? = 0 | |
configure:3832: result: yes | |
configure:3832: checking zlib.h presence | |
configure:3832: /usr/bin/clang -E conftest.c | |
configure:3832: $? = 0 | |
configure:3832: result: yes | |
configure:3832: checking for zlib.h | |
configure:3832: result: yes | |
configure:3840: checking for zlibVersion in -lz | |
configure:3865: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lz >&5 | |
configure:3865: $? = 0 | |
configure:3874: result: yes | |
configure:4254: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by haskell-platform config.status 2011.4.0.0, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on unknown.home | |
config.status:754: creating scripts/config | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i386-apple-darwin11.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments' | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=i386-apple-darwin11.4.0 | |
ac_cv_lib_z_zlibVersion=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GHC=/usr/local/bin/ghc | |
ac_cv_path_GHC_PKG=/usr/local/bin/ghc-pkg | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_HSC2HS=/usr/local/bin/hsc2hs | |
ac_cv_path_PERL=/usr/bin/perl | |
ac_cv_prog_CPP='/usr/bin/clang -E' | |
ac_cv_prog_ac_ct_CC=/usr/bin/clang | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_target=i386-apple-darwin11.4.0 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ALLOW_UNSUPPORTED_GHC='YES' | |
CC='/usr/bin/clang' | |
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments' | |
CPP='/usr/bin/clang -E' | |
CPPFLAGS='' | |
DEFS='-DPACKAGE_NAME=\"haskell-platform\" -DPACKAGE_TARNAME=\"haskell-platform\" -DPACKAGE_VERSION=\"2011.4.0.0\" -DPACKAGE_STRING=\"haskell-platform\ 2011.4.0.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_PROFILING='YES' | |
EXEEXT='' | |
GHC='/usr/local/bin/ghc' | |
GHC_PKG='/usr/local/bin/ghc-pkg' | |
GREP='/usr/bin/grep' | |
HSC2HS='/usr/local/bin/hsc2hs' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='-lz ' | |
LTLIBOBJS='' | |
OBJEXT='o' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='haskell-platform' | |
PACKAGE_STRING='haskell-platform 2011.4.0.0' | |
PACKAGE_TARNAME='haskell-platform' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='2011.4.0.0' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
SHELL='/bin/sh' | |
USER_INSTALL='NO' | |
ac_ct_CC='/usr/bin/clang' | |
bindir='${exec_prefix}/bin' | |
build='i386-apple-darwin11.4.0' | |
build_alias='' | |
build_cpu='i386' | |
build_os='darwin11.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='i386-apple-darwin11.4.0' | |
host_alias='' | |
host_cpu='i386' | |
host_os='darwin11.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/haskell-platform/2011.4.0.0' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='i386-apple-darwin11.4.0' | |
target_alias='' | |
target_cpu='i386' | |
target_os='darwin11.4.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "haskell-platform" | |
#define PACKAGE_TARNAME "haskell-platform" | |
#define PACKAGE_VERSION "2011.4.0.0" | |
#define PACKAGE_STRING "haskell-platform 2011.4.0.0" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_LIBZ 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment