From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19114 invoked by alias); 15 Jun 2005 13:23:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18972 invoked by uid 48); 15 Jun 2005 13:23:24 -0000 Date: Wed, 15 Jun 2005 13:23:00 -0000 Message-ID: <20050615132324.18971.qmail@sourceware.org> From: "abilalh at yahoo dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050609102609.21978.abilalh@yahoo.com> References: <20050609102609.21978.abilalh@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/21978] GCC 4.0 Awt and Swing problem X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg02014.txt.bz2 List-Id: ------- 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