Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - cliffvick

#1
newLISP and the O.S. / alternate solution
January 08, 2009, 09:00:49 AM
It took me some hard thinking and some playing around with the link.lsp source to come up with an alternative solution that doesn't require a recompile of newlisp.



If you replace this line in the function link in link.lsp

    (search handle "@@@@@@@@")

with

    (search handle "@@@@@@@@" true)

    (search handle "@@@@@@@@")



this will cause link.lsp to replace the correct place holder in the binary.



I haven't tried this on another OS, but I'm assuming that it won't work, and this is a hack that will only work on a BSD binary.  If I find out otherwise I'll post an update.