mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 02:43:40 +00:00
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.
12 lines
423 B
Plaintext
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
|
|
|