Open GoogleCodeExporter opened 9 years ago
fyi, "\u2019" is an apostrophe ('). Copy-and-paste was done improperly.
Original comment by chul...@gmail.com
on 9 Aug 2011 at 4:54
I experiance something similar (which also had to do with the resulting value
of HADOOP_SNAPPY_LIBRARY determined in the "configure" script - that is, a
custom configure function defined in acinclude.m4). If the available ways of
resolving the value of the (snappy) library file doesnt work out, the configure
phase dont fail directly. Instead some humbug value of the
HADOOP_SNAPPY_LIBRARY is assigned and the compilation fails instead. Im a total
gcc noob, so bear with my layman explaination.
Original comment by Kalle.Wi...@gmail.com
on 13 Feb 2012 at 9:18
...like for me, i clearly have the libsnappy files in /usr/local/lib, but the
objdump and ldd tools doesnt list it as a dependency after compiling/linking
conftest.c with "snappy" as a dependency. Id expect you can hardcode
"libsnapp.so" as the result of that custom function.
Original comment by Kalle.Wi...@gmail.com
on 13 Feb 2012 at 9:27
Original issue reported on code.google.com by
chul...@gmail.com
on 9 Aug 2011 at 4:52