GNU bug report logs -
#67754
tags for objc and objcxx
Previous Next
Reported by: Karl Berry <karl <at> freefriends.org>
Date: Sun, 10 Dec 2023 18:07:02 UTC
Severity: normal
Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hey yeah I'm here, but honestly I need to step down.
I have a kid on the way in a few weeks and have been really inattentive to
the libtool work.
Apologies for the radio silence.
On Sun, Dec 10, 2023, 12:07 PM Karl Berry <karl <at> freefriends.org> wrote:
> Hi (is there anyone maintaining libtool nowadays? Alex, are you there?) -
>
> I just installed the patch below to Automake, passing the OBJC and
> OBJCXX tags to libtool for the respective languages. It would be good if
> libtool recognized those tags.
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67539
>
> The reason to pass them before being recognized by libtool is to
> avoid an immediate fatal error, as explained in that bug.
> The libtool manual says (line 2930):
> [...] can't infer
> a tag, then it defaults to the configuration for the @code{C} language.
>
> But clearly this is no longer the case, which seems like a good
> thing. Thus I suggest replacing that text with something like:
> [...] can't infer
> a tag, then it exits immediately with a fatal error.
>
> Happy hacking,
> Karl
>
> --- a/bin/automake.in
> +++ b/bin/automake.in
> @@ -739,6 +739,7 @@ register_language ('name' => 'objc',
> 'compiler' => 'OBJCCOMPILE',
> 'compile_flag' => '-c',
> 'output_flag' => '-o',
> + 'libtool_flag' => 'OBJC',
> 'lder' => 'OBJCLD',
> 'ld' => '$(OBJC)',
> 'pure' => 1,
> @@ -757,6 +758,7 @@ register_language ('name' => 'objcxx',
> 'compiler' => 'OBJCXXCOMPILE',
> 'compile_flag' => '-c',
> 'output_flag' => '-o',
> + 'libtool_flag' => 'OBJCXX',
> 'lder' => 'OBJCXXLD',
> 'ld' => '$(OBJCXX)',
> 'pure' => 1,
>
>
>
> _______________________________________________
> Bug-libtool mailing list
> Bug-libtool <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-libtool
>
[Message part 2 (text/html, inline)]
This bug report was last modified 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.