bug-libtool
[Top][All Lists]
Advanced

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

bug#48993: why error "unable to infer tagged configuration"?


From: Bruno Haible
Subject: bug#48993: why error "unable to infer tagged configuration"?
Date: Sun, 13 Jun 2021 04:26:39 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-210-generic; KDE/5.18.0; x86_64; ; )

Hi,

In a Makefile of mine, I want to use libtool to compile a .asm file with
the Microsoft assembler, for use in a libtool library:

  /bin/sh ../libtool --mode=compile ml64 -c -nologo avcall-x86_64.asm
  libtool: compile: unable to infer tagged configuration
  libtool:   error: specify a tag with '--tag'

The documentation [1] says:

  "libtool tries to automatically infer what tag to use from the compiler
   command being used to compile or link. If it can’t infer a tag, then it
   defaults to the configuration for the C language."

If it defaults to --tag=C, why does libtool report an error then?

       Bruno

[1] https://www.gnu.org/software/libtool/manual/html_node/Tags.html






reply via email to

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