The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 01-06-2009
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
  
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,884
Quote:
Originally Posted by Corona688 View Post
I'd also add that a 64-bit x86 computer has no problems compiling and running 32-bit programs. Just gcc -m32.
Theoretically, no. But in 2006, I had problems with some software at one site with a Debian installation. Then there are things like running Firefox, where some plugins only existed in 32-bit form. (Adobe Flash for one, but that was eventually fixed.)

To run 32-bit programs on Linux, the ld linker must correctly search for the right 32-bit libraries at run-time. This can be accomplished with chroot environments, or with a more sophisticated ld.

This might be old news. By now (2008) such kinks have probably been worked out.