|
cast from pointer to integer of different size: what is the problem???
I am new of linux world and I am trying to install a program on Suse 10.0 amd_64 and I receive the following warnings
"cast from pointer to integer of different size"
"incompatible implicit declaration of built-in function functionname"
The binary is unusable
This is a widely used program so I am pretty sure there are no massive bugs. Is this sign that the program was written for a 32 bit version of linux? How can I solve this problem?
Thanks
|