Re: bdb help
Sven Hartrumpf <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Fri, 18 Jul 2014 09:55:24 +0200, gdw wrote: > I am still unable to use bdb: when I compile a scheme file, the compiler says ... > *** WARNING:bigloo:-gbdb > Bdb not available (see Bigloo configuration option) ignoring option bdb is part of bee, hence the following line from configure --help is relevant: --bee=partial|full [default partial] So please add --bee=full to your configure call. Ciao Sven