[erlang-questions] compile a module against a different otp minor version

Pablo Platt pablo.platt@REDACTED
Wed Dec 17 15:00:01 CET 2008


Hi,

Is it possible to compile a module against a different minor otp version that the one the module is going to run in?
For example, if I have R12B-3 can I run a module compiled using R12B-5?

How can I find out the minor version of the OTP?
I've tried both:
erlang:system_info(otp_release).  
 init:script_id().

but they only reveal R12B.

Thanks



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081217/39357bd1/attachment.htm>


More information about the erlang-questions mailing list