Ok, my current Julia version (that I installed via running the source code) is: *Version 0.4.0-dev+5841 (2015-07-07 14:58 UTC)*So, what should I do different so that -I flag gets the proper value?
On Monday, July 13, 2015 at 5:15:04 PM UTC+2, Jeff Waller wrote: > > > > On Monday, July 13, 2015 at 10:54:57 AM UTC-4, Kostas Tavlaridis-Gyparakis > wrote: >> >> Any ideas on how to fix the compile error: julia.h: No such file or >> directory #include <julia.h> compilation terminated.? >> > > Yea of course. This is a result of the -I flag having the wrong value. > > There was a space of time that this command (julia_config.jl) was not > working > as a result of the new use of sys.so instead of sys.ji, but that has > sense been fixed, so > that's why I'm asking what version it was. It would be working in the > newest version, but > I am verifying that now. > > The cause of libjulia.so not found is the link step is missing -Wl,-rpath, > which julia_config gives you > that's why I keep coming back to it. >
