Gentoo Archives: gentoo-dev

From: Henti Smith <bain@××××××.org>
To: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: [gentoo-dev] problems compiling libxml2 ...
Date: Tue, 15 Oct 2002 08:28:14
Message-Id: 20021015153206.0693d3f1.bain@reaper.org
1 hi there
2
3 having a problem compiling libxml2 ..
4
5 here is the line from gcc that is cause the problem
6
7 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -O2 -mcpu=i686 -pipe -Wall -c parserInternals.c -o parserInternals.o
8
9 in the ebuild it just says error 1 blah blah .. so I stripped the line and this is the output
10
11 cpp0: output pipe has been closed
12 {standard input}: Assembler messages:
13 {standard input}:0: Warning: end of file not at end of a line; newline inserted
14 gcc: Internal compiler error: program cc1 got fatal signal 9
15 {standard input}:556: Error: no such instruction: `m'
16
17 Henti Smith