I am trying to install gcc-4.3.2. I have downloded the file gcc-g++-4.3.2.tar.gz. I have extracted the file. It consists 2 folder gcc and libstdc++-v3, But i couldn't find the file for gcc command.
Anybody can suggest me where it is available.
It has "install" folder also. It consists install-sh. I could not execute this shell script.
Hi Zaita ,
Thanks for your information. I am new to linux environment, so i am not aware of gcc in linux. Now i am using g++296 compiler which is available in the linux by defulat. It is goign good.
hi,
i am using GNU MP in my program and i have to intialise floating tye array. when i used "mpf_array_init(<array_name>, <size>,<bits>) " it gave an error. I couldn find the initialization in the manual.
pls can anyone tell me how to initialise a floating point array in GNU MP.