* [Caml-list] Loading nums.cma dynamically.
@ 2002-12-02 13:21 Dmitri Boulytchev
2002-12-03 15:40 ` Xavier Leroy
0 siblings, 1 reply; 3+ messages in thread
From: Dmitri Boulytchev @ 2002-12-02 13:21 UTC (permalink / raw)
To: caml-list
Hello!
Can I load nums.cma dynamically? I have "error loading shared
library: -lnums.so: cannot open shared object file: No such
file or directory".
Best regards,
Dmitry
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] Loading nums.cma dynamically.
2002-12-02 13:21 [Caml-list] Loading nums.cma dynamically Dmitri Boulytchev
@ 2002-12-03 15:40 ` Xavier Leroy
2002-12-03 16:04 ` Re[2]: " Dmitri Boulytchev
0 siblings, 1 reply; 3+ messages in thread
From: Xavier Leroy @ 2002-12-03 15:40 UTC (permalink / raw)
To: Dmitry Boulytchev; +Cc: caml-list
> Can I load nums.cma dynamically?
Yes, on all platforms where OCaml supports dynamic loading of C stub
libraries: Linux, FreeBSD, Tru64, Solaris, IRIX, and Win32.
> I have "error loading shared
> library: -lnums.so: cannot open shared object file: No such
> file or directory".
The '-l' in '-lnums.so' is a bit surprising. If you get this error on
one of the supported platforms above, with a clean OCaml 3.06 install,
please submit a bug report at caml-bugs@inria.fr with as much
information as you can provide.
- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re[2]: [Caml-list] Loading nums.cma dynamically.
2002-12-03 15:40 ` Xavier Leroy
@ 2002-12-03 16:04 ` Dmitri Boulytchev
0 siblings, 0 replies; 3+ messages in thread
From: Dmitri Boulytchev @ 2002-12-03 16:04 UTC (permalink / raw)
To: Xavier Leroy; +Cc: caml-list
XL> The '-l' in '-lnums.so' is a bit surprising. If you get this error on
XL> one of the supported platforms above, with a clean OCaml 3.06 install,
XL> please submit a bug report at caml-bugs@inria.fr with as much
XL> information as you can provide.
I've had version 3.04. It is completely ok now under 3.06.
Best regards,
DB.
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-12-03 16:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-02 13:21 [Caml-list] Loading nums.cma dynamically Dmitri Boulytchev
2002-12-03 15:40 ` Xavier Leroy
2002-12-03 16:04 ` Re[2]: " Dmitri Boulytchev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox