Ian Oversby scripsit: > In addition, I would like to be able to load the library into csi and > test it interactively. > Unfortunately, with the unit declaration at the top, it doesn't seem to > compile > correctly with the -dynamic -dll flags. Is there some way I can get the > same file to > compile both dynamically and statically?
See http://galinha.ucpel.tche.br:8080/Non%20standard%20macros%20and%20special%20forms#define-extension . Alternatively, have your outer library include your inner one: this provides the advantages of block compilation. -- John Cowan http://ccil.org/~cowan [EMAIL PROTECTED] Economists were put on this planet to make astrologers look good. --Leo McGarry _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
