Quote:
|
Originally Posted by trickykid
This is just a wild guess but when I have problems with gcc on 64 bit machines usually dealing with VMware, I had to install gcc.i386 for some things to compile..
yum install gcc.i386
|
Hi, thank you very much for the answer. Could you please tell me, what is the difference between gcc-i386 and current gcc I have? . Also, can I build 64 bit application with this complier (gcc.i386)? As I want to build 64 bit version R in the current machine. By the way, I am not using VMware. Thank you.