This is a known bug. I suggest you check out the known bugs at: http://www.netwinder.org/~scottb/notes/Compiler-Notes-1.html#ss1.2
The problem you are reporting is listed in bugs 1 and 2. The gory details are listed in the gcc archives. http://gcc.gnu.org/ml/gcc-bugs/1999-09/msg00023.html http://gcc.gnu.org/ml/gcc-bugs/1999-10/msg00075.html http://gcc.gnu.org/ml/gcc-bugs/1999-10/msg00097.html Note there is no fix for the compiler ATM. You will have to do a workaround in the package. Scott ----- Original Message ----- From: Rod Stewart <[EMAIL PROTECTED]> To: Chris Gorman <[EMAIL PROTECTED]> Cc: Nicholas Clark <[EMAIL PROTECTED]>; <debian-arm@lists.debian.org> Sent: Sunday, August 27, 2000 10:17 PM Subject: Re: gcc 2.95.2-13 for arm > > On Sun, 27 Aug 2000, Chris Gorman wrote: > > > Unfortunatly, my error is not the same as yours. While building the > > potato sendmail package, I get the following ... > > > > cc -O2 -I. -I/usr/include/db2 -DNEWDB -DNIS -DMAP_REGEX -DHASFLOCK=1 > > -DTCPWRAPPE > > RS=1 -D_FFR_MAX_MIME_HEADER_LENGTH=1 -D_FFR_MAX_HEADERS_LENGTH=1 > > -D_PATH_SENDMAI > > LCF=\"/etc/mail/sendmail.cf\" -include ../../debian/el33t.h > > -DCMDDIR=\"/usr/lib/ > > sm.bin\" -DPATH=\"/usr/bin:/bin\" -D_PATH_SENDMAIL=\"/usr/sbin/sendmail\" > > -c - > > o domain.o domain.c > > domain.c: In function `getmxrr': > > domain.c:380: internal error--unrecognizable insn: > > (insn 1818 1817 319 (set (reg:SI 4 r4) > > (umin:SI (reg/v:SI 4 r4) > > (const_int 8192 [0x2000]))) -1 (nil) > > (nil)) > > make[2]: *** [domain.o] Error 1 > > This is a known compiler bug. It has been mentioned a few times on the > gcc-bugs list, with some analysis as well. Scott may have some info on it > on www.netwinder.org as well. > > For now the work around is to compile domain.c without optimization, or > '-O0'. > > -Rms > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >