tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Straightening out x86_64 build?


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] Straightening out x86_64 build?
Date: Tue, 10 Mar 2015 20:16:31 +0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]