--- configure.in.orig 2003-01-17 16:01:19.000000000 +1000 +++ configure.in 2003-01-17 16:01:32.000000000 +1000 @@ -2022,7 +2022,7 @@ AC_MSG_CHECKING(for \"-z nocombreloc\" linker flag) case "`ld --help 2>&1`" in *-z\ nocombreloc* ) AC_MSG_RESULT(yes) - XE_PREPEND(-z nocombreloc, ld_switch_site) ;; + XE_PREPEND(-Wl,-z nocombreloc, ld_switch_site) ;; *) AC_MSG_RESULT(no) ;; esac fi --- configure.orig 2003-01-17 16:00:42.000000000 +1000 +++ configure 2003-01-17 16:00:55.000000000 +1000 @@ -2856,7 +2856,7 @@ echo "configure:2857: checking for \"-z nocombreloc\" linker flag" >&5 case "`ld --help 2>&1`" in *-z\ nocombreloc* ) echo "$ac_t""yes" 1>&6 - ld_switch_site="-z nocombreloc $ld_switch_site" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-z nocombreloc\" to \$ld_switch_site"; fi ;; + ld_switch_site="-Wl,-z nocombreloc $ld_switch_site" && if test "$extra_verbose" = "yes"; then echo " Prepending \"-Wl,-z nocombreloc\" to \$ld_switch_site"; fi ;; *) echo "$ac_t""no" 1>&6 ;; esac fi