Support Library

Home > Diag > MissingLibGcc_s


Missing libgcc_s 32bit library


Description


Wine needs this library in order for threading to work in Windows applications. Without it, no Windows application will work.

Resolution


To install this library, run one of the following commands as root, or look for the corresponding package names in your favorite package manager:

    32bit Debian or Ubuntu : apt-get install libgcc1
    64bit Debian or Ubuntu : apt-get install lib32gcc1
    32/64bit Fedora Core : yum install libgcc.i386
    32/64bit Mandriva : urpmi libgcc1
    32bit SUSE : zypper install libgcc42 # adjust as appropriate
    64bit SUSE : zypper install libgcc-32bit


Help  Page Locked  Page History  Recent Changes
 Document Tree
Last modified on 2009-06-16 16:33:00 by Francois Gouget