X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Delivered-To: pcg AT goof DOT com Message-ID: <35430F82.30DF@hugo.dsiff.pub.ro> Date: Sun, 26 Apr 1998 12:42:10 +0200 From: Costin Alexandru Organization: University "Politehnica" X-Mailer: Mozilla 3.04Gold (X11; I; HP-UX A.09.03 9000/705) MIME-Version: 1.0 To: pgcc-list AT Desk DOT nl Subject: Problems compiling 2.1.97 kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO Content-Length: 900 Lines: 19 So I am using pgcc 1.0.2 on a K6 200 (without the bug) 96 RAM, 6 Gb HDD It compiled ok and worked for a lot of source trees (kaffe 0.10.0, apache, etc). But when I try to compile the 2.1.97 kernel, when it arrives at process.c(in arch/i386/kernel) I get the error " {standard output} Error {standard output} The assembler instructions are not i386 instrctions" Or something very similar (I am sorry I don't have the exact output}. And the compilation fails. Anyone knows why? Ans I have another problem. When I try to compile mysql 3.21.26, I get a strage error when "cc1plus" tries to compile sql_yacc.c. It gets 30 megs of memory and all processor time, but after 5 mins, it start allocating memory and I have to kill the compiler when it has 120 megs allocated :(. Anyone can help? Sincerely yours, Alexandru COSTIN PS Both problems dissapear when I turn the optimization to -O0.