5,710
edits
Changes
Home
,→forcing compile as 32bit, i386 on os x
* replace occurrences of x86_64 with i386:
<code> grep -l -r0 -e"x86_64" * | xargs sed -i "" 's/x86_64/i386/g' </code>
=== compile Sphinx as i386 on os x===
<code>
export CFLAGS="-arch i386"
export LDFLAGS="-arch i386"
./configure
make
sudo make install
</code>
=== finding things with ls and grep ===