scsh-users
[Top] [All Lists]

Re: AIX version of scsh

To: sperber@informatik.uni-tuebingen.de
Subject: Re: AIX version of scsh
From: Olin Shivers <shivers@clark.lcs.mit.edu>
Date: Tue, 29 Nov 94 01:08:57 -0500
Cc: scsh@martigny.ai.mit.edu
Reply-to: shivers@mintaka.lcs.mit.edu
I tried to get scsh to run on an RS6000 at HKU, but I couldn't get foreign
function call to work. You don't have text symbols of the form _main or
_printf. You have data symbols of the form .main and .printf, and these
are sort of like closures in Scheme: they contain data and code pointer,
and so the function call protocol given one is a little different. I was
unable to get it to work. Perhaps if I'd had detailed documentation I could
have done it, but I was working in the dark.
    -Olin

<Prev in Thread] Current Thread [Next in Thread>
  • AIX version of scsh, Michael Sperber [Mr. Preprocessor]
    • Re: AIX version of scsh, Olin Shivers <=