Re: pthreads on irix 6.2
From: Michael Lazin (microlaser_at_gmail.com)
Date: 10/11/05
- Previous message: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- In reply to: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Next in thread: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Reply: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- In reply to: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Next in thread: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Reply: Tony 'Nicoya' Mantler: "Re: pthreads on irix 6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|