Update: Because I was working in an IJulia notebook, the described ccall
would simply crash the kernel without any error messages displayed. In the
REPL, the detailed error message allowed me to track down a bug in the code
(path was incorrect!). The test code is now working and my fortran module
for parsing an input file should work in Julia!
Lesson learned: Ijulia notebook for finding your way through data, REPL for
finding your way through debugging.
Thanks for all that helped.
Ben
On Wednesday, February 4, 2015 at 2:49:50 PM UTC-3:30, benjamin kary wrote:
>
> call:
> t = dlopen("libglobvar")
> dlsym(t,:__global_variables_MOD_emdata_read_input)
> get:
>
> Ptr{Void} @0x00007f464e98e9d5
>
> non-zero, i guess.
>
>
>
>
>
>