Login  Register

Re: Ruby SWIG SegFault

Posted by ryantaylor on Mar 05, 2017; 5:10pm
URL: http://quantlib.414.s1.nabble.com/Ruby-SWIG-SegFault-tp18138p18139.html

I think I got this working. For anyone having trouble with this, I had to compile both QuantLib and the SWIG bindings with clang instead of g++. For some reason g++ won't work.