From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44BE8FA7.8060905@lanl.gov> Date: Wed, 19 Jul 2006 14:01:43 -0600 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] another classic error message Topicbox-Message-UUID: 84d9287c-ead1-11e9-9d60-3106f5b1d025 libgcc_s.so.1 must be installed for pthread_cancel to work yeah man. I mean every damn thing in the world is in libc.so. Might as well leave out this essential function. bah. ron From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <283f5df10607191435n256fe95fg80c4cdfe1b7d72e5@mail.gmail.com> Date: Wed, 19 Jul 2006 17:35:15 -0400 From: "LiteStar numnums" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] another classic error message In-Reply-To: <44BE8FA7.8060905@lanl.gov> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_53434_8723171.1153344915038" References: <44BE8FA7.8060905@lanl.gov> Topicbox-Message-UUID: 84f4f502-ead1-11e9-9d60-3106f5b1d025 ------=_Part_53434_8723171.1153344915038 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I love trying to build a custom libc for a new environment: SunRPC, Threads, Math, Crypto, Kitchen Sink, &c. On 7/19/06, Ronald G Minnich wrote: > > libgcc_s.so.1 must be installed for pthread_cancel to work > > yeah man. I mean every damn thing in the world is in libc.so. Might as > well leave out this essential function. bah. > > ron > -- Lead thou me on, O Zeus, and Destiny, To that goal long ago to me assigned. I'll follow and not falter; if my will Prove weak and craven, still I'll follow on. -- Epictetus He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_53434_8723171.1153344915038 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I love trying to build a custom libc for a new environment: SunRPC, Threads, Math, Crypto, Kitchen Sink, &c.

On 7/19/06, Ronald G Minnich < rminnich@lanl.gov> wrote:
libgcc_s.so.1 must be installed for pthread_cancel to work

yeah man. I mean every damn thing in the world is in libc.so. Might as
well leave out this essential function. bah.

ron



--
Lead thou me on, O Zeus, and Destiny,
To that goal long ago to me assigned.
I'll follow and not falter; if my will
Prove weak and craven, still I'll follow on.
-- Epictetus

He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_53434_8723171.1153344915038-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3e1162e60607191525w1b283cacxfa989ef8c6651fa3@mail.gmail.com> Date: Wed, 19 Jul 2006 15:25:27 -0700 From: "David Leimbach" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: [9fans] another classic error message In-Reply-To: <283f5df10607191435n256fe95fg80c4cdfe1b7d72e5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44BE8FA7.8060905@lanl.gov> <283f5df10607191435n256fe95fg80c4cdfe1b7d72e5@mail.gmail.com> Topicbox-Message-UUID: 8508ba88-ead1-11e9-9d60-3106f5b1d025 That's why everything is in "libSystem.dylib" on Mac OS X. :-) On 7/19/06, LiteStar numnums wrote: > I love trying to build a custom libc for a new environment: SunRPC, Threads, > Math, Crypto, Kitchen Sink, &c. > > > On 7/19/06, Ronald G Minnich < rminnich@lanl.gov> wrote: > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > yeah man. I mean every damn thing in the world is in libc.so. Might as > > well leave out this essential function. bah. > > > > ron > > > > > > -- > Lead thou me on, O Zeus, and Destiny, > To that goal long ago to me assigned. > I'll follow and not falter; if my will > Prove weak and craven, still I'll follow on. > -- Epictetus > > He who enters his wife's dressing room is a philosopher or a fool. -- Balzac From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180607191600t27f4e026x7a7619a24d92cb4b@mail.gmail.com> Date: Wed, 19 Jul 2006 17:00:38 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: Re: [9fans] another classic error message In-Reply-To: <3e1162e60607191525w1b283cacxfa989ef8c6651fa3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44BE8FA7.8060905@lanl.gov> <283f5df10607191435n256fe95fg80c4cdfe1b7d72e5@mail.gmail.com> <3e1162e60607191525w1b283cacxfa989ef8c6651fa3@mail.gmail.com> Topicbox-Message-UUID: 8539c678-ead1-11e9-9d60-3106f5b1d025 On 7/19/06, David Leimbach wrote: > That's why everything is in "libSystem.dylib" on Mac OS X. :-) that was exactly the comment someone made when we saw this: all sorts of goo is already in libgcc, why not this particular one?