Files
mercury/compiler
Fergus Henderson 9cf20611cc Link with the shared version of the C standard library,
Estimated hours taken: 1

Link with the shared version of the C standard library,
rather than linking the C library in statically.
This works around an lcc bug with static linking.

compiler/Mmakefile:
profiler/Mmakefile:
	Add `--shared' to `MLFLAGS'.
	The overrides the default `--static' on Linux.
	(Since we name all the Mercury libraries that we link with
	explicitly, this only affects the way we link with the C
	library, not with the Mercury runtime or standard library.)
2001-01-17 02:30:57 +00:00
..
2000-12-06 11:44:12 +00:00
2000-12-07 12:59:06 +00:00
2001-01-17 01:45:17 +00:00
2001-01-13 09:38:58 +00:00