diff: configure.in bug fix

Fergus Henderson fjh at cs.mu.oz.au
Mon Jun 23 21:40:58 AEST 1997


configure.in:
	Fix a bug in my changes to the rpath handling that broke things
	on mips-sgi-irix5.3.

Index: configure.in
===================================================================
RCS file: /home/staff/zs/imp/mercury/configure.in,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- configure.in	1997/06/16 13:35:13	1.94
+++ configure.in	1997/06/23 11:39:40	1.95
@@ -1368,7 +1368,7 @@
 	mips-sgi-irix5.*)
 		LINK_SHARED_OBJ="ld -shared -update_registry ../so_locations\
 			-quickstart_info -rdata_shared -no_unresolved"
-		EXE_RPATH_OPT="-rpath "
+		EXE_RPATH_OPT="-Wl,-rpath,"
 		EXE_RPATH_SEP=":"
 		SHLIB_RPATH_OPT="-rpath "
 		SHLIB_RPATH_SEP=":"

-- 
Fergus Henderson <fjh at cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3         |     -- the last words of T. S. Garp.



More information about the developers mailing list