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.1 required=5.0 tests=DATE_IN_PAST_03_06,DMARC_NONE, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from WVNVM.WVNET.EDU (wvnvm.wvnet.edu [129.71.2.4]) by chiba.3jane.net (Postfix) with SMTP id 63A88AC498 for ; Tue, 16 Apr 2002 15:36:50 -0500 (CDT) Received: from davetop.uacdd.wvu.edu [157.182.138.149] by WVNVM.WVNET.EDU (IBM VM SMTP Level 310) via TCP with SMTP ; Tue, 16 Apr 2002 16:35:06 EDT Subject: Re: [gentoo-dev] Something is wrong with my compiler From: David Shepard To: gentoo-dev@gentoo.org In-Reply-To: <1018946608.2098.2.camel@davetop> References: <1018946608.2098.2.camel@davetop> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 16 Apr 2002 16:42:09 +0000 Message-Id: <1018975330.2074.0.camel@davetop> Mime-Version: 1.0 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: 882aacb5-66b6-4035-a343-968c62b30b50 X-Archives-Hash: 3ed1009d9a2b89791da0f54c57ff3a09 Does anyone have any ideas on this one? If not, I'm going to file a bug report. --David On Tue, 2002-04-16 at 08:43, David Shepard wrote: > Hello All, > > As the subject says, something is definitely wrong. Here is what I have > done so far... After the thread on recompiling everything, I set out to > rebuild my system from the ground up, using gcc 3.0.4. After booting, I > compiled the compiler (with the 1.0-gcc3 profile). I then bootstrapped > the system, and then compiled the base system. So far so good, > everything went smoothly. Then I tried to compile something larger, > kde3. Everything was going fine, it compiled all the dependencies, > etc... But when it got to packages such as kdeutils and kdemultimedia, > it would send the compiler into what I could only describe as a loop > that just caused the disk to thrash, consuming more and more memory as > it went (over 100MB just for gcc). So life goes on, I don't really need > kde anyhow. I compiled evolution next and a few other small packages. > Besides the little libpng thing, everything was going fine. And then I > tried to get some actual work done and compile some of my own code... It > was really quite a simple piece of c++ code with no compiler > optimizations at all, just straight g++ foo.cpp -o foo. The compiler > produced some really weird error messages about 'using namespace std;', > yet not using that directive would tell me that I hadn't declared > 'cout'. Strange huh? End result, I had to ssh to a box that had gcc > 2.95.x on it to get some work done.(My code compiled without a hitch > there.) > > To make this long story short, are there any known problems with gcc > 3.0.4 before I go off filing a bug report? One last thing, I compiled > gcc with the basic optimizations that were provided: i686-pc-linux-gnu, > -march=i686 -03 -pipe. > > Anyone else had a similar problem/ ideas on how I can fix this? This > machine is pretty damn solid, so I believe I can rule out > memory/hardware failure. > > --David > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev