Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking for ndbm library... #8181

Closed
vicuna opened this issue Jun 21, 2003 · 1 comment
Closed

checking for ndbm library... #8181

vicuna opened this issue Jun 21, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 21, 2003

Original bug ID: 1724
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Michael Matusiak
Version: 3.06
OS: linux, kernel 2.4.20
Submission from: pb160.tarnobrzeg.cvx.ppp.tpnet.pl (213.77.197.160)

I found out the following problem when I was configuring ocaml:
if you have ndbm included in gdbm (as compatibility feature) configure doesn't
find this out because to turn on compatibility with ndbm you have to specify
additional library: gdbm_compat (with -lgdbm_compat)
there is very small change in configure code to fix this, it's something like
that:
... hasgot -lgdbm -lgdbm_compat dbm_open ...
Thanks

@vicuna
Copy link
Author

vicuna commented Jul 8, 2003

Comment author: administrator

Hopefully fixed 2003-07-08 by XL

@vicuna vicuna closed this as completed Jul 8, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant