[plt-scheme] Re: using sgl from mzscheme

From: Scott Owens (sowens at cs.utah.edu)
Date: Sun Jun 5 16:19:00 EDT 2005

I see the problem.  On v209, sgl can't be loaded because the mzscheme 
executable is not linked against the GL library (the mred executable 
is).  The v300 series doesn't have this limitation because its 
re-implementation of sgl uses the foreign function interface, instead 
of being loaded as an extension.  You'll either have to upgrade to v300 
or recompile mzscheme using the -lGL argument to the linking command.

-Scott


On Jun 5, 2005, at 1:07 PM, John Kozak wrote:

>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>> You should be able to require sgl from mzscheme.  Which version of
>> mzscheme are you using, and on which operating system?
>
>
> 209 on linux, from the standard debian/unstable package.
>
> John



Posted on the users mailing list.