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

Re: [plt-scheme] where to put extensions?



At Mon, 3 Jun 2002 07:16:31 -0600 (MDT), Matthew Flatt wrote:
>  *  The extension source, "mzrl.c", is compiled to
> 
>       plt/collects/readline/compiled/native/<platform>/mzrl.so
> 
>     so that `(require (lib "mzrl.so" "readline"))' loads the extension
>     --- when it's there.

For the record, that should have been "mzrl.ss", not "mzrl.so"!

Matthew