error in linking librery's

2004-07-23 Thread pradeep reddy punnam
Hi all, i am getting following error when i tried to link -lpthread, when i compile my program /user/libexec/elf/ld ; cannot find -lpthread, i made changes to my kernel and re compiled it, so i think may be i need to set the paths correct, which file i need to link. thanks - pra

Re: "Next Generation" kernel configuration?

2004-07-23 Thread Peter Jeremy
On Fri, 2004-Jul-23 20:50:01 -0700, Jake Hamby wrote: >My biggest annoyance with building the kernel, compared to Linux, is >that it insists on building all of the possible kernel modules, even >though I only want to build the ones that make sense for my hardware. I think you want the following

Re: "Next Generation" kernel configuration?

2004-07-23 Thread Jake Hamby
Conrad J. Sabatier wrote: On 21-Jul-2004 Devon H. O'Dell wrote: I'm sure this will become another bikeshed, so I suggest whoever came up with the idea to put up or shut up. People are interested in solutions, not suggestions. Agreed. And the original proponent of the idea was me. I just wanted

Re: regarding timeout/untimeout kernel functions

2004-07-23 Thread Peter Jeremy
[Please wrap your mail before 80 columns] On Thu, 2004-Jul-22 17:59:40 -0700, pradeep reddy punnam wrote: > i am working on a project , where i came across a >situation where i need to execute a function when a timer expires >,exactly similar to functionality of the timeout() kernel f