caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Dmitriy Kargapolov <dmitriy.kargapolov@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Re: Dynlink ocamlfind problem
Date: Wed, 14 Oct 2009 15:09:25 -0400	[thread overview]
Message-ID: <63caf42f0910141209n31c578eeodc8db4258f9cc524@mail.gmail.com> (raw)
In-Reply-To: <63caf42f0910131936o6e8ccab2m5f898478770b9107@mail.gmail.com>

Never mind. Problem was with /usr/lib/ocaml/dynlink/META which was
missing native library spec.
(My actual project that didn't compile used native mode)

Fix:

--- /usr/lib/ocaml/dynlink/META.orig    2009-02-26 05:23:21.000000000 -0500
+++ /usr/lib/ocaml/dynlink/META 2009-10-14 15:02:56.253171783 -0400
@@ -5,4 +5,4 @@
 directory = "^"
 browse_interfaces = " Btype Bytesections Clflags Config Consistbl Dll
Dynlink Ident Meta Misc Opcodes Path Predef Runtimedef Symtable Tbl
Types "
 archive(byte) = "dynlink.cma"
-
+archive(native) = "dynlink.cmxa"


      reply	other threads:[~2009-10-14 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14  2:36 Dmitriy Kargapolov
2009-10-14 19:09 ` Dmitriy Kargapolov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63caf42f0910141209n31c578eeodc8db4258f9cc524@mail.gmail.com \
    --to=dmitriy.kargapolov@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).