Nitin Arora

Results 11 comments of Nitin Arora

Hi @DrTodd13 any updates on this ? I am still encountering the same error on the release-0.6 version.

@DrTodd13, Thanks for the update. I will check it out.

@amellnik Thanks, does that mean that BuildExecutable does not do a static compilation ? I am trying to see how I can remove the JIT overhead from my application. I...

@amellnik , @dhoegh Thanks, I see. What do you guys think about this [post](https://juliacomputing.com/blog/2016/02/09/static-julia.html) from @vtjnash ? It lays out a way to achieve static compilation, but looks little daunting.

BTW: I have Plots.jl already installed.

Thanks @SimonDanisch . After running the following commands to fix ImageMagick and then reinstalling GLVisualize, it seems to work. I am still getting the Plots.jl warning, even though I have...

@StefanKarpinski Thanks, this is exciting. I am actually planing to use TOML as an input file parser in a tool we are developing here, in Julia. The input file has...

@ararslan Thanks I tried using it. Looks like it works fine for most of the cases, except "offset". See issue [here](https://github.com/wildart/TOML.jl/issues/2) this is okay, as I wont be using this...

Thanks.. I was compiling in the wrong folder it seems.

So am trying to run the rosenbrock example and I am getting the following error: ``` julia: symbol lookup error: /home/arora/.julia/v0.6/Snopt/src/libsnopt.so: undefined symbol: etime_ ``` I am in Julia 0.6....