automake
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Akim Demaille
Subject: Re: (no subject)
Date: 29 Aug 2002 11:57:21 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| There are compilers which don't accept `.cc' but need `.cpp' for C++
| files.  Among them are z/OS (by default) and various compilers for
| MS-DOS and Windows.  What about support for a CXXEXT variable?  It is
| quite easy to add a rule
| 
|   .cc.cpp:
|     $(CP) $< $@

Well, this is a problem, indeed.  The first time this kind of question
was asked, people suggested working around these broken compilers
using a wrapper.  Other people suggested a means to find the right
options.




reply via email to

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