Hi community, I recently started using Puppy Linux and fell in love especially given how happy it makes my RAM. So, I tried building Fossapup using Woof-CE and Run Woof. Thanks to @dimkr and @peebee, build errors were all fixed. But, right now, I am facing another issue while installing Wine on the Fossapup I built. I tried running Wine on the official Fossapup (9.5) downloaded from the website, and that worked perfectly. But, when I try to run it on the default Fossapup I built using the official CE on GitHub, I get the error - libgcc_s.so.1 must be installed for pthread_cancel to work.
I can see the file in both the folders - /lib and /lib/x86_64-linux-gnu. But, somehow Wine doesn't see it.
Wine versions tried on
One on Quickpet Fossa
Version 2013's builds
Portable Wine by @mikeslr
Steps to reproduce
Build Focal (fossapup) with Woof-CE and load ISO.
Load 32-bit compatibility sfs from Quickpet or Load SFS on fly
Install Wine (Quickpet or version2013)
Run winecfg on terminal > Error
Things I have tried
Ran
Code: Select all
ldconfig
Tried symlinking the so.1 file to /lib32
Code: Select all
Tried 64-bit Wine. winecfg runs, but applications do not run
None of these work. Am I missing something?