maxigas wrote:
> configure: error: C compiler cannot create executables
Check config.log to see the real error.
> My guess is that the compilation was OK and there is another problem.
Compilation hasn't even started if you get an error at the configure
stage.
> Should I create something lik
I upgraded the system to ubuntu 7.10 and now I'm getting this error:
The function DB-BDB::DB-ENV-CREATE is undefined.
[Condition of type UNDEFINED-FUNCTION]
Restarts:
0: [ABORT] Return to SLIME's top level.
1: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: ("bogus stack fr
On Saturday 08 March 2008 11:44:08 Ian Eslick wrote:
> Ah, you have the 0.9.1 release version. Can you send the contents of
> your my-config.sexp?
;; Linux defaults
#+(and (or sbcl allegro openmcl lispworks) (not (or mswindows windows)) (not
(or macosx darwin)))
((:compiler . :gcc)
(:berkeley-d
Ah, you have the 0.9.1 release version. Can you send the contents of
your my-config.sexp?
On Mar 8, 2008, at 12:40 PM, Raja Ramachandran wrote:
On Saturday 08 March 2008 11:27:18 John Leuner wrote:
How did you install it? Did you install libdb?
I installed elephant via the darcs repositor
On Saturday 08 March 2008 11:31:03 Ian Eslick wrote:
> When did you last update your repository (i.e. what version of the
> code are you using?)
ELEPHANT-0-9-1 - I got it from the darcs repo.
The system was a new install of ubuntu feisty - I'm trying it on another
system now.
>
> Also, which v
On Saturday 08 March 2008 11:27:18 John Leuner wrote:
> How did you install it? Did you install libdb?
I installed elephant via the darcs repository.
libdb - I used the libdb-4.5 packages from the ubuntu repository:
libdb4.5 - Berkeley v4.5 Database Libraries [runtime]
libdb4.5-dev - Berkeley v
When did you last update your repository (i.e. what version of the
code are you using?)
Also, which version of BDB are you using? You have to set the version
in the my-config.sexp now. We support 4.5 and 4.6 and default to
4.5. Typically it's a version mismatch that causes this error.
How did you install it? Did you install libdb?
John
On Sat, 2008-03-08 at 11:01 -0600, Raja Ramachandran wrote:
> Hello -
>
> I keep getting this error when I open an existing store or just when I open a
> new store:
>
>
> SVC> (elephant:open-store '(:BDB "/home/raja/dev/"))
>
> Berkeley DB