[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316
From: |
Thomas Dickey |
Subject: |
Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316 |
Date: |
Tue, 26 Mar 2013 19:41:49 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Tue, Mar 26, 2013 at 01:03:55PM +0100, Dr. Werner Fink wrote:
> The problem is that c++/demo.cc does not compile after a reconfigure
> due old objects files which are not rebuild even if the includes had
> changed meanwhile. I've added now a line
I see - I overlooked this when I removed demo from c++/modules to prevent
it from becoming part of the shared library. A "main" in a static library
is a moderate nuisance, but in a shared library is a worse problem.
I can fix that...
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/22
- Re: C++ does not build with ncurses-5.9-20130316, Thomas Dickey, 2013/03/22
- Re: C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/25
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/25
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/25
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Thomas Dickey, 2013/03/25
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/26
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Thomas Dickey, 2013/03/26
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316, Dr. Werner Fink, 2013/03/26
- Re: [bug-ncurses] C++ does not build with ncurses-5.9-20130316,
Thomas Dickey <=