No, that is not as big problem. For 7.2 the byte is platform independent, but with the introduction of native byte code 7.4 became platform dependent again. It still can handle the independent code though, so just export that (and take the performance penelty).
/ Martin Nilsson (lambda)
Previous text:
2003-05-17 12:10: Subject: Re: introduce myself
Precompilation is very platform dependent and thus not a viable option unless you also ship with a precompiled binary of Pike for each platform. Imagine the pain in doing that. :)
/ David Hedbor