Quote:
Originally Posted by joligario
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'