[vlc-devel] [PATCH] Specify libtool CC tag in access/Modules.am

David Fuhrmann david.fuhrmann at googlemail.com
Wed Sep 12 22:53:43 CEST 2012


Hello,

Does anyone has a hint or idea how this kind of issue can be fixed properly and whats the reason in the first time?
Is this some sort of libtool bug?

I also encountered this missing --tag error while trying to fix #7279, and here we have the same situation that c++ files are in the same directory.

Cheers,
David

Am 08.09.2012 um 23:59 schrieb Brendon Justin <brendonjustin at gmail.com>:

> ---
> Compilation fails for me without this on OS X 10.8.  Nightly builds
> continue to work without this, so maybe it's a problem on my end.
> 
> modules/access/Modules.am |    5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/modules/access/Modules.am b/modules/access/Modules.am
> index 80ff073..9925556 100644
> --- a/modules/access/Modules.am
> +++ b/modules/access/Modules.am
> @@ -1,3 +1,8 @@
> +# Automake forgets to add a proper tag to libtool with Objective-C files.
> +# Moreovcer Libtool should default tag to CC when none is specified but
> +# obviously does not. Here is a fix for that.
> +LIBTOOL=@LIBTOOL@ --tag=CC
> +
> BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip
> EXTRA_SUBDIRS = dshow
> SUBDIRS = $(BASE_SUBDIRS)
> -- 
> 1.7.9.6 (Apple Git-31.1)
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list