home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.ultrix:6292 comp.lang.prolog:1550
- Newsgroups: comp.unix.ultrix,comp.lang.prolog
- 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
- From: wieckert@immd5.informatik.uni-erlangen.de (Wieland Eckert)
- Subject: Bug in /lib/libm_G0.a !!?
- Message-ID: <Bt6JE0.7B8@immd4.informatik.uni-erlangen.de>
- Sender: news@immd4.informatik.uni-erlangen.de
- Organization: CSD., University of Erlangen, Germany
- Date: Tue, 18 Aug 1992 12:44:24 GMT
- Lines: 31
-
- Hello netlanders !
-
- I'm using Quintus Prolog (3.1) on a DS5000/200 (U 4.2) and came to the
- following serious problem:
- - Prolog wants to ld the /lib/libm_G0.a /* try to consult the
- library(math) */
- - NB: QP needs all C libraries compiled with switch -G 0
- - /lib/libm_G0.a === /lib/cmplrs/cc/libm_G0.a2.1 has the functions
- gamma, j0, j1, jn
- NOT compiled with -G0
- - therefore the ld call is crashing with the wonderful error message:
-
- ld:
- /lib/libm_G0.a(gamma.o): object not compiled with -G 0 will not work linking with -A
- /lib/libm_G0.a(j0.o): object not compiled with -G 0 will not work linking with -A
- /lib/libm_G0.a(j1.o): object not compiled with -G 0 will not work linking with -A
- /lib/libm_G0.a(jn.o): object not compiled with -G 0 will not work linking with -A
-
-
- Did anybody else observe this ? What did you do to solve it ?
- DEC, do you know about this library-bug ?
-
- (No I have not sources for libm to rebuild it ...)
-
- Thanks in advance,
- Wieland/
-
- -----
- Wieland Eckert, Universitaet Erlangen-Nuernberg, Mustererkennung
- e-mail: wieland.eckert@informatik.uni-erlangen.de
-
-