[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling c++ source files
From: |
stefan kersten |
Subject: |
Re: compiling c++ source files |
Date: |
Sun, 7 Dec 2003 14:18:31 +0100 |
User-agent: |
Mutt/1.5.4i |
On Sun, Dec 07, 2003 at 12:28:00PM +0000, Stefan Kleine Stegemann wrote:
> i had the same problem and found out that adding the name of a .cpp
> file with .c prefix to xxxx_C_FILES works.
thanks a lot, that does the trick.
> However, you still have to set CC=c++ (at least to get the program
> linked with c++, otherwise the c++ runtime env is missing in the
> resulting program/library).
i simply linked with -lstdc++ ...
<sk>