> The following hack forces the warnings to be silent.
> 
> --- /ghc/bin/ghc-4.04~     Mon Jan 17 14:49:50 2000
> +++ /ghc/bin/ghc-4.04   Mon Feb  7 11:12:13 2000
> @@ -1144,7 +1144,9 @@
>      #  unshift(@Ld_flags, ('-Xlinker -bbigtoc -Xlinker -bnoquiet')); 
>      unshift(@Ld_flags, ('-Xlinker -bbigtoc')); 
>    }
> -
> +  if ($TargetPlatform =~ /^hppa/) {
> +    unshift(@Ld_flags, ('-Xlinker +vnocompatwarnings'));
> +  }
>  
>  } # end of setupLinkOpts

Thanks Eric; I've incorporated your patch.

Cheers,
        Simon

Reply via email to