bug-automake
[Top][All Lists]
Advanced

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

Re: Order significant wrt AM_PROG_LIBTOOL and AC_LANG_CPLUSPLUS


From: Mark Coletti
Subject: Re: Order significant wrt AM_PROG_LIBTOOL and AC_LANG_CPLUSPLUS
Date: Tue, 19 Jun 2001 22:45:52 -0400

On 19 Jun 2001 18:51:05 MDT, Tom Tromey wrote:
> >>>>> "Mark" == Mark Coletti <address@hidden> writes:
> 
> Mark> If AC_LANG_CPLUSPLUS precedes AM_PROG_LIBTOOL in configure.in, the
> Mark> executable extension becomes ".C" instead of "" on linux systems.
> Mark> Swapping the order yields correct behavior.

> I think this must be a bug in autoconf.  In any case I doubt it is
> an automake bug.

  It might be an automake bug because libtool is interested in
determining the proper binary file name extensions, and the "AM_"
prefix suggests that setting up libtool is automake's job.  The
AM_PROG_LIBTOOL may be getting confused when the language context
isn't the default "C" but "C++" environment instead.

  I was just proferring a guess.

> You don't mention what version of autoconf you are using :-(.

  Autoconf version 2.13

  automake (GNU automake) 1.4

  ltmain.sh (GNU libtool) 1.4 (1.920 2001/04/24 23:26:18)

  All this on a RH 6.1 (Cartman) machine with gcc version 2.95.2.

Cheers!

Mark
-- 
Mark Coletti | mailto:address@hidden | http://www.lychnobite.org/
           What's a beer between friends? Not enough beer.



reply via email to

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