hello all,
 
I'm currently working on an AltiVec extension module for OCaml and so I make
a great use of external C library.
 
I use ocamlmklib to produce both a .so and a .lib in order to be used with ocamlc and ocamlopt. But whenever i try to compile a test application using my module in bytecode mode
I got this error message from the linker :
 
Error on dynamicly loaded lybrary : dllcamlg4.so undefined Symbol _save21
 
Obviuously i NEVER use or declare such a function. So I guess that it's some internal upkeep
function created into the .so.
 
What can i do to slay this bug ?
Thanks in advance.
 
Joel FALCOU
 


MSN Photos is the easiest way to share and print your photos: Click Here
------------------- 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