On Tuesday, April 15, 2014 7:37:01 PM UTC+2, mscdex wrote: > > On Tuesday, April 15, 2014 4:27:49 AM UTC-4, Pawel Por wrote: >> >> also cannot see any nodejs specific library when listing shared library >> dependencies with ldd my_module.node >> >> > > In the case of node.js bindings/addons, they are compiled as standalone > shared libraries and are then loaded by node via dlopen on *nix or > LoadLibraryExW on Windows when you require() the .node file. >
Thanks for your patience but I still don't understand one thing. Why there is something node specific (I mean node.lib) required to link addon under windows while there is nothing node specific required to link the addon under Linux ? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
