Files
mercury/scripts
Fergus Henderson 94c8131746 Add support to `ml' for creating and using shared libraries.
Estimated hours taken: 2

Add support to `ml' for creating and using shared libraries.

scripts/ml.in:
	- Change the `--shared' option so that it does not pass
	  `-shared' to $CC.   This is because passing `-shared' to gcc
	  would have the effect of *creating* a shared library, but
	  ml's documentation for `--shared' says that it means the
	  generated executable should *use* shared libs.  Also rename
	  the variable $SHARED_OR_STATIC_OPT as $MAYBE_STATIC_OPT,
	  since the previous name was now misleading.

	- Add a new option `--make-shared-lib', for creating shared libraries.
	  This is to allow users to create their own shared libraries.

	- Add a new option `-R<dir>' / `--shared-lib-directory', that
	  adds a directory to the RPATH used by the dynamic linker to
	  search for shared libraries.  This is to allow users to link
	  in their own shared libraries.
1997-07-14 09:14:07 +00:00
..
1996-12-14 20:45:38 +00:00
1995-05-29 15:29:05 +00:00
1997-06-03 07:01:10 +00:00
1995-10-09 03:50:32 +00:00
1995-10-09 01:48:21 +00:00