Skip to content

Instantly share code, notes, and snippets.

@andreypopp
Created December 17, 2011 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreypopp/14e5ef290113cf170ec3 to your computer and use it in GitHub Desktop.
Save andreypopp/14e5ef290113cf170ec3 to your computer and use it in GitHub Desktop.
mpb % ocaml setup.ml -configure --destdir $prefix --prefix $prefix
I: Running command '/usr/local/bin/ocamlc.opt -config > '/var/folders/1n/75fzb26j2lq3prwz45ddjzb80000gn/T/oasis-b56e22.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %v findlib > '/var/folders/1n/75fzb26j2lq3prwz45ddjzb80000gn/T/oasis-a9dda9.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %d camlp4.quotations > '/var/folders/1n/75fzb26j2lq3prwz45ddjzb80000gn/T/oasis-ae52dc.txt''
I: Running command '/usr/local/bin/ocamlfind query -format %d camlp4.extend > '/var/folders/1n/75fzb26j2lq3prwz45ddjzb80000gn/T/oasis-d3b685.txt''
Configuration:
ocamlfind: ..................................... /usr/local/bin/ocamlfind
ocamlc: ........................................ /usr/local/bin/ocamlc.opt
ocamlopt: ...................................... /usr/local/bin/ocamlopt.opt
ocamlbuild: .................................... /usr/local/bin/ocamlbuild
Package name: .................................. type-conv
Package version: ............................... 3.0.3
os_type: ....................................... Unix
system: ........................................ macosx
architecture: .................................. amd64
ccomp_type: .................................... cc
ocaml_version: ................................. 3.12.1
standard_library_default: ...................... /usr/local/lib/ocaml
standard_library: .............................. /usr/local/lib/ocaml
standard_runtime: .............................. /usr/local/bin/ocamlrun
bytecomp_c_compiler: ........................... gcc -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
native_c_compiler: ............................. gcc -D_FILE_OFFSET_BITS=64 -D_REENTRANT
model: ......................................... default
ext_obj: ....................................... .o
ext_asm: ....................................... .s
ext_lib: ....................................... .a
ext_dll: ....................................... .so
default_executable_name: ....................... a.out
systhread_supported: ........................... true
Install architecture-independent files dir: .... /usr/local/Cellar/type-conv/3.0.3
Install architecture-dependent files in dir: ... $prefix
User executables: .............................. $exec_prefix/bin
System admin executables: ...................... $exec_prefix/sbin
Program executables: ........................... $exec_prefix/libexec
Read-only single-machine data: ................. $prefix/etc
Modifiable architecture-independent data: ...... $prefix/com
Modifiable single-machine data: ................ $prefix/var
Object code libraries: ......................... $exec_prefix/lib
Read-only arch-independent data root: .......... $prefix/share
Read-only architecture-independent data: ....... $datarootdir
Info documentation: ............................ $datarootdir/info
Locale-dependent data: ......................... $datarootdir/locale
Man documentation: ............................. $datarootdir/man
Documentation root: ............................ $datarootdir/doc/$pkg_name
HTML documentation: ............................ $docdir
DVI documentation: ............................. $docdir
PDF documentation: ............................. $docdir
PS documentation: .............................. $docdir
Prepend a path when installing package: ........ /usr/local/Cellar/type-conv/3.0.3
findlib_version: ............................... 1.2.7
is_native: ..................................... true
suffix_program: ................................
Remove a file.: ................................ rm -f
Remove a directory.: ........................... rm -rf
Compile with ocaml debug flag on.: ............. true
Compile with ocaml profile flag on.: ........... false
OCamlbuild additional flags: ...................
camlp4o: ....................................... /usr/local/bin/camlp4o
pkg_camlp4_quotations: ......................... /usr/local/lib/ocaml/camlp4
pkg_camlp4_extend: ............................. /usr/local/lib/ocaml/camlp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment