mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Add a note and work-around instructions to README about
problems detecting a C99 compiler when some standard headers are missing.
This commit is contained in:
parent
a0497ff7a0
commit
9bab5336eb
1 changed files with 11 additions and 0 deletions
11
README
11
README
|
@ -69,6 +69,17 @@ Supported platforms
|
||||||
in C89 or C++.
|
in C89 or C++.
|
||||||
|
|
||||||
|
|
||||||
|
Platform-specific notes
|
||||||
|
|
||||||
|
On some Tru64 systems using the native C99 compiler, the configure
|
||||||
|
script may reject the compiler as non-C99 compiler. This may happen
|
||||||
|
if there is no stdbool.h available. You can still compile XZ Utils
|
||||||
|
on such a system by passing ac_cv_prog_cc_c99= to configure script.
|
||||||
|
Fixing this bug seems to be non-trivial since if the configure
|
||||||
|
doesn't check for stdbool.h, it runs into problems at least on
|
||||||
|
Solaris.
|
||||||
|
|
||||||
|
|
||||||
Version numbering
|
Version numbering
|
||||||
|
|
||||||
The version number of XZ Utils has absolutely nothing to do with
|
The version number of XZ Utils has absolutely nothing to do with
|
||||||
|
|
Loading…
Reference in a new issue