bug-ncurses
[Top][All Lists]
Advanced

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

Re: trace() help


From: Thomas Dickey
Subject: Re: trace() help
Date: Fri, 7 Jun 2002 08:37:00 -0400
User-agent: Mutt/1.2.5i

On Fri, Jun 07, 2002 at 08:04:07AM -0400, John Bleichert wrote:
> On Fri, 7 Jun 2002, Thomas Dickey wrote:
> > On Thu, Jun 06, 2002 at 09:29:51PM -0400, John Bleichert wrote:
> > > Hello All
> > > 
> > > I've downloaded and built ncurses so I could get libncurses_g.a and the 
> > > trace() function, but my compiler always complains about an "undefined 
> > > reference to `trace', even if I #define TRACE in the code. Are there any 
> > 
> > The configure script adds modules to the library if it detects TRACE 
> > defined,
> > so they will be built when the library is compiled.  You should be able to
> > check this by using nm on libncurses_g.a, e.g.,

> Ah. Well, I set trace in my shell (bash) and reconfigured:
> 
> address@hidden ncurses-5.2]# set TRACE

export CPPFLAGS=-DTRACE

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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