home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / ultrix / 6292 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.6 KB

  1. Xref: sparky comp.unix.ultrix:6292 comp.lang.prolog:1550
  2. Newsgroups: comp.unix.ultrix,comp.lang.prolog
  3. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!fauern!fauna!immd5.informatik.uni-erlangen.de!wieckert
  4. From: wieckert@immd5.informatik.uni-erlangen.de (Wieland Eckert)
  5. Subject: Bug in /lib/libm_G0.a !!?
  6. Message-ID: <Bt6JE0.7B8@immd4.informatik.uni-erlangen.de>
  7. Sender: news@immd4.informatik.uni-erlangen.de
  8. Organization: CSD., University of Erlangen, Germany
  9. Date: Tue, 18 Aug 1992 12:44:24 GMT
  10. Lines: 31
  11.  
  12. Hello netlanders !
  13.  
  14. I'm using Quintus Prolog (3.1) on a DS5000/200 (U 4.2) and came to the
  15. following serious problem:
  16. - Prolog wants to ld the /lib/libm_G0.a /* try to consult the
  17.   library(math) */
  18. - NB: QP needs all C libraries compiled with switch -G 0
  19. - /lib/libm_G0.a === /lib/cmplrs/cc/libm_G0.a2.1 has the functions
  20.     gamma, j0, j1, jn
  21.   NOT compiled with -G0
  22. - therefore the ld call is crashing with the wonderful error message:
  23.  
  24. ld:
  25. /lib/libm_G0.a(gamma.o): object not compiled with -G 0 will not work linking with -A
  26. /lib/libm_G0.a(j0.o): object not compiled with -G 0 will not work linking with -A
  27. /lib/libm_G0.a(j1.o): object not compiled with -G 0 will not work linking with -A
  28. /lib/libm_G0.a(jn.o): object not compiled with -G 0 will not work linking with -A
  29.  
  30.  
  31. Did anybody else observe this ? What did you do to solve it ?
  32. DEC, do you know about this library-bug ?
  33.  
  34. (No I have not sources for libm to rebuild it ...)
  35.  
  36. Thanks in advance,
  37. Wieland/
  38.  
  39. -----
  40. Wieland Eckert, Universitaet Erlangen-Nuernberg, Mustererkennung
  41. e-mail: wieland.eckert@informatik.uni-erlangen.de
  42.  
  43.