Alex Suykov
Alex Suykov
The modules should be in `extensions` just like the those shipped within the perl source. Not in `extras`, that variable is not used by perl-cross. Version suffix should not prevent...
Quick look at `Alien::Build` makes me think it may be worse than just dependencies. Alien builds external code, but I don't see any mention of cross-compiling there. Chances are it's...
Sorry, left this out. Completely unsure what to do about this. I do like the idea of moving to markdown, and maybe moving them back to the main tree. However...
I think I see the problem. Quick workaround: try building it sequentially, without -jN for make.
Proper fix: https://github.com/arsv/perl-cross/commit/47eeffe6fcd8f3b73c743ff868627d2d8e3a752b I'm planning to tag the next version once perl-5.28.0 is released, so hopefully in less than a month. Until then, I guess it's either sequential builds, or...
Can you please check if this branch fixes the build for you? https://github.com/arsv/perl-cross/tree/static The immediate cause of the failure is that it builds modules as dynamic regardless of supplied LINKTYPE....
For static perl with dynamic modules, try something like ./configure ... -Dldflags=-static -Accflags=-fno-pie Depends on toolchain, some should link just fine without -fno-pie.
Applied, thanks.
That would be a runtime test, however 'define' seems to be the safe default value there. "For portable code, tzset(3) should be called before localtime_r()" — localtime_r(3) https://github.com/arsv/perl-cross/commit/5192e4dd20dade0bf1de4057b5142733f099846f Looks like...
Fri, Dec 01, 2023 at 03:00:03AM -0800, Timo Gurr wrote: > 1.5.2 has been tagged two days ago but there's no release version up yet like > usual for the...