How to create shared library on linux?

Li Jie cpunion at gmail.com
Tue Aug 15 12:45:16 PDT 2006


> don't forget that libraries need to be named libMyLibName.so for the
> linker to find them. (Note the "lib" in the beginning of the file name)

I try to write a ruby extension.
In ruby, excute "require 'Test'", 'Test.so' will be loaded and function 'Init_Test' will be called.



More information about the Digitalmars-d-learn mailing list