>On Thu, 04 Jul 2013 19:51:04 -0500 >Tyrin Price <[email protected]> wrote: > > I cannot find a suitable substitute for a particular program that > needs Adobe AIR. Unfortunately, adobe no longer supports Linux. The > old 32-bit Adobe AIR platform is still available for Linux, but I > have a 64-bit system with 16GB of RAM. > > Is there a way to add 32-bit support to an existing 64-Bit LFS-7.3 > build or do I need to start over with a Cross Linux From Scratch > build to have 32-bit support on a 64-bit system? > > -- > > -=[Ty]=- >
You can use CLFS instructions to build the 32-bit /tools directory and then put a link to /tools/lib/ld-linux.so.2 into /lib. This way, when the application requests the /lib/ld-linux.so.2 dynamic linker, it will get one and the linker will then use libraries in /tools for linking. Remember that you also have to build the X system libraries and all the other dependecies and put them into /tools/lib or otherwise the run-time linking will fail. -- You don't need an AI for a robot uprising. Humans will do just fine.
signature.asc
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
