Library file error: adding symbols file in wrong format


problem analysis: there is an error in the linked library file
. Use the LDFLAGS variable to specify the linked library file directory.
solution:

LDFLAGS="-L/usr/lib64"    

Read More: