Native Linux Ada not Building on Trunk

2008-08-14 Thread Joel Sherrill
x-gnu/bin/ -c -g -O2 -fomit-frame-pointer -gnatpg -gnata -gnatwns -nostdinc -I- -I. -Iada -I../../gcc/gcc/ada -I../../gcc/gcc/ada/gcc-interface ../../gcc/gcc/ada/ada.ads -o ada/ada.o fatal error, run-time library not installed correctly cannot locate file system.ads -- Joel Sherrill,

Re: problem with one tree style builds

2007-10-19 Thread Joel Sherrill
DJ Delorie wrote: I am on Fedora 7 with autoconf 2.61 with a checkout from yesterday off the trunk. So I shouldn't have see it based upon that requirement. What else could it be? Did you re-generate all the configure's from all the configure.ac's? The ones in CVS are all built with 2.59.

Re: problem with one tree style builds

2007-10-19 Thread Joel Sherrill
DJ Delorie wrote: http://sourceware.org/ml/newlib/2006/msg00472.html Shouldn't this patch already be in the top level gcc/Makefile.in? The right fix is to use autoconf 2.60 or later. I am on Fedora 7 with autoconf 2.61 with a checkout from yesterday off the trunk. So I shouldn't hav

problem with one tree style builds

2007-10-19 Thread Joel Sherrill
Hi, I switched my testing from gcc 4.2.x to the svn trunk so I could submit things. I ran into the problem reported and fixed here: http://sourceware.org/ml/newlib/2006/msg00472.html Shouldn't this patch already be in the top level gcc/Makefile.in? --joel