Pavel wrote:

Hi,
I am working on a binding between Oz and SpiderMonkey(Mozilla's JavaScript engine) and I am wondering what the appropriate way to package that would be so that it can be used not only normal systems but even on systems as bizarre as Windows. Should I provide shared libraries for the appropriate OS's or is there some less painfull way? I am aware of ozmake, but it doesn't appear to provide an easy way to connect to a makefile(SpiderMonkey has extensive makefiles and I am not looking forward to rewriting those in a different syntax).

With Best Regards,
Pavel Rozenblioum
_________________________________________________________________________________ mozart-users mailing list [email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

There is a small utility called oztool that invokes the compiler with the right options, even on Windows. With it and ozc, you can probably use a makefile to compile your system.

Regards,
Yves
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to