This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]