I've emerged an embedded system which uses glibc everything worked just fine for a while, <br>can login tries to start X, shobang it crashes on missing  libgcc_s.so. The target embedded <br>system runs Via C3 supposed to be a i586 CPU, thus I'm unsure if just copying the 
<br>i686-pc-linux-gnu/3.4.4/libgcc_s.so.1 will work.<br><br>Modular X didnt use to have this libgcc dependancy in the past - is it coming from GCC 3.4? <br>How do you get rid of the dependancy or work around it? <br><br># ldd /embedded_rootfs4/usr/bin/Xorg
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-gate.so.1 =&gt;&nbsp; (0xffffe000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; liblbxutil.so.1 =&gt; /usr/lib/liblbxutil.so.1 (0xb7ede000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libdl.so.2 =&gt; /lib/libdl.so.2 (0xb7eda000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXfont.so.1 =&gt; /usr/lib/libXfont.so.1 (0xb7e73000)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libfreetype.so.6 =&gt; /usr/lib/libfreetype.so.6 (0xb7e11000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0xb7e0e000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libfontenc.so.1 =&gt; /usr/lib/libfontenc.so.1 (0xb7e08000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXdmcp.so.6
 =&gt; /usr/lib/libXdmcp.so.6 (0xb7e02000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libz.so.1 =&gt; /lib/libz.so.1 (0xb7df1000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.6 =&gt; /lib/tls/libm.so.6 (0xb7dce000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libgcc_s.so.1 =&gt; /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/libgcc_s.so.1 (0xb7dc5000)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.6 =&gt; /lib/tls/libc.so.6 (0xb7cab000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/ld-linux.so.2 (0xb7f09000)<br><br>Hints would be greatly appreciated!<br>Greets,<br>Chris<br>