Re: Loading/registering multiple xsubs
[email protected] (Torsten Schoenfeld)
| Newsgroups | perl.xs |
|---|---|
| Message-ID | <[email protected]> |
On 14.10.2011 08:11, Jeffrey Ratcliffe wrote: > On 12 October 2011 16:00, Torsten Schoenfeld<[email protected]> wrote: >> Looks like Glib's mechanism is not C++-safe: specifically, the "extern XS" >> trick does not work because boot_Foo is already inside an<extern "C"> >> section. Try this: > > It didn't help - same error message. Weird; worked for me. The DynaLoader approach looks fine too, though.