caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* native compilation: no implementation provided for dynlink?
@ 2009-03-17 18:10 Joel Reymont
  2009-03-17 18:36 ` [Caml-list] " Martin Jambon
  2009-03-17 18:40 ` Jon Harrop
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Reymont @ 2009-03-17 18:10 UTC (permalink / raw)
  To: O'Caml Mailing List

How do I fix this?

	Thanks, Joel

---

+ ocamlfind ocamlopt -package 'extlib, dynlink, camlp4.lib' -linkpkg - 
g src/easy_ast.cmx src/easy_lexer.cmx src/token.cmx src/static1.cmx  
src/easy_parser.cmx src/easy_symtab.cmx src/easy_typer.cmx src/ 
ninja_ast.cmx src/ninja_morpher.cmx src/pretty.cmx src/ 
ninja_printer.cmx src/topdog.cmx -o src/topdog.native
File "_none_", line 1, characters 0-1:
Error: No implementations provided for the following modules:
          Dynlink referenced from /usr/local/lib/ocaml/camlp4/ 
camlp4lib.cmxa(Camlp4)

---
http://tinyco.de
Mac, C++, OCaml




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] native compilation: no implementation provided for dynlink?
  2009-03-17 18:10 native compilation: no implementation provided for dynlink? Joel Reymont
@ 2009-03-17 18:36 ` Martin Jambon
  2009-03-17 18:41   ` Joel Reymont
  2009-03-17 18:40 ` Jon Harrop
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jambon @ 2009-03-17 18:36 UTC (permalink / raw)
  To: Joel Reymont; +Cc: O'Caml Mailing List

Joel Reymont wrote:
> How do I fix this?

Upgrade ocamlfind/findlib for 3.11.


>     Thanks, Joel
> 
> ---
> 
> + ocamlfind ocamlopt -package 'extlib, dynlink, camlp4.lib' -linkpkg -g
> src/easy_ast.cmx src/easy_lexer.cmx src/token.cmx src/static1.cmx
> src/easy_parser.cmx src/easy_symtab.cmx src/easy_typer.cmx
> src/ninja_ast.cmx src/ninja_morpher.cmx src/pretty.cmx
> src/ninja_printer.cmx src/topdog.cmx -o src/topdog.native
> File "_none_", line 1, characters 0-1:
> Error: No implementations provided for the following modules:
>          Dynlink referenced from
> /usr/local/lib/ocaml/camlp4/camlp4lib.cmxa(Camlp4)


Martin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] native compilation: no implementation provided for dynlink?
  2009-03-17 18:10 native compilation: no implementation provided for dynlink? Joel Reymont
  2009-03-17 18:36 ` [Caml-list] " Martin Jambon
@ 2009-03-17 18:40 ` Jon Harrop
  1 sibling, 0 replies; 5+ messages in thread
From: Jon Harrop @ 2009-03-17 18:40 UTC (permalink / raw)
  To: caml-list

On Tuesday 17 March 2009 18:10:49 Joel Reymont wrote:
> How do I fix this?

Are you on OCaml 3.11?

-- 
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] native compilation: no implementation provided for dynlink?
  2009-03-17 18:36 ` [Caml-list] " Martin Jambon
@ 2009-03-17 18:41   ` Joel Reymont
  2009-03-17 18:42     ` Martin Jambon
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Reymont @ 2009-03-17 18:41 UTC (permalink / raw)
  To: Martin Jambon; +Cc: O'Caml Mailing List

ocaml -version
The Objective Caml toplevel, version 3.12.0+dev2 (2009-01-25)

Do you mean to recompile them with 3.11?

I compiled with 3.12.

On Mar 17, 2009, at 6:36 PM, Martin Jambon wrote:

> Joel Reymont wrote:
>> How do I fix this?
>
> Upgrade ocamlfind/findlib for 3.11.

---
http://tinyco.de
Mac, C++, OCaml




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Caml-list] native compilation: no implementation provided for dynlink?
  2009-03-17 18:41   ` Joel Reymont
@ 2009-03-17 18:42     ` Martin Jambon
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jambon @ 2009-03-17 18:42 UTC (permalink / raw)
  To: Joel Reymont; +Cc: O'Caml Mailing List

Joel Reymont wrote:
> ocaml -version
> The Objective Caml toplevel, version 3.12.0+dev2 (2009-01-25)
> 
> Do you mean to recompile them with 3.11?

I think the problem is in a META file, which lacks a dependency.
Dynlink must be loaded by the camlp4 lib since 3.11.
I think Gerd fixed it in the latest release of ocamlfind.
I'll let you check all of that.


Martin

> I compiled with 3.12.
> 
> On Mar 17, 2009, at 6:36 PM, Martin Jambon wrote:
> 
>> Joel Reymont wrote:
>>> How do I fix this?
>>
>> Upgrade ocamlfind/findlib for 3.11.
> 
> ---
> http://tinyco.de
> Mac, C++, OCaml
> 
> 
> 
> 


-- 
http://mjambon.com/


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-17 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17 18:10 native compilation: no implementation provided for dynlink? Joel Reymont
2009-03-17 18:36 ` [Caml-list] " Martin Jambon
2009-03-17 18:41   ` Joel Reymont
2009-03-17 18:42     ` Martin Jambon
2009-03-17 18:40 ` Jon Harrop

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).