in reply to Re: "symbol lookup error" message help
in thread "symbol lookup error" message help
> XS modules need to be compiled when installed, using the same compiler as the Perl they are being installed to.
What exactly is being compiled into what in this context, and by what? Is it C/C++ -> assembly? Perl -> something else? Is xsubpp is the compiler in the context of the quoted message? I'm just trying to understand why the same version of perl is required to run modules that use XS as was used to install them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "symbol lookup error" message help
by hv (Prior) on Jan 28, 2023 at 23:49 UTC | |
|
Re^3: "symbol lookup error" message help
by choroba (Cardinal) on Jan 28, 2023 at 18:11 UTC |