Advertisement
Guest User

Untitled

a guest
Jul 17th, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. Configuring Parrot ...
  2. perl Configure.pl --prefix=/Users/mk/MYPERL6/rakudo/parrot_install --optimize -without-icu
  3. Configure.pl - Parrot Configure 2.0
  4.  
  5. General Options:
  6.  
  7. --help Show this text
  8. --version Show version information
  9. --verbose Output extra information
  10. --verbose=2 Output every setting change
  11. --verbose-step Comma-delimited string of configuration steps
  12. for which output will be verbose
  13. --fatal Failure of any configuration step will cause
  14. Configure.pl to halt
  15. --fatal-step Comma-delimited string of configuration steps
  16. which upon failure cause Configure.pl to halt
  17. --silent Don't be verbose, interactive or fatal
  18. --nomanicheck Don't check the MANIFEST
  19.  
  20. --ask Have Configure ask for commonly-changed info
  21. --test=configure Run tests of configuration tools before configuring
  22. --test=build Run tests of build tools after configuring but before
  23. calling 'make'
  24. --test Run configuration tools tests, configure, then run
  25. build tools tests
  26.  
  27.  
  28. Compile Options:
  29.  
  30. --debugging=0 Disable debugging, default = 1
  31. --inline Compiler supports inline
  32. --optimize Optimized compile
  33. --optimize=flags Add given optimizer flags
  34. --parrot_is_shared Link parrot dynamically
  35. --disable-rpath Link without rpath (user must set LD_LIBRARY_PATH)
  36. --m=32 Build 32bit executable on 64-bit architecture.
  37. --profile Turn on profiled compile (gcc only for now)
  38. --cage [CAGE] compile includes many additional warnings
  39.  
  40. --cc=(compiler) Use the given compiler
  41. --ccflags=(flags) Use the given compiler flags
  42. --ccwarn=(flags) Use the given compiler warning flags
  43. --libs=(libs) Use the given libraries
  44. --link=(linker) Use the given linker
  45. --linkflags=(flags) Use the given linker flags
  46. --ar=(archiver) Use the given librarian for static libraries
  47. --arflags=(flags) Use the given flags for static libraries
  48. --ld=(linker) Use the given loader for shared libraries
  49. --ldflags=(flags) Use the given loader flags for shared libraries
  50. --lex=(lexer) Use the given lexical analyzer generator
  51. --make=(make tool) Use the given make utility
  52. --yacc=(parser) Use the given parser generator
  53.  
  54. --no-line-directives Disable creation of C #line directives
  55. --define=inet_aton Quick hack to use inet_aton instead of inet_pton
  56. --gc=(type) Which implementation of GC to use. One of ms, ms2 or gms.
  57.  
  58. Parrot Options:
  59.  
  60. --intval=(type) Use the given type for INTVAL
  61. --floatval=(type) Use the given type for FLOATVAL
  62. --opcode=(type) Use the given type for opcodes
  63. --ops=(files) Use the given ops files
  64.  
  65. --without-threads Build parrot without thread support
  66. --without-core-nci-thunks
  67. Build parrot without core-required
  68. statically compiled NCI call frames
  69. (useful for testing dynamic frame builders)
  70. --without-extra-nci-thunks
  71. Build parrot without unnecessary
  72. statically compiled NCI call frames
  73.  
  74. External Library Options:
  75.  
  76. --with-llvm Link to LLVM if it is available
  77. --without-gettext Build parrot without gettext support
  78. --without-gmp Build parrot without GMP support
  79. --without-libffi Build parrot without libffi support
  80. --without-opengl Build parrot without OpenGL support (GL/GLU/GLUT)
  81. --without-readline Build parrot without readline support
  82. --without-pcre Build parrot without pcre support
  83. --without-zlib Build parrot without zlib support
  84.  
  85. ICU Options:
  86.  
  87. For using a system ICU, these options can be used:
  88.  
  89. --icu-config=/path/to/icu-config
  90. Location of the script used for ICU autodetection.
  91. You just need to specify this option if icu-config
  92. is not in your PATH.
  93.  
  94. --icu-config=none Can be used to disable the autodetection feature.
  95. It will also be disabled if you specify any other
  96. of the following ICU options.
  97.  
  98. If you do not have a full ICU installation:
  99.  
  100. --without-icu Build parrot without ICU support
  101. --icuheaders=(path) Location of ICU headers without /unicode
  102. --icushared=(flags) Full linker command to create shared libraries
  103.  
  104. Other Options (may not be implemented):
  105.  
  106. --maintainer Create imcc's parser and lexer files. Needs a working
  107. parser and lexer.
  108.  
  109. Install Options:
  110.  
  111. --prefix=PREFIX Install architecture-independent files in PREFIX
  112. [/usr/local]
  113. --exec-prefix=EPREFIX Install architecture-dependent files in EPREFIX
  114. [PREFIX]
  115.  
  116. By default, `make install' will install all the files in
  117. `/usr/local/bin', `/usr/local/lib' etc. You can specify
  118. an installation prefix other than `/usr/local' using `--prefix',
  119. for instance `--prefix=$HOME'.
  120.  
  121. For better control, use the options below.
  122.  
  123. Fine tuning of the installation directories:
  124. --bindir=DIR user executables [EPREFIX/bin]
  125. --sbindir=DIR system admin executables [EPREFIX/sbin]
  126. --libexecdir=DIR program executables [EPREFIX/libexec]
  127. --datadir=DIR read-only architecture-independent data [PREFIX/share]
  128. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  129. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  130. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  131. --libdir=DIR object code libraries [EPREFIX/lib]
  132. --includedir=DIR C header files [PREFIX/include]
  133. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  134. --infodir=DIR info documentation [PREFIX/info]
  135. --mandir=DIR man documentation [PREFIX/man]
  136.  
  137. Command failed (status 256): perl Configure.pl --prefix=/Users/mk/MYPERL6/rakudo/parrot_install --optimize -without-icu
  138. Error while executing perl build/gen_parrot.pl --prefix=/Users/mk/MYPERL6/rakudo/parrot_install --optimize -without-icu; aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement