>
> Gentlemen,
>
Thank you very much, it now works.
gcc -o embedd -I$JULIA_DIR/include/julia -L$JULIA_DIR/lib/julia
-Wl,-rpath,"$JULIA_DIR/lib/julia" -ljulia embedding.c
in the C code replace jl_init (NULL) with
jl_init("JULIA_DIR/bin"); //Where JULIA_DIR is the path to a folder with
*bin
*and *lib/julia *subfolder. Jeff I have yet to try your approach but I will keep it mind. Thanks again, -Eric
