ahgamut / superconfigure

wrap autotools configure scripts to build with Cosmopolitan Libc
The Unlicense
177 stars 24 forks source link

Added libxml2 and libxslt #28

Closed croqaz closed 5 months ago

croqaz commented 5 months ago

The discussion was in https://github.com/ahgamut/superconfigure/issues/26 I can confirm they both compile.

ahgamut commented 5 months ago

Thank you!

croqaz commented 5 months ago

I noticed there are some files left over after compiling these 2 libraries:

I don't think they should be installed in /bin/ while we are compiling these, but I'm not sure. Maybe they should go into results/bin/ instead ? Am I missing some config I wonder ?

I noticed this while trying to build libjpeg, that library installs a lot of binaries in /bin/

croqaz commented 5 months ago

UGH wait, they are there because I installed libxslt on my machine!! Nevermind that!!