Files
mercury/extras/posix/README
Fergus Henderson 67afe2c9fc Various changes to make it easier to build the extras.
Estimated hours taken: 0.5
Branches: main, release

Various changes to make it easier to build the extras.

extras/dynamic_linking/Mmakefile:
	Don't require the existence of "../../../mercury/browser".

extras/posix/README:
	Mention that it may be necessary to set MLLIBS.

extras/references/Mmakefile:
	Don't include the "asm_fast.tr" grade in LIBGRADES, since by
	default the Mercury standard library doesn't get installed in
	that grade.
2004-02-17 00:00:24 +00:00

12 lines
423 B
Plaintext

This directory contains stuff for accessing POSIX.3 stuff directly from
Mercury. Since I don't actually have a copy of the standard, it's more
like the stuff that man pages claim is in POSIX.3, and not even all of
that. :-) conway, 12/10/99
Note that on some systems, it may be necessary to link with additional
libraries. This can be done by setting the variable MLLIBS in the Mmakefile,
e.g.
MLLIBS = -lsocket -lnsl