Closed GoogleCodeExporter closed 8 years ago
It seems you are trying to build the 32-bits binary on a 64-bits Linux
distribution.
It is possible, but you need additional libraries installed on your system,
typically glibc-devel.
As a quick work around, you can also build the 64-bit binary directly :
make lz4demo64
Original comment by yann.col...@gmail.com
on 11 Jul 2012 at 10:34
did it help ?
Original comment by yann.col...@gmail.com
on 18 Jul 2012 at 7:13
In order to avoid such situation, r69 now generates native binary by default.
Compiling 32-bits binary on 64-bits systems is still possible, using : make
lz4demo32
Original comment by yann.col...@gmail.com
on 18 Jul 2012 at 8:15
Original issue reported on code.google.com by
pe...@domyseo.com.au
on 11 Jul 2012 at 3:26