mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 12:26:29 +00:00
Some minor rewordings. Move important information to the start.
Estimated hours taken: 0.1 Branches: main README.MacOS: Some minor rewordings. Move important information to the start.
This commit is contained in:
13
README.MacOS
13
README.MacOS
@@ -1,9 +1,13 @@
|
||||
This file documents the port of Mercury to PowerPC Macs running MacOS X,
|
||||
i.e. the "powerpc-apple-darwin" configuration.
|
||||
|
||||
The version of tar in /usr/bin/tar on MacOS (10.1) doesn't work properly --
|
||||
it truncates long path names. Make sure you use GNU tar, which is available
|
||||
in /sw/bin/gtar, when unpacking the Mercury source or binary distributions.
|
||||
The latest version of the Mercury compiler (as at 19 May 2004) doesn't compile
|
||||
with gcc 2.95.2 on MacOS 10.3.3, however it does with gcc 3.4.0.
|
||||
|
||||
The version of tar in /usr/bin/tar on some older versions of MacOS
|
||||
(e.g. 10.1) doesn't work properly -- it truncates long path names.
|
||||
Make sure you use GNU tar, which is available in /sw/bin/gtar,
|
||||
when unpacking the Mercury source or binary distributions.
|
||||
(Also, make sure to use GNU tar if/when *building* such distributions!)
|
||||
The version of tar that comes with MacOS 10.3.3 doesn't have this problem.
|
||||
|
||||
@@ -24,6 +28,3 @@ The following features are not yet supported on MacOS:
|
||||
- shared libraries
|
||||
- interactive queries in mdb
|
||||
- the `--split-c-files' option to mmc
|
||||
|
||||
The latest version of the compiler (as at 19 May 2004) doesn't compile
|
||||
with gcc 2.95.2 on MacOS 10.3.3, however it does with gcc 3.4.0.
|
||||
|
||||
Reference in New Issue
Block a user