swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any one using Compaq(DEC) Tru64 UNIX?


From: Marcus G. Daniels
Subject: Re: Any one using Compaq(DEC) Tru64 UNIX?
Date: 22 Jan 2001 16:44:36 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "WN" == W Northcott <address@hidden> writes:

WN> Can you give me an example of source that might show the error or
WN> even better point me at some calls in the Swarm system? 

The machine I have access to, thanks to Paul Johnson, is running
Digital Unix 4.0d, which to my best guess is a couple revisions behind
Tru64 Unix Version (4.0f).  The latest Tru64 is 5.1?

Anyway, I did have problems with floating points on 4.0f, and
I could get it to pass the test by making this change:

Index: sendmsg.c
===================================================================
RCS file: /cvs/hive/Swarm/swarm/libobjc/sendmsg.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** sendmsg.c   2000/12/16 04:27:27     1.8
--- sendmsg.c   2001/01/23 00:41:34     1.9
***************
*** 525,533 ****
      const char *type = sel_get_type (op);
  
      if (*type == _C_FLT)
!       return ((float *) res)[30];
      else
!       return ((double *) res)[15];
    }
  #endif
  }
--- 525,533 ----
      const char *type = sel_get_type (op);
  
      if (*type == _C_FLT)
!       return ((float *) res)[38];
      else
!       return ((double *) res)[19];
    }
  #endif
  }


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]