in reply to Re^6: shared-obj linking in xs-module
in thread shared-obj linking in xs-module
You mean only shared-objects without header files?
It'll work the same way as in C, so as almost everything concerning XS works the sam way as in C as it actually only is preprocessed C code that links against a library called libperl, which is written in C as well.
Flo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: shared-obj linking in xs-module
by warlock (Initiate) on Mar 16, 2006 at 15:03 UTC | |
by rafl (Friar) on Mar 16, 2006 at 15:07 UTC | |
by warlock (Initiate) on Mar 16, 2006 at 16:14 UTC | |
by rafl (Friar) on Mar 16, 2006 at 16:27 UTC | |
by warlock (Initiate) on Mar 16, 2006 at 16:42 UTC |