Re: pthreads man pages not in Debian 3.0r0?

2002-11-26 Thread Gianfranco Berardi
[EMAIL PROTECTED] wrote: Hello, I'm running Debian 3.0r0 and I can't find the pthreads man pages. I've already installed the packages 'manpages' and 'manpages-dev' but the pthreads man pages are not included in them. So, anyone knows where are the pthreads man pages? Regards, Yeah. Unfortunat

Re: pthreads man pages not in Debian 3.0r0?

2002-11-26 Thread Colin Watson
On Tue, Nov 26, 2002 at 06:35:06PM -0200, [EMAIL PROTECTED] wrote: > I'm running Debian 3.0r0 and I can't find the pthreads man pages. I've > already installed the packages 'manpages' and 'manpages-dev' but the > pthreads man pages are not included in them. > > So, anyone knows where are the pthr

RE: pthreads man pages not in Debian 3.0r0?

2002-11-26 Thread Brooks R. Robinson
| So, anyone knows where are the pthreads man pages? IIRC, there are none. apt-get install glibc-doc file:///usr/share/doc/glibc-doc/html/chapters_34.html#SEC670 HTH, Brooks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pthreads and sigaltstack on i386

2001-07-23 Thread Eric G. Miller
On Mon, Jul 23, 2001 at 09:27:07PM -0700, Bob Smith wrote: [snip] > > I compiled as: > > $ gcc -g -Wall -o sigstack sigstack.c > > I left out the pthread stuff for simplicity since it > doesn't appear essential to demonstrate the problem. > And indeed, I know that the above compile line works. >

Re: pthreads and sigaltstack on i386

2001-07-23 Thread Bob Smith
>How are you compiling it? Seems to work okay under unstable. > Sends itself SIGUSR1, goes into sigsuspend, is woken up, handles > the signal, and exits (by the way, main always returns an int ;). > > I don't see any threads stuff, so how the pthread_sighandler error? > > I compiled as: > $ gcc -g

Re: pthreads and sigaltstack on i386

2001-07-23 Thread Eric G. Miller
On Mon, Jul 23, 2001 at 01:46:05PM -0700, Bob Smith wrote: > I'm using Debian potato. I can't get this program to > use sigaltstack and pthreads at the same time on i386. > I get a SIGSEGV in pthread_sighandler. The program > works fine on Alpha Linux and Solaris. Is this a known > i386 problem?

Re: pthreads man pages?

2000-02-04 Thread Chanop Silpa-Anan
Once upon a time, I heard Britton said > > Yes, they must be, since I have them on my system. Unfortunately, I'm not > sure which of the (stable) packages I have installed is providing them. > Perhaps someone can tell me how to check which package is providing a > given file on my system? >

Re: pthreads man pages?

2000-02-04 Thread Britton
Yes, they must be, since I have them on my system. Unfortunately, I'm not sure which of the (stable) packages I have installed is providing them. Perhaps someone can tell me how to check which package is providing a given file on my system? Britton Kerin __ GNU GPL: "The Source will be with yo

Re: pthreads man pages?

2000-02-03 Thread Colin Watson
[EMAIL PROTECTED] (Maciej Kalisiak) wrote: >Are these available in any Debian package? Yes, they're in glibc-doc. -- Colin Watson [EMAIL PROTECTED]

Re: pthreads

1998-03-12 Thread Hamish Moffatt
On Thu, Mar 12, 1998 at 01:15:23PM +0100, [EMAIL PROTECTED] wrote: > On Thu, Mar 12, 1998 at 10:53:13PM +1100, Hamish Moffatt wrote: > > Weird about the contents search on www.debian.org though. > > http://www.debian.org/packages.html contains: > :Note: substring searching currently isn't implemen

Re: pthreads

1998-03-12 Thread jdassen
On Thu, Mar 12, 1998 at 10:53:13PM +1100, Hamish Moffatt wrote: > Weird about the contents search on www.debian.org though. http://www.debian.org/packages.html contains: :Note: substring searching currently isn't implemented. This can cause :problems. For example, you need to specify libgtk1 to fi

Re: pthreads

1998-03-12 Thread Hamish Moffatt
On Thu, Mar 12, 1998 at 09:29:12AM +0100, [EMAIL PROTECTED] wrote: > On Thu, Mar 12, 1998 at 06:18:20PM +1100, Hamish Moffatt wrote: > > Where are the pthread manual pages for hamm? > > pthread/LinuxThreads is a part of libc6; you'll find the manpages in > libc6-doc. Thanks. Weird about the conte

Re: pthreads

1998-03-12 Thread jdassen
On Thu, Mar 12, 1998 at 06:18:20PM +1100, Hamish Moffatt wrote: > Where are the pthread manual pages for hamm? pthread/LinuxThreads is a part of libc6; you'll find the manpages in libc6-doc. HTH, Ray -- Obsig: developing a new sig -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBS

Re: pthreads and libc version for debian 1.1

1996-06-05 Thread David Engel
Guy Maor writes: > The latest pthread library is 1.60 beta4, released on 10/25/95. > Compiled seperately it works moderately well. It's a lot of fun to > play with. You can get more info at > http://www.mit.edu:8001/people/proven/pthreads.html Actually, I saw two newer versions on the MIT ftp si

Re: pthreads and libc version for debian 1.1

1996-06-05 Thread Michael Callahan
David Engel writes: [ chopped pthreads related release notes ] >Would someone like to test the pthread library that is built? You'll >need to get the libc5 source and recompile the entire package >yourself. If libpthread proves to work, I'll include it in either the >next libc5 package or

Re: pthreads and libc version for debian 1.1

1996-06-04 Thread Rob Browning
[EMAIL PROTECTED] (David Engel) writes: > > The MIT pthread library 1.60 beta2 seems to work. It passed most of tests > > in the MIT pthread package. The pthread libraries are not installed by [...] > Would someone like to test the pthread library that is built? You'll > need to get the libc5

Re: pthreads and libc version for debian 1.1

1996-06-04 Thread Guy Maor
On Tue, 4 Jun 1996, David Engel wrote: > > The MIT pthread library 1.60 beta2 seems to work. It passed most of tests The latest pthread library is 1.60 beta4, released on 10/25/95. Compiled seperately it works moderately well. It's a lot of fun to play with. You can get more info at http://www

Re: pthreads and libc version for debian 1.1

1996-06-04 Thread David Engel
Michael Callahan writes: > I would like to play with pthreads, and was wondering what I must > do to get phtreads support built into my libc. Do I have to > compile the latest version of libc myself, with pthreads > specified somewhere? Or is it in the latest version already? Here is the relevan