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

CLX and AKCL on platforms with no si::faslink



There is no si::faslink on the RS 6000 since the AIX ld function does
not support incremental loading.  [the situation is similar on other
sys V derived platforms].  The only way around this is to relink a
saved lisp image containing an extra .o file (see EXTRAS=) file which
has references to the socket or other stuff you wish to reference.

On the ibm rs 6000 you ALSO have to add the names of those functions
(and variables) to the exports list (see unixport/aix_exports).  Then
you will be able to use ordinary lisp load, since the symbols will now
be in the image.

Bill