From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_24_48, DMARC_MISSING,MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from mail.iitk.ac.in (unknown [203.200.95.130]) by chiba.3jane.net (Postfix) with ESMTP id 1DED7AC54E for ; Tue, 4 Jun 2002 13:51:18 -0500 (CDT) Received: from antivirus.cc.iitk.ac.in (antivirus.cc.iitk.ac.in [172.31.1.102]) by mail.iitk.ac.in (8.9.3+Sun/8.9.3) with SMTP id XAA24687 for ; Tue, 4 Jun 2002 23:22:09 +0530 (IST) Received: (from thunderbird [172.31.77.197]) by antivirus.cc.iitk.ac.in (NAVGW 2.5.2.9) with SMTP id M2002060423485704479 for ; Tue, 04 Jun 2002 23:48:57 +0530 Date: Mon, 3 Jun 2002 22:27:05 +0530 (IST) From: Prashanth Aditya Susarla X-X-Sender: aditya@thunderbird.junta.iitk.ac.in To: "'gentoo-dev@gentoo.org'" Subject: RE: [gentoo-dev] Re: GCC3.1 bootstrap fails In-Reply-To: <4957DDB96FE2D411A5C10008C7A4A126035FE241@dfsmttayz083.hq.af.mil> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: e1bcb7e8-3668-49ae-936e-5448cf5f5ad3 X-Archives-Hash: aa6beb99cb42dc0d681c841c78b53246 > -fomit-frame-pointer -O3 (I had to ebuild parts of Xfree manually so I could > change the flags in certain areas to get it to compile, and I also had to Somehow I couldn't manage to do this. There was this problem with one particular component (don't remember which, it was posted in one thread on this mailing list earlier this month) and there was a quickfix solution to it which said that it could be built manually in $PORTAGE_TMPDIR. I tried it with all combinations of flags but I couldn't get it to work. Ultimately I had to rebuild entire xfree with -march=i686 -O3 -fomit-frame-pointer -pipe. I had almost forgotten that qt doesn't honor make.conf and I went ahead and built it and to my consternation saw it was using measly -O2 (and no architecture-specific) flags. I think I'll just rebuild qt after I am done with kde entirely. Will it be necessary for me to recompile KDE if I recompile qt with these newer flags? I shouldn't think so because I don't see any qt-statically-linked components in KDE. Regards, Prashanth Aditya Susarla