i tried to do this:<br><br><a href="http://www.godpatterns.com/article/embedding-scheme-in-c/">http://www.godpatterns.com/article/embedding-scheme-in-c/</a><br><br>on mac osx,<br><br>and compiled like this:<br><br>g++ blah.cpp -I/coding/PLT\ Scheme\ v4.1.4/include/ /coding/PLT\ Scheme\ v4.1.4/lib/PLT_MzScheme.framework/PLT_MzScheme<br>
<br>and then set this:<br><br>export DYLD_LIBRARY_PATH=/coding/PLT\ Scheme\ v4.1.4/lib/PLT_MzScheme.framework/<br><br>and then got an un-smiley face back from my mac:<br><br>./a.out #f::0: compile: unbound identifier (and no #%app syntax transformer is bound) at: + in: (+ 1 1)<br>
Seg fault (internal error) at 0x4<br>Bus error<br><br>--------<br><br>anyone mess around with this before?  bear in mind i don&#39;t really use my mac for much more than surfing the web.  I think if I get another, I&#39;ll format it with linux.<br>
<br>Thanks.<br><br>