Re: Linux/Ubuntu 9.10 compiling x64
Reply #1 –
either compile with compile flag USE_C (add -DUSE_C in the last line in config.default) then the asm-Code is not used
or change the jmp statement in simgraph16.cc, line 1791 to "jmp * (%2)\n\t". But I suspect, the ****embler code will crash for you (as it does for me on opensuse).