Running Wine 10 configure does not pass lib checks

Somehow it links to libxkbcommon during build but not during linking?

Try with: export LDFLAGS="-lnetwork -lxkbcommon"

hmm seeing your edit, it seems you don’t have libxkbcommon installed, try installing the base and devel package for it before trying with the export … above.

I see both .so files you are showing in your screenshot in my system… What is missing?

the LDFLAGS for two libraries is not accepted
screenshot3

solved…libxkbcommon_devel was missing…now make is progressing

3 Likes

Compilation was successful… It was an interesting exercise … both wine and wine 64 were created as requested but it arrived at a “nodrv available” situation again.

1 Like