diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-30 11:23:25 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-30 11:23:25 -0800 |
commit | e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41 (patch) | |
tree | 2267ba41fe82d6b4fc1b9185b21733ce2d14c05a /MACHINES | |
parent | 407cfc0f4f4d5b83557754592e3dc3bc58a1c31d (diff) | |
download | zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.tar.gz zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.tar.xz zsh-e8fb45ef1e1e7a0b9b1411a3ad16df61ea096f41.zip |
Note problem when compiling with GCC on OS X 10.9.1.
Diffstat (limited to 'MACHINES')
-rw-r--r-- | MACHINES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MACHINES b/MACHINES index ffd68d79c..ddbf69ac6 100644 --- a/MACHINES +++ b/MACHINES @@ -35,6 +35,9 @@ Apple: MacOS X/Darwin 10.x Reported to compile with no problems on 10.4. + Compiling with GCC on 10.9.1 (Mavericks) reportedly causes a crash + due to a libiconv problem. Compile with clang instead. + Multibyte support works; you probably wish to set the option COMBINING_CHARS, which is not enabled by default. Problems have been noted when outputting multibyte characters |