This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: pthreads man pages, where?
On Saturday 02 November 2002 09:04, tendim wrote:
> Hi.
>
> I've installed gcc-3.2 on my system, and I was under the impression that
> since I gave the --enable-threads=posix switch to configure, it would also
> install the man pages for the various posix thread functions. I.e.,
> pthread_create, etc.
>
> However, when I issue "man pthread_create" or something similar, my system
> can't find the man pages! :(
> [...]
Hello,
you can try 'info libc' and then choose the 'POSIX Threads' section.