libtool
[Top][All Lists]
Advanced

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

libtool's removal of unknown flags when linking a library is annoying


From: Peter O'Gorman
Subject: libtool's removal of unknown flags when linking a library is annoying
Date: Mon, 5 May 2003 09:29:18 +0900


On Sunday, May 4, 2003, at 06:06  AM, Howard Chu wrote:


True.  But will libtool pass these flags through?  I'm ok telling


This removal of flags which libtool does not recognize seems to be annoying many people. How about in libtool.m4 when doing the platform/compiler checks etc having a couple of new vars

_LT_AC_TAGVAR(pass_through_flags,$1)='foo bar'
_LT_AC_TAGVAR(pass_through_flags_1_arg,$1)='fooX barX'

ltmain could check if the arg is in one of those vars and pass it through unaltered (plus the next arg too, if in the _1_arg var).

Alternative:
just pass all unknown args through.

Thoughts?

Peter





reply via email to

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