wtetzner / bitstring

Automatically exported from code.google.com/p/bitstring
GNU General Public License v2.0
0 stars 0 forks source link

Doesn't build with 3.11.0 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure && make

What is the expected output? What do you see instead?
Library built. Error with undefined global Dynlink.

What version of the product are you using? On what operating system?
2.0.0/1.9.9 on debian linux, compiled from source, ocaml-3.11.0.

Please provide any additional information below.

Problem does not occur in ocaml-3.10.x. Adding dynlink.cma to libraries 
passed to ocamlfind for the bitstring-objinfo target resolved the issue.

Original issue reported on code.google.com by jessica....@gmail.com on 4 May 2009 at 4:25

GoogleCodeExporter commented 8 years ago
Attached patch that resolves the issue, and also an unrelated issue on OS X 
($(srcdir) is undefined).

Original comment by jessica....@gmail.com on 4 May 2009 at 4:40

Attachments: