On Feb 8, 2008 9:37 AM, Joel Sherrill <[EMAIL PROTECTED]> wrote: > > Strange. I update this morning and built a new native Fedora 8 ia32 > compiler followed by a cross to powerpc-rtems. The native was > configured as: > > ../gcc/configure \ > --with-gnu-as --disable-multilib \ > --with-gnu-ld --verbose --with-system-zlib --disable-nls \ > --enable-version-specific-runtime-libs \ > --enable-languages=c,ada --prefix=$INSTALL &&
Can you add "--enable-checking=assert" to see what happens? Thanks. H.J.