<br><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 11:37 AM, Marco Maggi <span dir="ltr"><<a href="mailto:marco.maggi-ipsu@poste.it">marco.maggi-ipsu@poste.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ciao,<br>
<br>
I have some acquaintance with R5RS, I have successfully<br>
compiled a hello-world program with GSC, I have skimmed<br>
through the "Link Files" node of Gambit's documentation.<br>
<br>
Can someone point me to a small, non-advanced,<br>
Gambit-only, does-the-right-thing, shared-library oriented<br>
package which precompiles and installs a library for Gambit,<br>
so that I can understand what does it mean in terms of<br>
compilation commands, installation conventions, etc.?<br>
<br>
Also, what's the difference between a Gambit's source<br>
distribution and a "-devel" source distribution? (I was not<br>
able to find it on Gambit's site.)<br>
<br>
TIA<br>
<br>
P.S. I cannot make the grammar-nazi in me shut up: sometimes<br>
in the doc, the variants of the word "separate" are spelled<br>
"seperate".<br>
<font color="#888888">--<br>
Marco Maggi<br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
</font></blockquote></div><br>I don't know about any good examples but personally I have been using the Black Hole module system (<a href="http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Black_Hole">http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Black_Hole</a> ) to take care of all the compilation, encapsulation and dependency issues in my code. It's quite easy to use and seems like a nice way to distribute Gambit libraries.<br clear="all">
<br>-- <br>tomppa<br>