[1063] in Athena Bugs
(VS2000) Version 6.0C: /usr/ucb/liszt C dynamic loading is broken
daemon@ATHENA.MIT.EDU (tmdonahu@ATHENA.MIT.EDU)
Mon Sep 26 14:53:55 1988
From: <tmdonahu@ATHENA.MIT.EDU>
Date: Mon, 26 Sep 88 14:52:13 EDT
To: bugs@ATHENA.MIT.EDU
System type, version: (VS2000) Version 6.0C
System name: M11-124G-6
What's wrong:
Dynamic loading of C modules is impossible in the current version of franz
lisp (/usr/ucb/liszt), since it is stripped. There is no symbol table to
link to.
An example of trying to load in C code:
=> (cfasl ".xtank.vax" "_main" 'main "c-function")
/bin/ld -N -x -A /usr/ucb/liszt -T 14c800 .xtank.vax -e _main -o /tmp/Li13187.0
-lc
ld:/usr/ucb/liszt: no namelist
Ld returns error status
nil
=>
What should have happened:
/usr/ucb/liszt needs to have a symbol table. Then the link command would be
successful.
Terry Donahue
Athena Watchmaker