bug-ncurses
[Top][All Lists]
Advanced

[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: Mon, 25 Mar 2013 19:30:54 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Mar 25, 2013 at 06:24:35PM +0100, Dr. Werner Fink wrote:
> On Mon, Mar 25, 2013 at 05:24:30PM +0100, Werner Fink wrote:
> > On Mon, Mar 25, 2013 at 05:10:22PM +0100, Werner Fink wrote:
> > > On Fri, Mar 22, 2013 at 06:02:20PM -0400, Thomas Dickey wrote:
> > > > On Fri, Mar 22, 2013 at 01:03:10PM +0100, Dr. Werner Fink wrote:
> > > > > Hi,
> > > > > 
> > > > > just found this
> > > > 
> > > > hmm - a pointer to the configure-options would help...
> > 
> > Just found that it happens after the second configure run.
> > The first make run works flawless but the second one seems to see leftovers 
> > of the previous configure/make run.
> > 
> 
> Seems to be a difference between ABI 5 and ABI 6 with REENTRANT code:

yes -- the "--enable-reeentrant" option wraps the global variables as
functions to keep them from being modified except via a function (which
lets one add a mutex or whatever).

ABI 6 doesn't have to use that option, but the reentrant feature relies
on ABI 6.  Normally the libraries are named differently (with a "t" on
the end).  Naming them the same - that is a problem for this case.
 
-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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