Re: pthreads on irix 6.2

From: Michael Lazin (microlaser_at_gmail.com)
Date: 10/11/05

  • Next message: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
    Date: Tue, 11 Oct 2005 15:03:03 GMT
    
    

    Tony 'Nicoya' Mantler wrote:
    > In article <rGD2f.28578$q81.20456@trnddc06>,
    > Michael Lazin <microlaser@gmail.com> wrote:
    >
    > : I am trying to compile a program on irix 6.2. When I configure it it
    > : says I need pthreads. I installed the posix patch set and the pthreads
    > : patch and it still does not work. What is going on?
    >
    > Your question is a bit vague. Have you tried linking with -lpthread? Can you
    > post a test case and the error messages it generates, and how this differs from
    > what you expect to happen?
    >
    >
    > Cheers - Tony 'Nicoya' Mantler :)
    >
    You will have to bear with me, I am a complete irix newbie. I figured
    out that I have to install mit pthreads, so I downloaded
    pmpthreads-1.8.9. I was able to configure this but when I typed "make"
    I got the following error:

    make: file `Makefile' line 18: Must be a separator (: or ::) for rules
    (bu39)
    make: file `Makefile' line 18: Syntax error

    line 18 reads as follows:

      .OBJDIR != if test -d ${.CURDIR}/obj ; then true ; else mkdir ${.CURDIR}
    /obj || exit 1 ; fi ; echo ${.CURDIR}/obj

    I need pthreads to compile synergy (http://synergy2.sourceforge.net)

    Thanks for your reply

    Michael


  • Next message: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"

    Relevant Pages

    • Re: pthreads on irix 6.2
      ... I installed the posix patch set and the pthreads ... You'll want to download and install gmake from ... Tony 'Nicoya' Mantler -- Master of Code-fu -- nicoya@ubb.ca ...
      (comp.sys.sgi.misc)
    • Re: Where can I learn about Multithreading for C
      ... functions like WaitForSingleObject, CreateThread(), CreateMutex ... But you're doing yourself no sort of favour of "rather than pthreads". ... Even on Windows you can use Cygwin to emulate pthreads for you. ... install, but that doesn't mean everyone will be willing to install ...
      (comp.lang.c)
    • Re: Where can I learn about Multithreading for C
      ... functions like WaitForSingleObject, CreateThread(), CreateMutex ... But you're doing yourself no sort of favour of "rather than pthreads". ... Even on Windows you can use Cygwin to emulate pthreads for you. ... install, but that doesn't mean everyone will be willing to install ...
      (comp.lang.c)
    • Re: pthreads on irix 6.2
      ... I am trying to compile a program on irix 6.2. ... I installed the posix patch set and the pthreads ...
      (comp.sys.sgi.misc)
    • pthreads on irix 6.2
      ... I am trying to compile a program on irix 6.2. ... I installed the posix patch set and the pthreads ...
      (comp.sys.sgi.misc)