Re: error in linking librery's

From: Brooks Davis (brooks_at_one-eyed-alien.net)
Date: 07/24/04

  • Next message: Eitarou Kamo: "Re: umass0: CBI reset failed, Timeout.... 4.10-R"
    Date: Fri, 23 Jul 2004 23:59:31 -0700
    To: pradeep reddy punnam <prady_p@yahoo.com>
    
    
    

    On Fri, Jul 23, 2004 at 11:43:49PM -0700, pradeep reddy punnam wrote:
    > 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.

    Which version of FreeBSD are you using? Kernel modifications should
    have no effect on the existance of libpthread. Only 5.2-CURRENT after
    January 30 has a libpthread.

    -- Brooks

    --
    Any statement of the form "X is the one, true Y" is FALSE.
    PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
    
    



  • Next message: Eitarou Kamo: "Re: umass0: CBI reset failed, Timeout.... 4.10-R"

    Relevant Pages

    • Re: Distributions
      ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be ... and slower than if you compile those packages, ... can have that stability with virtually any distro. ...
      (Debian-User)
    • Re: Distributions
      ... Ubuntu is based on Debian, ... | general there are a lot of packages for people to use. ... kernel, have to run on a multitude of different systems, they tend to be larger ... and slower than if you compile those packages, ...
      (Debian-User)
    • Problems with custom kernel fbsd 6.2
      ... My kernel for freebsd 6.2 is not compiling but only with my custom config. ... I was able to compile it with the GENERIC kernel included, but my modified one will not compile. ... # Power management support ...
      (freebsd-questions)
    • Re: [PATCH] 2.6 workaround for Athlon/Opteron prefetch errata
      ... >optimisations independently of each other', is fairly simple, (in ... >concept), and elegant, (as it lets you compile the most finely tuned ... >Up to now, selecting a CPU to compile for basically means, "Use ... it's silly to include them all in a kernel for a 386. ...
      (Linux-Kernel)
    • Re: C++ pushback
      ... There are all sorts of macros that use member initialization of that form. ... This does not break the code at run time, this breaks the code at compile time, and should be less painful. ... The kernel relies really _really_ heavily on such structure initializers, and breaking them would effectively break the world as far as the kernel is concerned. ... If they were not, one could simply make a base class having members outlined, and which class does not enforce type safety and is for inheritance only. ...
      (Linux-Kernel)