<div dir="ltr">Hi Ben and Dirk,<div><br></div><div>Thanks a lot for looking into this! </div><div><br></div><div>The need for "-stdlib=libstdc++" was suggested by Luigi Ballabio a long time ago, and you can find it on <a href="http://quantlib.org/install/macosx.shtml">http://quantlib.org/install/macosx.shtml</a>. I followed this approach and got it to work with rquantlib on Maverick before. </div><div><br></div><div>However, now I am using El Capitan, and R 3.3.1, and during my research for solution, I saw somewhere that "-stdlib=libc++" has become the default since Maverick. This mismatch is why I always failed to install RQuantLib. I used the following to configure QuantLib before make and install it, and after that I was able to install RQuantLib and run the demos. It seems that both Ben's approach and my approach work, but I am incline to stick with what I got so far as it does not require changing RQuantLib.</div><div><br></div><div><div>./configure --enable-static --with-boost-include=/opt/loca<wbr>l/include/ \</div><div>            --with-boost-lib=/opt/local/li<wbr>b/ --prefix=/opt/local/ \</div><div>            CXXFLAGS="-stdlib=libc++ -mmacosx-version-min=10.7" \</div><div>            LDFLAGS="-stdlib=libc++ -mmacosx-version-min=10.7"</div></div><div><br></div><div>Thanks again to both of you!</div><div><br></div><div>Regards,</div><div>George</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 7, 2016 at 5:57 AM, Benjamin Voigt <span dir="ltr"><<a href="mailto:bvoigt@gmail.com" target="_blank">bvoigt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Dirk,<div><br></div><div>I really am not qualified to answer. However, I am led to believe that this is an issue that should affect most OS X C++/macports/boost environments where there is a need to relate to GNU libraries. Perhaps we get more clarity when George reports back or else move the topic to a dedicated C++/OS X forum.</div><div><br></div><div>Regards,</div><div>Ben</div><div><br><div><blockquote type="cite"><div>On 06 Aug 2016, at 23:58, Dirk Eddelbuettel <<a href="mailto:edd@debian.org" target="_blank">edd@debian.org</a>> wrote:</div><br><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">stdlib=libstdc++</span></div></blockquote></div><br></div></div></blockquote></div><br></div>