5,710
edits
Changes
Home
,→forcing compile as 32bit, i386 on os x
</pre>
== GCC Stuff ==
=== forcing compile as 32bit, i386 on os x ===
* find occurrences of '-m64':
* replace occurrences of x86_64 with i386:
<code> grep -l -r0 -e"x86_64" * | xargs sed -i "" 's/x86_64/i386/g' </code>
=== compile pocketsphinx as universal static lib on OS X===
*make x86_64 version of libsphinxbase: