[plt-scheme] planet & native extension flags?
On Feb 25, Hans Oesterholt-Dijkema wrote:
> I know it's a littlebit odd, but it is not possible to include
> more than one 'include' directory in mzscheme extensions.
>
> export MYSQL_EXTENSION_LIB_PATH=$HOME/local/mysql
> export DB2_EXTENSION_LIB_PATH=$HOME/local/db2
> export PLT_EXTENSION_LIB_PATHS=$HOME/local
The name of that last environment variable is in plural form because
you can specify more than one directory: you need to separate the
paths with a colon (unix, osx) or semicolon (windows).
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!