[plt-scheme] planet & native extension flags?

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Feb 25 15:50:43 EST 2006

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!


Posted on the users mailing list.