<div dir="ltr">Thank you,I appreciate your help :-)<br>I will upgrade soon and give you a response as soon as I can .<br><br><div class="gmail_quote">On Thu, Sep 25, 2008 at 1:14 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Sat, Sep 20, 2008 at 09:35:20PM +0300, Lynx Law wrote:<br>
> When I compile let's say a basic program that uses the Graphic modules.<br>
> It gives me the error that the object is missing<br>
> *<br>
> ocamlc graphics.cma <a href="http://test.ml" target="_blank">test.ml</a> -o test<br>
> Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot<br>
> open shared object file: No such file or directory*<br>
> I'm using OCaml 3.10.1,under fedora 9.<br>
> Under another GNU/Linux Distribution I do not face any problems similar to<br>
> this one.<br>
<br>
</div>I'm afraid I don't have F9 available, but this is definitely working<br>
on Rawhide:<br>
<br>
  $ cat <a href="http://test.ml" target="_blank">test.ml</a><br>
  Graphics.open_graph ""<br>
  $ ocamlc graphics.cma <a href="http://test.ml" target="_blank">test.ml</a> -o test<br>
  $ ./test<br>
<br>
If you have F-9 then you can easily upgrade to the rawhide version of<br>
the ocaml packages by enabling the development repo in<br>
/etc/yum.repos.d/fedora-development.repo, followed by a 'yum update'.<br>
<div><div></div><div class="Wj3C7c"><br>
Rich.<br>
<br>
--<br>
Richard Jones, Emerging Technologies, Red Hat  <a href="http://et.redhat.com/%7Erjonesvirt-p2v" target="_blank">http://et.redhat.com/~rjones<br>
virt-p2v</a> converts physical machines to virtual machines.  Boot with a<br>
live CD or over the network (PXE) and turn machines into Xen guests.<br>
<a href="http://et.redhat.com/%7Erjones/virt-p2v" target="_blank">http://et.redhat.com/~rjones/virt-p2v</a><br>
<br>
_______________________________________________<br>
Fedora-ocaml-list mailing list<br>
<a href="mailto:Fedora-ocaml-list@redhat.com">Fedora-ocaml-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-ocaml-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-ocaml-list</a><br>
</div></div></blockquote></div><br></div>