Closed GoogleCodeExporter closed 9 years ago
Vincent,
This is a 64-bit issue.
Libtomcrypt conditionally uses blocks of assembly to speed up operations.
The assembly is very platform-dependent and not 64-bit compatible.
in the trunk, we now consistently use -DLTC_NO_ASM in our CXXFLAGS to disable
the asm, and then libtomcrypt compiles and works fine on 64-bit.
The build scripts are deprecated, and for 4.0 we'll be building on GNU
autotools.
Unless you really need 3.5.4 (because e.g. you need the eid-viewer) I'd suggest
using the trunk for now.
Original comment by fr...@apsu.be
on 1 Oct 2010 at 10:24
Original issue reported on code.google.com by
vincent.hardy.be@gmail.com
on 31 Aug 2010 at 10:35