Files
mercury/scripts
Fergus Henderson 935fd45bd3 Support shared libraries on mundroo.
Estimated hours taken: 6
Branches: main

Support shared libraries on mundroo.

configure.in:
	Add support for shared libraries on x*86-*-solaris2.*.

boehm_gc/Makefile:
	Compile mach_dep.c with $(CFLAGS_FOR_PIC), like we do all the
	other C files in this directory.  This is needed for Solaris/x86,
	and should hopefully be harmless on other systems.

scripts/ml.in:
	Make static linking the default for x*86-*-solaris2.*,
	for the same reason as for Linux.
	Also, pass -L/usr/local/lib, even when `--mercury-libs none' or
	`--no-mercury-stdlib-dir' is specified.  This is needed to ensure
	that we find libreadline.a when building the Mercury standard
	library, if libreadline.a is installed in /usr/local/lib.
	(The Mercury configure script searches /usr/local/lib.)

runtime/Mmakefile:
trace/Mmakefile:
	Include -L/usr/local/lib in LDFLAGS, for the same reason as above.
2002-09-11 19:00:19 +00:00
..
2001-06-25 16:00:26 +00:00
2000-12-05 07:07:00 +00:00
2002-09-11 19:00:19 +00:00
2002-05-16 06:48:43 +00:00
2002-05-16 06:48:43 +00:00