Wednesday, 15 April 2015

c - Warning when using 32-bit library to build on 64 bit VM -



c - Warning when using 32-bit library to build on 64 bit VM -

i trying build file using application uses c library "libhadoop.so". when doing so, next warning message appears:

openjdk 64-bit server vm warning: have loaded library /home/user/hadoop- 2.2.0/lib/native/libhadoop.so might have disabled stack guard. vm seek prepare stack guard now. it's highly recommended prepare library 'execstack -c <libfile>', or link '-z noexecstack'.

is there way can prevent warning appearing?

c

No comments:

Post a Comment