Thanks a lot, that fixed this error, but now it returns me the same error 
that I get when I just run the compile command
in terminal:

fatal error: julia.h: No such file or directory  #include <julia.h> 
compilation terminated.

On Monday, July 13, 2015 at 4:34:24 PM UTC+2, Jeff Waller wrote:
>
> CFLAGS   += $(shell $/home/kostav/julia/contrib/julia-config.jl --cflags)
>>>
>>
> take out the 2nd $
>
> CFLAGS   += $(shell /home/kostav/julia/contrib/julia-config.jl --cflags) 
>
> what results?
>

Reply via email to