home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23657 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  994 b 

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!dingbat
  2. From: dingbat@diku.dk (Niels Skov Olsen)
  3. Newsgroups: comp.os.linux
  4. Subject: FP-emulator problem with smlnj-0.91
  5. Message-ID: <1993Jan11.191838.10819@odin.diku.dk>
  6. Date: 11 Jan 93 19:18:38 GMT
  7. Sender: dingbat@rimfaxe.diku.dk
  8. Organization: Department of Computer Science, U of Copenhagen
  9. Lines: 28
  10.  
  11. Hello, 
  12.  
  13. I have just tried out the (alpha) linux port of smlnj-0.91. There seems
  14. to be a problem with my setup and floating point arith. 
  15. I have:
  16.  
  17.   Linux 0.99pl2
  18.   i386 8mb 12 mb swap
  19.   no i387
  20.   gcc 2.3.3 libc 4.2
  21.  
  22. here's the symptoms:
  23.  
  24.   # smlnj
  25.   Standard ML of New Jersey, Version 0.91, October 26, 1992
  26.   This is an alpha version for Linux (built with Linux 0.98.1).
  27.   val it = () : unit
  28.   - 2.0; 
  29.   Unimplemented FPU Opcode at eip=0003B144 : dc d4 (d0+4)
  30.  
  31.   uncaught exception Div
  32.  
  33.  
  34. This also happen in a smlnj-0.89 version I have.
  35. I have mailed a report to the porters, but I post here also just in case 
  36. it is FP-emulator specific.
  37.  
  38. Niels
  39.