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:
Fergus Henderson
2004-05-30 23:24:09 +00:00
parent 1383c285e0
commit ae1ee1ed28

View File

@@ -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.