View Single Post
  #8  
Old 12-30-2009, 10:32 AM
prickle
Hill Giant
 
Join Date: Sep 2009
Posts: 147
Default

Quote:
Originally Posted by joligario View Post
EDIT: Oh yeah, and EMuShareMem compiled fine.
EDIT2: Ah, found my version. GCC 3.2.3 and machine is i386-redhat-linux so I will just need help locating where to change to 386 arch...
the quick edit to hit all the files:

-go to the top level build directory
-run the following command:
Code:
grep -Ril i686 * | xargs perl -pi -e 's/i686/i386/g'
-run 'make clean'
-run 'make'
Reply With Quote