[516] in Pthreads mailing list archive
Re: problem with ncurses
daemon@ATHENA.MIT.EDU (Christopher Provenzano)
Sat Nov 16 11:56:15 1996
Reply-To: proven@cygnus.com
To: Neil Radisch <nradisch@duck.com>
Cc: pthreads@MIT.EDU
In-Reply-To: Your message of "Fri, 15 Nov 1996 15:42:40 EST."
<328cde85.duck@duck.com>
Date: Sat, 16 Nov 1996 11:28:57 -0500
From: Christopher Provenzano <proven@proven.org>
> 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