On 8-Aug-09, at 9:26 AM, Ivan Kelly wrote:
So, now my attentions turn to static libraries. Is it just the case that if I compile everything in lib/ with ___PRIMAL and ___LIBRARY ill get a static library I can link against?
Use the same recipe, but remove all -D___SHARED (and use .a instead of .dll).
Marc