as a developer sometimes you need to know to the file type of a shared object (32 bit or 64 bit) , link to a wrong file type can cause you problem during linkage.
so the command is:
file [name file ]
the output will be the file type (32/64).
for more information
man file
No comments:
Post a Comment