bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: false positive in ld-version-script.m4


From: Ralf Wildenhues
Subject: Re: false positive in ld-version-script.m4
Date: Fri, 3 Apr 2009 20:01:03 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Simon,

* Simon Josefsson wrote on Fri, Apr 03, 2009 at 02:24:04PM CEST:
> --- a/m4/ld-version-script.m4
> +++ b/m4/ld-version-script.m4
> @@ -6,6 +6,11 @@ dnl with or without modifications, as long as this notice is 
> preserved.
>  
>  dnl From Simon Josefsson
>  
> +# FIXME: The test below returns a false positive for mingw
> +# cross-compiles, 'local:' statements does not reduce number of
> +# exported symbols in a DLL.  Use --disable-ld-version-script to work
> +# around the problem.
> +
>  # gl_LD_VERSION_SCRIPT

Why not
  AC_REQUIRE([AC_CANONICAL_HOST])
  ...
  case $host_os in mingw*) disable... ;; esac

?

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]