Talk:Twin primes: Difference between revisions

m
no edit summary
(→‎Primesieve is broken for Perl and Raku: Primesieve isn't broken, you are missing the development package)
mNo edit summary
 
Line 46:
 
: Primesieve is not broken for Raku. I literally, just yesterday, did a fresh install of Linux Mint, built from source and installed Raku and (among many other modules,) Math::Primesieve, so it was working as of yesterday. Did you follow the [https://raku.land/github:CurtTilmes/Math::Primesieve Math::Primesieve Readme] directions and install the primesieve development package first? It contains the various header files needed for the module to function. <code>sudo apt install libprimesieve-dev</code> for Debian based distributions. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 22:58, 11 December 2023 (UTC)
 
:: concurring here: Perl's xs file in the package wants the C compiler's primesieve package installed first, since that is where compiling C for the Perl package gets that missing header file. You might also want to see if you can find a precompiled CPAN package for your OS. --[[User:Wherrera|Wherrera]] ([[User talk:Wherrera|talk]]) 02:04, 12 December 2023 (UTC)
4,102

edits