------- Additional Comments From abilalh at yahoo dot com 2005-06-15 13:23 ------- (In reply to comment #1) > How did you configure GCC because the AWT library is not configured by > default?
first of all i download the tar package of GCC4.0 and make a directory under root called gcc4.0 and untar the package in it, then i make a dirctory called objdir and confirgure the gcc using command /root/gcc4.0/configure --prefix=/opt/gcc4.0 after that i run the bootstrap using make bootstrap command, after that i execute make install command under objdir directory to move the binaries to /opt/gcc4.0, then i set the PATH variable using export PATH=/opt/gcc4.0/bin:$PATH, then i set the location of the libraries i edit the /etc/ld/so.config and add the path of newly created library /opt/gcc4.0/lib to the end of the file, after that i execute the ldconfig program which will configure the dynamic linker binding, then i setup the LD_LIBRARY_PATH variable, i edit /etc/profile file and write export LD_LIBRARY_PATH=/opt/gcc4.0/lib after that when i use command gcc -v -E - to confirm the version of the gcc, which was gcc4.0 and correct paths, but when i run the swing programs it gives errors, plz tell me where i am doing wrong in these steps this is the exect what i followed bilal -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21978