| 125 |
having to remember too many details. |
having to remember too many details. |
| 126 |
|
|
| 127 |
|
|
| 128 |
|
Cross-compiling PCRE on a Unix-like system |
| 129 |
|
------------------------------------------ |
| 130 |
|
|
| 131 |
|
PCRE needs to compile and run an auxiliary program as part of the building |
| 132 |
|
process. Obviously, if the real compilation is for some other system, it can't |
| 133 |
|
use the same CC and CFLAGS values when it is doing this. For cross compilation, |
| 134 |
|
therefore, you must set CC_FOR_BUILD to the local host's compiler, and you can |
| 135 |
|
set flags in CFLAGS_FOR_BUILD if you need to. |
| 136 |
|
|
| 137 |
|
|
| 138 |
Shared libraries on Unix-like systems |
Shared libraries on Unix-like systems |
| 139 |
------------------------------------- |
------------------------------------- |
| 140 |
|
|