OCaml Forge
SCM

Detail: [#1248] Please add check for dynamic loading

Feature Requests: Browse | Download .csv | Monitor

[#1248] Please add check for dynamic loading

Date:
2013-01-16 07:37
Priority:
3
State:
Open
Submitted by:
Ralf Treinen (treinen)
Assigned to:
Nobody (None)
Product:
None
Operating System:
None
Component:
None
 
Summary:
Please add check for dynamic loading

Detailed description
Please add a check for the capability to do dynamic loading and linking of object code. The file
ocamlvars.mk of debian's dh-ocaml package does it like this:

# Variable set to yes on architectures with native dynlink
ifneq (,$(wildcard $(OCAML_STDLIB_DIR)/dynlink.cmxa))
OCAML_NATDYNLINK ?= yes
else
OCAML_NATDYNLINK ?= no
endif

-Ralf.

Followup

No Followups Have Been Posted

Attached Files:

Changes:

No Changes Have Been Made to This Item