latest version of automake.
--
Pierre Sarrazin
Dixit John Levon (2002-11-11 04:09):
> > clean-local:
> > rm -f dummy.cc
>
> I did
>
> CLEANFILES = dummy.cc
>
> instead, which seems "better"
Oops, too much vodka. It's certainly better, even without the quotes.
--
Pierre Sarrazin
Dixit John Levon (2002-11-11 00:36):
> On Sun, Nov 10, 2002 at 05:42:30PM -0500, Pierre Sarrazin wrote:
> > Another way to force automake to use g++ to link the application
> > seems to be to leave the .c alone, but to add a dummy.cc file to
> > the application's _SOUR
to know if there are significant drawbacks to this hack.
One thing is certain, the way to test any solution is to make sure
that global variables in the C++ library are constructed before
main() starts.
--
Pierre Sarrazin