> gnatmake -c -I/usr/lib/gcc/i386-redhat-linux/4.1.2/adalib/../adainclude > -I/usr/lib/gcc/i386-redhat-linux/4.1.2/adalib/ -I. > -I/home/joel/work-gnat/svn/gcc/gcc/ada gnatmake --GCC="gcc -g -O2 -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -fno-common -gnatpg -gnata"
Looks like you're building the 4.4 cross-compiler with the 4.1.2 system compiler. Use the 4.4 native compiler instead. -- Eric Botcazou