As a temporary solution making a symlinks to the /usr/lib/i386-*/* and
/lib/i386-* can be used

   cd /lib
   ln -s i386-linux-gnu/* .
   cd /lib64
   ln -s x86-64-linux-gnu/* .
   cd /usr/lib
   ln -s i386-linux-gnu/* .
   cd /usr/lib64
   ln -s x86_64-linux-gnu/* .

This will made a debian distro compatible with the other distros

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to