Matías Fonzo
Matías Fonzo
Sorry for the delay. I am testing it now. It seems to work but I am re-processing it again to make the confirmation. My goal is to obtain perl as...
Yes! it works with the 'static' branch. Sorry for my last question, what I want to achieve to replace this temporary perl, is to see if I can build perl/perl-cross...
@darko-poljak Hello. Yes, I will make the update, tomorrow (due to the lack of time now).
@darko-poljak Done. :-)
UPDATE: It looks like gpm does not build without the fcntl.h header: lib/liblow.c: In function 'Gpm_Open': lib/liblow.c:265:29: warning: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration] 265 |...
For musl, also see my pull request: https://github.com/telmich/gpm/pull/22
Can developers distribute in lzip[1] format (it is already supported by automake 'make dist-lzip'.). [1] http://lzip.nongnu.org/
Hi again, Passing -std=c++14 to the CXXFLAGS solves the build issue against GCC 11...