Linux x86 64
From VpriWiki
As of revision r467, the object/ directory builds. The following function/ files need to be implemented for x86_64:
function/jolt2/asm-cache.h function/jolt2/CodeGenerator-x86_64.st
had to do following. (on Fedora-10) in fonc-stable : examples x11, parse.
chcon -t textrel_shlib_t '/usr/local/lib/idc/i686-pc-linux-gnu/st80.so'
chcon -t textrel_shlib_t '/usr/local/lib/idc/i686-pc-linux-gnu/idst.so'
as above in Fedora-11
for fonc-stable and Fedora-12 SELinux has 'issues.'
the same two 'chcon' (s) above clear the SELinux symptoms .
Fedora-13 , more probs .
to get compiled: chcon -t textrel_shlib_t <fname>
object/boot/st80.so object/boot/idst.so object/stage1/st80.so object/stage1/idst.so object/stage2/st80.so object/stage2/idst.so

