Message-ID: <36D60CDF.69142230@t-online.de> Date: Fri, 26 Feb 1999 03:54:23 +0100 Organization: LISA GmbH X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: "pgcc AT delorie DOT com" Subject: strange pgcc 1.1.1 compiler error happens only with -mamdk6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 0303277050-0001 AT t-online DOT de From: hpj DOT lisa AT t-online DOT de (Hans-Peter Jansen) Reply-To: pgcc AT delorie DOT com Hi Marc, hi all, here the problem: -mpentium works: hp AT gizmo:~/kde/koffice/kdiagramm\> pg++ -mpentium -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python1.5 -I/usr/local/include -I../lib -I../lib/kofficeui -I../lib/kofficeui -I../lib/kofficecore -I../lib/kofficecore -I../lib/koml -I../lib/koml -I../lib/store -I../lib/store -I../lib/interfaces -I/opt/kde11/include -I/usr/src/kde/qt-1.42/include -I/usr/X11R6/include -I/opt/kde11/include/idl -O -Wall -c koDiagramm.cc -mamdk6 don't: (need -Owhatever to fail) hp AT gizmo:~/kde/koffice/kdiagramm\> pg++ -mamdk6 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python1.5 -I/usr/local/include -I../lib -I../lib/kofficeui -I../lib/kofficeui -I../lib/kofficecore -I../lib/kofficecore -I../lib/koml -I../lib/koml -I../lib/store -I../lib/store -I../lib/interfaces -I/opt/kde11/include -I/usr/src/kde/qt-1.42/include -I/usr/X11R6/include -I/opt/kde11/include/idl -O -Wall -c koDiagramm.cc koDiagramm.cc: In method `void KoDiagramm::drawDiagrammSaeulen(class QPainter &, int, int)': koDiagramm.cc:379: Internal compiler error. koDiagramm.cc:379: Please submit a full bug report to `egcs-bugs AT cygnus DOT com'. koDiagramm.cc:379: See for details. and because eg++ don't know -mamdk6 at all, eg++ hasn't this problem either... hp AT gizmo:~/kde/koffice/kdiagramm\> pgcc -v Reading specs from /usr/local/pgcc/lib/gcc-lib/i586-pc-linux-gnulibc1/pgcc-2.91.60/specs gcc version pgcc-2.91.60 19981201 (egcs-1.1.1 release) If you have any suggestions, feel free to mail me (because setting up kde koffice build environment isn't quickly done) Bye Hans-Peter