mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +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,
|
This file documents the port of Mercury to PowerPC Macs running MacOS X,
|
||||||
i.e. the "powerpc-apple-darwin" configuration.
|
i.e. the "powerpc-apple-darwin" configuration.
|
||||||
|
|
||||||
The version of tar in /usr/bin/tar on MacOS (10.1) doesn't work properly --
|
The latest version of the Mercury compiler (as at 19 May 2004) doesn't compile
|
||||||
it truncates long path names. Make sure you use GNU tar, which is available
|
with gcc 2.95.2 on MacOS 10.3.3, however it does with gcc 3.4.0.
|
||||||
in /sw/bin/gtar, when unpacking the Mercury source or binary distributions.
|
|
||||||
|
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!)
|
(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.
|
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
|
- shared libraries
|
||||||
- interactive queries in mdb
|
- interactive queries in mdb
|
||||||
- the `--split-c-files' option to mmc
|
- 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