Advertisement
foadsf

Untitled

Apr 16th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. `configure' configures jmodelica.org 0.0.0 to adapt to many kinds of systems.
  2.  
  3. Usage: ../configure [OPTION]... [VAR=VALUE]...
  4.  
  5. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  6. VAR=VALUE. See below for descriptions of some of the useful variables.
  7.  
  8. Defaults for the options are specified in brackets.
  9.  
  10. Configuration:
  11. -h, --help display this help and exit
  12. --help=short display options specific to this package
  13. --help=recursive display the short help of all the included packages
  14. -V, --version display version information and exit
  15. -q, --quiet, --silent do not print `checking ...' messages
  16. --cache-file=FILE cache test results in FILE [disabled]
  17. -C, --config-cache alias for `--cache-file=config.cache'
  18. -n, --no-create do not create output files
  19. --srcdir=DIR find the sources in DIR [configure dir or `..']
  20.  
  21. Installation directories:
  22. --prefix=PREFIX install architecture-independent files in PREFIX
  23. [/usr/local/jmodelica]
  24. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  25. [PREFIX]
  26.  
  27. By default, `make install' will install all the files in
  28. `/usr/local/jmodelica/bin', `/usr/local/jmodelica/lib' etc. You can specify
  29. an installation prefix other than `/usr/local/jmodelica' using `--prefix',
  30. for instance `--prefix=$HOME'.
  31.  
  32. For better control, use the options below.
  33.  
  34. Fine tuning of the installation directories:
  35. --bindir=DIR user executables [EPREFIX/bin]
  36. --sbindir=DIR system admin executables [EPREFIX/sbin]
  37. --libexecdir=DIR program executables [EPREFIX/libexec]
  38. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  39. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  40. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  41. --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
  42. --libdir=DIR object code libraries [EPREFIX/lib]
  43. --includedir=DIR C header files [PREFIX/include]
  44. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  45. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  46. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  47. --infodir=DIR info documentation [DATAROOTDIR/info]
  48. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  49. --mandir=DIR man documentation [DATAROOTDIR/man]
  50. --docdir=DIR documentation root [DATAROOTDIR/doc/jmodelica-org]
  51. --htmldir=DIR html documentation [DOCDIR]
  52. --dvidir=DIR dvi documentation [DOCDIR]
  53. --pdfdir=DIR pdf documentation [DOCDIR]
  54. --psdir=DIR ps documentation [DOCDIR]
  55.  
  56. Program names:
  57. --program-prefix=PREFIX prepend PREFIX to installed program names
  58. --program-suffix=SUFFIX append SUFFIX to installed program names
  59. --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  60.  
  61. System types:
  62. --build=BUILD configure for building on BUILD [guessed]
  63. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  64.  
  65. Optional Features:
  66. --disable-option-checking ignore unrecognized --enable/--with options
  67. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  68. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  69. --enable-silent-rules less verbose build output (undo: "make V=1")
  70. --disable-silent-rules verbose build output (undo: "make V=0")
  71. --disable-openmp do not use OpenMP
  72. --enable-dependency-tracking
  73. do not reject slow dependency extractors
  74. --disable-dependency-tracking
  75. speeds up one-time build
  76. --enable-python use --enable-python=no to remove python modules from
  77. build
  78.  
  79. Optional Packages:
  80. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  81. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  82. --with-ipopt IPOPT installation directory [default=check]
  83. --with-ipopt64 IPOPT installation directory [default=check]
  84. --with-casadi CasADI Python-interface installation directory
  85. [default=check]
  86. --with-mingw MinGW installation directory. [default=no]
  87.  
  88. Some influential environment variables:
  89. CC C compiler command
  90. CFLAGS C compiler flags
  91. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  92. nonstandard directory <lib dir>
  93. LIBS libraries to pass to the linker, e.g. -l<library>
  94. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  95. you have headers in a nonstandard directory <include dir>
  96. CXX C++ compiler command
  97. CXXFLAGS C++ compiler flags
  98. F77 Fortran 77 compiler command
  99. FFLAGS Fortran 77 compiler flags
  100. PYTHON_HOME Python installation to use
  101. PYTHON64_HOME
  102. Python 64bit installation to use
  103. CPP C preprocessor
  104. YACC The `Yet Another Compiler Compiler' implementation to use.
  105. Defaults to the first program found out of: `bison -y', `byacc',
  106. `yacc'.
  107. YFLAGS The list of arguments that will be passed by default to $YACC.
  108. This script will default YFLAGS to the empty string to avoid a
  109. default value of `-d' given by some make applications.
  110.  
  111. Use these variables to override the choices made by `configure' or to help
  112. it to find libraries and programs with nonstandard names/locations.
  113.  
  114. Report bugs to <BUG-REPORT-ADDRESS>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement