[m-rev.] for review: fix extras/trailed_update test failure

Simon Taylor stayl at cs.mu.OZ.AU
Fri Nov 15 01:59:35 AEDT 2002


Estimated hours taken: 0.25
Branches: main, release

extras/trailed_update/samples/Mmakefile:
	Don't pass `--static' to ml.  As far as I can tell it's
	not needed, and it causes problems on taifun because
	`-ldl' doesn't work for statically linked applications.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/trailed_update/samples/Mmakefile,v
retrieving revision 1.16
diff -u -u -r1.16 Mmakefile
--- Mmakefile	10 Nov 2002 23:59:43 -0000	1.16
+++ Mmakefile	14 Nov 2002 14:36:08 -0000
@@ -27,8 +27,6 @@
 #CFLAGS += -DPIC_REG
 #MLFLAGS += --shared
 
-MLFLAGS += --static
-
 DIFF_OPTS=-c
 
 #-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list