[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling c++ source files
From: |
Alexander Malmberg |
Subject: |
Re: compiling c++ source files |
Date: |
Tue, 09 Dec 2003 12:50:27 +0100 |
Nicola Pero wrote:
[snip]
> > This only works if g++ happens to be the c++-compiler equivalent of
> > gnustep-make's CC. This isn't always the case. (It wouldn't work on my
> > system; I have many versions of gcc installed, so I really need projects
> > to honor my CC settings.)
>
> Thanks - very good point. I think manually adding -lstdc++ is probably
> the best option then ?
Yes, I think so. I can imagine some check for c++ source files and
automagically using CXX if there are any, but I don't think it'd be
worth the trouble (and I don't see how it could handle eg. c++ files in
subprojects).
- Alexander Malmberg