| Line 127... |
Line 127... |
| 127 |
|
127 |
|
| 128 |
## ditto for a dynamic library: DYLIB_LDFLAGS defaults to SHLIB_LDFLAGS
|
128 |
## ditto for a dynamic library: DYLIB_LDFLAGS defaults to SHLIB_LDFLAGS
|
| 129 |
## DYLIB_LD=
|
129 |
## DYLIB_LD=
|
| 130 |
## DYLIB_LDFLAGS=
|
130 |
## DYLIB_LDFLAGS=
|
| 131 |
|
131 |
|
| - |
|
132 |
## The appropriate 'lib' dir, normally 'lib', but 'lib64' on Linux on
|
| - |
|
133 |
## x86_64, mips64, ppc64, sparc64, s390x but not ia64.
|
| - |
|
134 |
## LIBnn=
|
| - |
|
135 |
|
| 132 |
## Stripping ('-s'), path ('-L'), and any other miscellaneous options
|
136 |
## Stripping ('-s'), path ('-L'), and any other miscellaneous options
|
| 133 |
## for the linker.
|
137 |
## for the linker.
|
| 134 |
## '-L' options set here will be prepended to LD_LIBRARY_PATH (or its
|
138 |
## '-L' options set here will be prepended to LD_LIBRARY_PATH (or its
|
| 135 |
## system equivalent) at run time.
|
139 |
## system equivalent) at run time.
|
| 136 |
## If unset defaults to '-L/usr/local/lib', with '-L/sw/lib' prepended
|
140 |
## If unset defaults to '-L/usr/local/lib', with '-L/sw/lib' prepended
|
| 137 |
## on systems using Fink with root '/sw'.
|
141 |
## on systems using Fink with root '/sw'.
|
| - |
|
142 |
## On some Linux 64-bit systems its default is -L/usr/local/lib64.
|
| - |
|
143 |
## If LIBnn is set it defaults to -L/usr/local/$LIBnn.
|
| 138 |
## LDFLAGS=
|
144 |
## LDFLAGS=
|
| 139 |
|
145 |
|
| 140 |
## The command which runs the C++ compiler. It not specified, configure
|
146 |
## The command which runs the C++ compiler. It not specified, configure
|
| 141 |
## uses the values of the environment variables 'CXX' or 'CCC' if set,
|
147 |
## uses the values of the environment variables 'CXX' or 'CCC' if set,
|
| 142 |
## and then looks under the names 'c++', 'g++', 'gcc', 'CC', 'cxx', and
|
148 |
## and then looks under the names 'c++', 'g++', 'gcc', 'CC', 'cxx', and
|