I am confused on the the doc of 
[embedding](https://github.com/JuliaLang/julia/blob/master/doc/manual/embedding.rst)...

>  For instance, when Julia is installed to $JULIA_DIR, one can compile the 
above test program test.c with gcc using:
> `gcc -o test -I$JULIA_DIR/include/julia -L$JULIA_DIR/usr/lib -ljulia 
test.c`

I installed Julia in `/usr`, but there is not a directory named 
`/usr/usr/lib`, though the `/usr/include/julia` exists.

And I also try to find the `julia-config.jl`, by `locate julia-config.jl`, 
but nothing got.

Finally I found a hint from the mail list, and compiled the code 
successfully :
https://groups.google.com/forum/#!searchin/julia-users/what$20path$20to$20set$20in$20jl_init/julia-users/PjmlfuBJUFI/Au8KYRR5PIQJ

Should the document be updated?

---

However, so far I haven't found the `julia-config.jl`. Where can I get this 
file?
My Julia version is 0.4-dev, I installed it through Ubuntu ppa, the Nightly 
version.

Reply via email to