libtool
[Top][All Lists]
Advanced

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

Re: how to use the --tag parameter with libtool in my automake file?


From: Bob Friesenhahn
Subject: Re: how to use the --tag parameter with libtool in my automake file?
Date: Fri, 20 May 2005 15:26:12 -0500 (CDT)

On Fri, 20 May 2005, Ed Hartnett wrote:

The command works if I use --tag=f77 as a libtool option, but where in
my automake files can I specify a libtool option like --tag=f77?

Is there some way to specify libtool parameters like --tag in the
makefile? Actually I can't seem to find any documentation of --tag at
all.

Modern versions of Automake (certainly 1.9.X, and maybe 1.8.X) automatically detect that libtool is version 1.5.X or newer and add the necessary --tag option. For older versions of Automake you could provide your own versions of the Automake compile and link macros. Anything you provide in your Makefile.am file overrides similar statements which would normally be provided by Automake.

Normally --tag should not be needed, but if the supplied tool name does not exactly match the tool name used when configure was executed, libtool can't properly guess the target language.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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