This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: lex & yacc with C++ projects
Am Fre, 2002-04-26 um 11.18 schrieb Robert Collins:
> It would be nice to be able to tell automake that we want to compile the
> out of lex and yaxx with g++, not gcc. (this is for C++ projects).
>
> Is there any way to do this currently?
Yes, naming the sources .ll rsp. yy is supposed to handle this.
But I found this not to be actually functional with different versions
of automake, so YMMV.
Ralf