[518] in Pthreads mailing list archive
Re: problem with ncurses
daemon@ATHENA.MIT.EDU (Neil Radisch)
Mon Nov 18 10:37:18 1996
From: Neil Radisch<nradisch@duck.com>
To: Christopher Provenzano <proven@proven.org>, pthreads@MIT.EDU
Date: Mon, 18 Nov 1996 09:38:43 -0500
Yeah, I had to recompile curses to get it to work.
Neil
> > ncurses does not seem to work with pthreads. It just doesn't do anything.
> >
> > I tried rebuilding the ncurses library, forcing it to include the
> > pthread headers, but i keep getting
> >
> > undefined reference to '__sF'
> >
> > from the linker. What does it all mean??
> >
> > Neil
> > ------------
> > Neil Radisch
> > nradisch@duck.com
>
> What system are you working on and version of pthreads?
>
> Are you using the pgcc script to compile both ncurses and
> whatever program that requires ncurses and pthreads?
>
> The symbol __sF is part of the pthread stdio. It is the array of FILEs
> which stdin, stdout, and stderr reference.
>
> CAP
>
>
------------
Neil Radisch
nradisch@duck.com