turns out the problem wasn't name mangling, but rather that the C++ function was defined to be static. hence readelf labelling it as "local". removing "static" and recompiling fixed the ccall errors.
- Re: [julia-users] calling libraries of c++ or fortran90 cod... Ben Arthur
- Re: [julia-users] calling libraries of c++ or fortran9... Erik Schnetter
- Re: [julia-users] calling libraries of c++ or fort... Ben Arthur
- Re: [julia-users] calling libraries of c++ or ... Jeff Waller
- Re: [julia-users] calling libraries of c++... Erik Schnetter
- Re: [julia-users] calling libraries o... Jeff Waller
- Re: [julia-users] calling librari... Ben Arthur
- Re: [julia-users] calling libraries of c++ or fortran9... Ben Arthur
